2024-03-21T13:05:38.940 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:05:38.940 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} --owner scheduled_gabrioux@teuthology --verbose --archive /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986 -- /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/orig.config.yaml 2024-03-21T13:05:38.971 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:05:39.055 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986 branch: wip-guits-testing-2024-03-21-0818 description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: gabrioux@ibm.com first_in_suite: false job_id: '7614986' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-testing-2024-03-21-0818 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 960fbbe4645c2becc8084669be194c95183c7753 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 960fbbe4645c2becc8084669be194c95183c7753 workunit: branch: wip-guits-testing-2024-03-21-0818 sha1: 960fbbe4645c2becc8084669be194c95183c7753 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 187 sha1: 960fbbe4645c2becc8084669be194c95183c7753 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-21-0818 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 960fbbe4645c2becc8084669be194c95183c7753 targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_12:04:17 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:05:39.055 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa; will attempt to use it 2024-03-21T13:05:39.056 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa/tasks 2024-03-21T13:05:39.056 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:05:39.057 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:05:39.081 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '960fbbe4645c2becc8084669be194c95183c7753' 2024-03-21T13:05:39.082 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:05:39.082 INFO:teuthology.packaging:ref: None 2024-03-21T13:05:39.082 INFO:teuthology.packaging:tag: None 2024-03-21T13:05:39.082 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-21-0818 2024-03-21T13:05:39.082 INFO:teuthology.packaging:sha1: 960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:05:39.082 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-guits-testing-2024-03-21-0818 2024-03-21T13:05:39.301 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2267-g960fbbe4-1focal 2024-03-21T13:05:39.302 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:05:39.314 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:05:39.314 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:05:39.398 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:05:39.409 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:05:39.420 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:05:39.446 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:10.318220', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-03-21T13:05:39.468 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:10.317021', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-03-21T13:05:39.469 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:05:39.480 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-03-21T13:05:39.480 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-03-21T13:05:39.480 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:05:39.564 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f94b0eb6550>, signals=[15]) 2024-03-21T13:05:39.564 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:05:39.575 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:05:39.575 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2024-03-21T13:05:39.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:05:39.668 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-03-21T13:05:39.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:05:39.758 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:05:39.767 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2024-03-21T13:05:39.773 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2024-03-21T13:05:39.774 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2024-03-21T13:05:39.820 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Ubuntu" 2024-03-21T13:05:39.820 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-03-21T13:05:39.820 INFO:teuthology.orchestra.run.smithi038.stdout:ID=ubuntu 2024-03-21T13:05:39.820 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE=debian 2024-03-21T13:05:39.820 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="20.04" 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_CODENAME=focal 2024-03-21T13:05:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:UBUNTU_CODENAME=focal 2024-03-21T13:05:39.821 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2024-03-21T13:05:39.843 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-03-21T13:05:39.849 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-03-21T13:05:39.849 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-03-21T13:05:39.898 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="Ubuntu" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:ID=ubuntu 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE=debian 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="20.04" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_CODENAME=focal 2024-03-21T13:05:39.899 INFO:teuthology.orchestra.run.smithi192.stdout:UBUNTU_CODENAME=focal 2024-03-21T13:05:39.900 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-03-21T13:05:39.917 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:05:39.929 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:05:39.941 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:05:39.941 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:05:39.943 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:05:39.949 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:05:39.959 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:05:39.960 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:05:39.992 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:05:40.008 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:05:40.069 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:05:40.089 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:05:40.089 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:05:40.089 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:05:40.089 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:05:40.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:05:40.095 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-03-21T13:05:40.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:05:40.096 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-03-21T13:05:40.102 INFO:teuthology.orchestra.run.smithi192.stdout:5.4.0-124-generic 2024-03-21T13:05:40.102 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.4.0-124-generic 2024-03-21T13:05:40.102 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-03-21T13:05:40.144 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-124-generic 2024-03-21T13:05:40.144 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.4.0-124-generic 2024-03-21T13:05:40.144 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2024-03-21T13:05:40.203 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-03-21T13:05:40.243 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2024-03-21T13:05:40.413 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T13:05:40.414 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-03-21T13:05:40.423 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-03-21T13:05:40.501 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T13:05:40.501 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-03-21T13:05:40.509 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-03-21T13:05:40.554 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-03-21T13:05:40.811 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,810 kB] 2024-03-21T13:05:40.910 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-03-21T13:05:40.982 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [951 kB] 2024-03-21T13:05:40.983 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [726 kB] 2024-03-21T13:05:40.983 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [726 kB] 2024-03-21T13:05:40.997 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [426 kB] 2024-03-21T13:05:41.001 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-03-21T13:05:41.001 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,683 kB] 2024-03-21T13:05:41.022 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [36.0 kB] 2024-03-21T13:05:41.023 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [375 kB] 2024-03-21T13:05:41.026 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T13:05:41.026 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [654 kB] 2024-03-21T13:05:41.030 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [952 kB] 2024-03-21T13:05:41.038 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [200 kB] 2024-03-21T13:05:41.040 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-03-21T13:05:41.041 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-03-21T13:05:41.042 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,200 B] 2024-03-21T13:05:41.061 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-03-21T13:05:41.062 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-03-21T13:05:41.084 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,187 kB] 2024-03-21T13:05:41.123 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [951 kB] 2024-03-21T13:05:41.135 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [508 kB] 2024-03-21T13:05:41.140 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-03-21T13:05:41.140 INFO:teuthology.orchestra.run.smithi038.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.3 kB] 2024-03-21T13:05:41.141 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,800 kB] 2024-03-21T13:05:41.172 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [391 kB] 2024-03-21T13:05:41.176 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T13:05:41.176 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,177 kB] 2024-03-21T13:05:41.189 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [781 kB] 2024-03-21T13:05:41.198 INFO:teuthology.orchestra.run.smithi038.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [282 kB] 2024-03-21T13:05:41.201 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-03-21T13:05:41.201 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-03-21T13:05:41.202 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,444 B] 2024-03-21T13:05:41.202 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-03-21T13:05:41.222 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-03-21T13:05:41.222 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-03-21T13:05:41.223 INFO:teuthology.orchestra.run.smithi038.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-03-21T13:05:41.224 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-03-21T13:05:41.224 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-03-21T13:05:41.243 INFO:teuthology.orchestra.run.smithi038.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-03-21T13:05:41.243 INFO:teuthology.orchestra.run.smithi038.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-03-21T13:05:41.343 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,810 kB] 2024-03-21T13:05:41.463 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,187 kB] 2024-03-21T13:05:41.535 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [426 kB] 2024-03-21T13:05:41.549 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-03-21T13:05:41.549 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,683 kB] 2024-03-21T13:05:41.624 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [36.0 kB] 2024-03-21T13:05:41.625 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [375 kB] 2024-03-21T13:05:41.631 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T13:05:41.631 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [654 kB] 2024-03-21T13:05:41.643 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [508 kB] 2024-03-21T13:05:41.656 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-03-21T13:05:41.657 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.3 kB] 2024-03-21T13:05:41.658 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,800 kB] 2024-03-21T13:05:41.664 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [952 kB] 2024-03-21T13:05:41.731 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [391 kB] 2024-03-21T13:05:41.740 INFO:teuthology.orchestra.run.smithi192.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T13:05:41.843 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [200 kB] 2024-03-21T13:05:41.904 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [781 kB] 2024-03-21T13:05:42.269 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-03-21T13:05:42.275 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-03-21T13:05:42.282 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,200 B] 2024-03-21T13:05:42.284 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-03-21T13:05:42.286 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-03-21T13:05:42.494 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,177 kB] 2024-03-21T13:05:42.604 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [282 kB] 2024-03-21T13:05:42.626 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-03-21T13:05:42.627 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-03-21T13:05:42.628 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,444 B] 2024-03-21T13:05:42.629 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-03-21T13:05:42.630 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-03-21T13:05:42.630 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-03-21T13:05:42.633 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-03-21T13:05:42.635 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-03-21T13:05:42.799 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-03-21T13:05:42.963 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-03-21T13:05:43.014 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-03-21T13:05:45.260 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 19.6 MB in 3s (6,636 kB/s) 2024-03-21T13:05:45.454 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 19.6 MB in 3s (5,951 kB/s) 2024-03-21T13:05:46.738 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-03-21T13:05:46.766 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:05:46.843 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-03-21T13:05:46.935 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-03-21T13:05:46.963 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:05:47.034 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-03-21T13:05:47.056 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2024-03-21T13:05:47.057 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2024-03-21T13:05:47.250 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-03-21T13:05:47.251 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-03-21T13:05:47.254 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2024-03-21T13:05:47.254 INFO:teuthology.orchestra.run.smithi038.stdout: linux-generic linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T13:05:47.254 INFO:teuthology.orchestra.run.smithi038.stdout: linux-headers-generic linux-image-5.4.0-174-generic 2024-03-21T13:05:47.255 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-5.4.0-174-generic linux-modules-extra-5.4.0-174-generic 2024-03-21T13:05:47.256 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2024-03-21T13:05:47.257 INFO:teuthology.orchestra.run.smithi038.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-03-21T13:05:47.257 INFO:teuthology.orchestra.run.smithi038.stdout:Recommended packages: 2024-03-21T13:05:47.257 INFO:teuthology.orchestra.run.smithi038.stdout: thermald 2024-03-21T13:05:47.319 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2024-03-21T13:05:47.319 INFO:teuthology.orchestra.run.smithi038.stdout: linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T13:05:47.320 INFO:teuthology.orchestra.run.smithi038.stdout: linux-image-5.4.0-174-generic linux-modules-5.4.0-174-generic 2024-03-21T13:05:47.320 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-extra-5.4.0-174-generic 2024-03-21T13:05:47.320 INFO:teuthology.orchestra.run.smithi038.stdout:The following packages will be upgraded: 2024-03-21T13:05:47.320 INFO:teuthology.orchestra.run.smithi038.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:05:47.379 INFO:teuthology.orchestra.run.smithi038.stdout:3 upgraded, 5 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T13:05:47.379 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 77.1 MB of archives. 2024-03-21T13:05:47.379 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 380 MB of additional disk space will be used. 2024-03-21T13:05:47.380 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-174-generic amd64 5.4.0-174.193 [15.0 MB] 2024-03-21T13:05:47.436 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-03-21T13:05:47.436 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T13:05:47.436 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-generic linux-image-5.4.0-174-generic 2024-03-21T13:05:47.436 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-5.4.0-174-generic linux-modules-extra-5.4.0-174-generic 2024-03-21T13:05:47.438 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-03-21T13:05:47.438 INFO:teuthology.orchestra.run.smithi192.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-03-21T13:05:47.438 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-03-21T13:05:47.438 INFO:teuthology.orchestra.run.smithi192.stdout: thermald 2024-03-21T13:05:47.493 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-03-21T13:05:47.494 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T13:05:47.494 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.4.0-174-generic linux-modules-5.4.0-174-generic 2024-03-21T13:05:47.494 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-extra-5.4.0-174-generic 2024-03-21T13:05:47.495 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages will be upgraded: 2024-03-21T13:05:47.495 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:05:47.590 INFO:teuthology.orchestra.run.smithi192.stdout:3 upgraded, 5 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T13:05:47.590 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 77.1 MB of archives. 2024-03-21T13:05:47.590 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 380 MB of additional disk space will be used. 2024-03-21T13:05:47.590 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-174-generic amd64 5.4.0-174.193 [15.0 MB] 2024-03-21T13:05:47.873 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-174-generic amd64 5.4.0-174.193 [10.5 MB] 2024-03-21T13:05:48.168 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-174-generic amd64 5.4.0-174.193 [39.2 MB] 2024-03-21T13:05:48.262 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-174-generic amd64 5.4.0-174.193 [10.5 MB] 2024-03-21T13:05:48.533 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-174-generic amd64 5.4.0-174.193 [39.2 MB] 2024-03-21T13:05:49.124 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.174.172 [1,900 B] 2024-03-21T13:05:49.124 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.174.172 [2,564 B] 2024-03-21T13:05:49.125 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174 all 5.4.0-174.193 [11.0 MB] 2024-03-21T13:05:49.381 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174-generic amd64 5.4.0-174.193 [1,385 kB] 2024-03-21T13:05:49.393 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.174.172 [2,436 B] 2024-03-21T13:05:49.480 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.174.172 [1,900 B] 2024-03-21T13:05:49.480 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.174.172 [2,564 B] 2024-03-21T13:05:49.481 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174 all 5.4.0-174.193 [11.0 MB] 2024-03-21T13:05:49.621 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174-generic amd64 5.4.0-174.193 [1,385 kB] 2024-03-21T13:05:49.694 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.174.172 [2,436 B] 2024-03-21T13:05:50.112 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 77.1 MB in 2s (37.3 MB/s) 2024-03-21T13:05:50.318 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-5.4.0-174-generic. 2024-03-21T13:05:50.382 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 77.1 MB in 2s (35.2 MB/s) 2024-03-21T13:05:50.562 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-5.4.0-174-generic. 2024-03-21T13:05:52.028 INFO:teuthology.orchestra.run.smithi038.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-03-21T13:05:52.033 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../0-linux-modules-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:05:52.107 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:05:52.405 INFO:teuthology.orchestra.run.smithi192.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-03-21T13:05:52.410 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../0-linux-modules-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:05:52.526 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:05:53.991 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-5.4.0-174-generic. 2024-03-21T13:05:54.007 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../1-linux-image-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:05:54.112 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:05:54.493 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-image-5.4.0-174-generic. 2024-03-21T13:05:54.507 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../1-linux-image-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:05:54.611 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:05:55.228 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-174-generic. 2024-03-21T13:05:55.241 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:05:55.277 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:05:55.695 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-174-generic. 2024-03-21T13:05:55.709 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:05:55.770 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:00.091 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../3-linux-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T13:06:00.218 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T13:06:00.587 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T13:06:00.606 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../3-linux-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T13:06:00.713 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T13:06:00.731 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T13:06:01.041 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-headers-5.4.0-174. 2024-03-21T13:06:01.056 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../5-linux-headers-5.4.0-174_5.4.0-174.193_all.deb ... 2024-03-21T13:06:01.074 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T13:06:01.108 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T13:06:01.227 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T13:06:01.546 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.4.0-174. 2024-03-21T13:06:01.559 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../5-linux-headers-5.4.0-174_5.4.0-174.193_all.deb ... 2024-03-21T13:06:01.604 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T13:06:06.371 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-headers-5.4.0-174-generic. 2024-03-21T13:06:06.394 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../6-linux-headers-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:06:06.437 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:06.942 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.4.0-174-generic. 2024-03-21T13:06:06.966 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../6-linux-headers-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T13:06:07.008 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:09.119 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T13:06:09.249 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-headers-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T13:06:09.609 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:09.670 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T13:06:09.797 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T13:06:10.148 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:10.838 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:11.353 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:12.027 INFO:teuthology.orchestra.run.smithi038.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-174-generic 2024-03-21T13:06:12.027 INFO:teuthology.orchestra.run.smithi038.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:12.165 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:12.528 INFO:teuthology.orchestra.run.smithi192.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-174-generic 2024-03-21T13:06:12.529 INFO:teuthology.orchestra.run.smithi192.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:12.664 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:13.392 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T13:06:13.526 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:13.652 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-generic (5.4.0.174.172) ... 2024-03-21T13:06:13.778 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-headers-generic (5.4.0.174.172) ... 2024-03-21T13:06:13.905 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-generic (5.4.0.174.172) ... 2024-03-21T13:06:14.031 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:14.110 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:14.110 INFO:teuthology.orchestra.run.smithi038.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:14.124 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T13:06:14.250 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:14.377 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-generic (5.4.0.174.172) ... 2024-03-21T13:06:14.503 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-generic (5.4.0.174.172) ... 2024-03-21T13:06:14.629 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-generic (5.4.0.174.172) ... 2024-03-21T13:06:14.772 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T13:06:14.840 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:14.841 INFO:teuthology.orchestra.run.smithi192.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:36.827 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:36.828 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:36.840 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:36.863 INFO:teuthology.orchestra.run.smithi038.stdout:Generating grub configuration file ... 2024-03-21T13:06:36.949 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:36.949 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:36.962 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:36.977 INFO:teuthology.orchestra.run.smithi192.stdout:Generating grub configuration file ... 2024-03-21T13:06:37.209 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T13:06:37.243 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:37.284 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T13:06:37.309 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:37.665 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T13:06:37.676 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T13:06:37.687 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T13:06:37.699 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T13:06:39.455 INFO:teuthology.orchestra.run.smithi038.stdout:done 2024-03-21T13:06:39.702 INFO:teuthology.orchestra.run.smithi192.stdout:done 2024-03-21T13:06:39.873 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.4.0.174.172 2024-03-21T13:06:39.923 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T13:06:39.924 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:39.924 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2024-03-21T13:06:39.924 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:39.924 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:39.924 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2024-03-21T13:06:39.924 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-174-generic 2024-03-21T13:06:39.924 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:39.924 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:39.924 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-03-21T13:06:39.924 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:39.925 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2024-03-21T13:06:40.030 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2024-03-21T13:06:40.164 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-03-21T13:06:40.215 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 20 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.4.0.174.172 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:40.216 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-03-21T13:06:40.217 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-174-generic 2024-03-21T13:06:40.217 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:40.217 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:40.217 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-03-21T13:06:40.217 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:40.217 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-03-21T13:06:40.287 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-03-21T13:06:40.292 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T13:06:40.293 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-03-21T13:06:40.363 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-03-21T13:06:40.429 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-03-21T13:06:40.429 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T13:06:40.441 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-03-21T13:06:40.444 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-03-21T13:06:40.461 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-03-21T13:06:42.134 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-03-21T13:06:42.161 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:42.231 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-03-21T13:06:42.234 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-03-21T13:06:42.257 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:42.327 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-03-21T13:06:42.450 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2024-03-21T13:06:42.450 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2024-03-21T13:06:42.524 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-03-21T13:06:42.525 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-03-21T13:06:42.685 INFO:teuthology.orchestra.run.smithi038.stdout:linux-image-generic is already the newest version (5.4.0.174.172). 2024-03-21T13:06:42.685 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 0 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T13:06:42.687 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta 2024-03-21T13:06:42.706 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.4.0.174.172 2024-03-21T13:06:42.707 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T13:06:42.707 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:42.707 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2024-03-21T13:06:42.707 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:42.707 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:42.707 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2024-03-21T13:06:42.707 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2024-03-21T13:06:42.713 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.tKBiu0O2gP 2024-03-21T13:06:42.714 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tKBiu0O2gP 2024-03-21T13:06:42.744 INFO:teuthology.orchestra.run.smithi192.stdout:linux-image-generic is already the newest version (5.4.0.174.172). 2024-03-21T13:06:42.744 INFO:teuthology.orchestra.run.smithi192.stdout:0 upgraded, 0 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T13:06:42.746 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-03-21T13:06:42.768 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-03-21T13:06:42.768 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-03-21T13:06:42.768 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-03-21T13:06:42.768 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-03-21T13:06:42.768 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 20 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.4.0.174.172 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:42.769 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-03-21T13:06:42.769 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-03-21T13:06:42.775 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.tKBiu0O2gP 2024-03-21T13:06:42.776 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.m7y7rcctYN 2024-03-21T13:06:42.777 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub/grub.cfg /tmp/tmp.m7y7rcctYN 2024-03-21T13:06:42.790 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.m7y7rcctYN 2024-03-21T13:06:42.812 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.tKBiu0O2gP is 9KB 2024-03-21T13:06:42.826 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.tKBiu0O2gP 2024-03-21T13:06:42.832 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.877 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.m7y7rcctYN is 9KB 2024-03-21T13:06:42.889 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:06:42.889 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.889 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.892 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.m7y7rcctYN 2024-03-21T13:06:42.898 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.916 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-174-generic 2024-03-21T13:06:42.916 DEBUG:teuthology.orchestra.run.smithi038:> sudo update-grub 2024-03-21T13:06:42.956 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:06:42.956 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.956 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:42.983 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-174-generic 2024-03-21T13:06:42.984 DEBUG:teuthology.orchestra.run.smithi192:> sudo update-grub 2024-03-21T13:06:44.228 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:06:44.239 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:44.247 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2024-03-21T13:06:44.299 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:06:44.311 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:44.319 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-03-21T13:06:44.487 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T13:06:44.499 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:44.615 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T13:06:44.627 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T13:06:44.884 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T13:06:44.895 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T13:06:45.006 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T13:06:45.017 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T13:06:45.695 INFO:teuthology.orchestra.run.smithi038.stderr:done 2024-03-21T13:06:45.697 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2024-03-21T13:06:46.052 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-03-21T13:06:46.053 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-03-21T13:07:15.728 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-03-21T13:07:15.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-03-21T13:07:15.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:16.057 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-03-21T13:07:16.057 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:07:16.058 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:34.046 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2024-03-21T13:07:34.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-03-21T13:07:43.055 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-03-21T13:07:43.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:43.560 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:07:43.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:46.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2024-03-21T13:07:46.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-03-21T13:07:58.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-03-21T13:07:58.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:58.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:07:58.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:01.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-03-21T13:08:16.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:08:16.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:19.774 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-03-21T13:08:30.260 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-03-21T13:08:31.551 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-03-21T13:08:31.552 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-174-generic"... 2024-03-21T13:08:31.552 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-03-21T13:08:31.558 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-174-generic 2024-03-21T13:08:31.558 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-174-generic vs 5.4.0-174-generic 2024-03-21T13:08:31.558 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:08:31.559 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:08:32.559 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-03-21T13:08:32.559 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:08:32.750 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2024-03-21T13:08:32.776 DEBUG:teuthology.parallel:result is None 2024-03-21T13:08:37.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:08:37.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:38.040 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-03-21T13:08:38.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:08:38.690 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-174-generic"... 2024-03-21T13:08:38.690 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-03-21T13:08:38.697 INFO:teuthology.orchestra.run.smithi192.stdout:5.4.0-174-generic 2024-03-21T13:08:38.697 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-174-generic vs 5.4.0-174-generic 2024-03-21T13:08:38.697 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:08:38.698 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:08:39.699 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-03-21T13:08:39.699 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:08:39.788 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-03-21T13:08:39.817 DEBUG:teuthology.parallel:result is None 2024-03-21T13:08:39.817 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:08:39.823 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:08:39.823 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:08:39.826 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:08:39.834 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:08:39.841 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:08:39.847 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:08:39.847 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:08:39.849 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:08:39.872 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:08:39.879 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:08:39.879 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:08:39.904 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:08:39.932 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:39.936 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:39.944 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:39.948 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:08:39.950 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:08:39.982 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:08:39.983 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:08:39.985 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:08:40.003 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:08:40.013 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:08:40.014 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:08:40.047 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:08:40.054 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:40.062 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:40.111 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:08:40.111 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:40.135 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:40.143 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:40.151 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:08:40.151 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:40.217 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2024-03-21T13:08:40.219 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-03-21T13:08:40.273 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:08:40.280 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:08:40.280 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:08:40.289 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:08:40.301 DEBUG:teuthology.task.selinux:Excluding smithi038: OS 'ubuntu' does not support SELinux 2024-03-21T13:08:40.302 DEBUG:teuthology.task.selinux:Excluding smithi192: OS 'ubuntu' does not support SELinux 2024-03-21T13:08:40.302 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:08:40.302 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T13:08:40.303 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:08:40.303 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:08:40.316 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-21T13:08:40.322 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-21T13:08:40.444 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:08:40.463 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T13:08:40.464 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:14:18.765 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-03-21T13:14:18.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-03-21T13:14:18.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:14:18.864 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-03-21T13:14:18.992 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-03-21T13:14:18.992 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:14:18.993 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:14:19.090 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-03-21T13:14:19.216 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-03-21T13:14:19.216 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:14:19.227 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:14:19.227 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:14:19.228 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:14:19.230 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:14:19.230 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:14:19.260 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-03-21T13:14:19.260 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Command line: ntpd -gq 2024-03-21T13:14:19.261 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: proto: precision = 0.114 usec (-23) 2024-03-21T13:14:19.262 INFO:teuthology.orchestra.run.smithi038.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:14:19.262 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:14:19.262 INFO:teuthology.orchestra.run.smithi038.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:14:19.263 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:14:19.263 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:14:19.263 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:14:19.264 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:14:19.264 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listen normally on 3 ens1f0 172.21.15.38:123 2024-03-21T13:14:19.264 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listen normally on 4 lo [::1]:123 2024-03-21T13:14:19.264 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15fc%4]:123 2024-03-21T13:14:19.264 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:19 ntpd[12810]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:14:19.265 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-03-21T13:14:19.265 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Command line: ntpd -gq 2024-03-21T13:14:19.266 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: proto: precision = 0.064 usec (-24) 2024-03-21T13:14:19.266 INFO:teuthology.orchestra.run.smithi192.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:14:19.266 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:14:19.267 INFO:teuthology.orchestra.run.smithi192.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listen normally on 3 enp3s0f1 172.21.15.192:123 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listen normally on 4 lo [::1]:123 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8049%5]:123 2024-03-21T13:14:19.268 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:19 ntpd[12954]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:14:20.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:20 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:20.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:20 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:20.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:20 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:20.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:20 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:20.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:20 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:20.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:20 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:20.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:20.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:20.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:20.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:20 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:21.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:21 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:21.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:21 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:21.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:21 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:21.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:21 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:21.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:21 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:21.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:21 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:21.266 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:21 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:21.266 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:21 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:22.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:22 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:22.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:22.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:22 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:23.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:23.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:23 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:24.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:24.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:24 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:24.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:24.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:24 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:25.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:25 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:25.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:25 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:25.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:25 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:25.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:25 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:25.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:25 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:25.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:25 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:26.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.261 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stdout:21 Mar 13:14:26 ntpd[12810]: ntpd: time slew +0.000383 s 2024-03-21T13:14:26.262 INFO:teuthology.orchestra.run.smithi038.stdout:ntpd: time slew +0.000383s 2024-03-21T13:14:26.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:14:26.263 INFO:teuthology.orchestra.run.smithi038.stderr:21 Mar 13:14:26 ntpd[12810]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:14:26.266 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.266 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.266 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:14:26.267 INFO:teuthology.orchestra.run.smithi192.stdout:21 Mar 13:14:26 ntpd[12954]: ntpd: time slew +0.001551 s 2024-03-21T13:14:26.268 INFO:teuthology.orchestra.run.smithi192.stdout:ntpd: time slew +0.001551s 2024-03-21T13:14:26.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:14:26.268 INFO:teuthology.orchestra.run.smithi192.stderr:21 Mar 13:14:26 ntpd[12954]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:14:26.326 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:14:26.326 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2024-03-21T13:14:26.326 INFO:teuthology.orchestra.run.smithi038.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.326 INFO:teuthology.orchestra.run.smithi038.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.326 INFO:teuthology.orchestra.run.smithi038.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.326 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.330 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:14:26.331 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-03-21T13:14:26.331 INFO:teuthology.orchestra.run.smithi192.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.331 INFO:teuthology.orchestra.run.smithi192.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.331 INFO:teuthology.orchestra.run.smithi192.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.331 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T13:14:26.332 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:14:26.422 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': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T13:14:26.422 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-03-21T13:14:26.423 INFO:tasks.cephadm:Cluster fsid is f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:14:26.423 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:14:26.423 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.38', 'mon.c': '[v2:172.21.15.38:3301,v1:172.21.15.38:6790]', 'mon.b': '172.21.15.192'} 2024-03-21T13:14:26.423 INFO:tasks.cephadm:First mon is mon.a on smithi038 2024-03-21T13:14:26.424 INFO:tasks.cephadm:First mgr is y 2024-03-21T13:14:26.424 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T13:14:26.424 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2024-03-21T13:14:26.441 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-03-21T13:14:26.458 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-03-21T13:14:26.458 DEBUG:teuthology.orchestra.run.smithi038:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:14:26.710 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 21 13:14 /home/ubuntu/cephtest/cephadm 2024-03-21T13:14:26.710 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:14:26.868 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 21 13:14 /home/ubuntu/cephtest/cephadm 2024-03-21T13:14:26.868 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:14:26.877 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:14:26.895 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-03-21T13:14:26.895 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-21T13:14:26.919 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-21T13:14:27.182 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-21T13:14:27.197 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-21T13:15:07.393 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-03-21T13:15:07.393 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-21T13:15:07.394 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-21T13:15:07.394 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-03-21T13:15:07.394 INFO:teuthology.orchestra.run.smithi192.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-21T13:15:07.394 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-03-21T13:15:07.394 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout: "repo_digests": [ 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout: ] 2024-03-21T13:15:11.506 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:15:11.529 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2024-03-21T13:15:11.546 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-03-21T13:15:11.563 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 777 /etc/ceph 2024-03-21T13:15:11.579 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-03-21T13:15:11.591 INFO:tasks.cephadm:Writing seed config... 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T13:15:11.592 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T13:15:11.593 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:15:11.593 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T13:15:11.627 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 = f13f7fc0-e784-11ee-95cd-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-21T13:15:11.627 DEBUG:teuthology.orchestra.run.smithi038:mon.a> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T13:15:11.630 DEBUG:teuthology.orchestra.run.smithi038:mgr.y> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service 2024-03-21T13:15:11.632 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T13:15:11.632 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.38 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:15:11.796 INFO:teuthology.orchestra.run.smithi038.stderr:-------------------------------------------------------------------------------- 2024-03-21T13:15:11.797 INFO:teuthology.orchestra.run.smithi038.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'f13f7fc0-e784-11ee-95cd-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.38', '--skip-admin-label'] 2024-03-21T13:15:11.797 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying podman|docker is present... 2024-03-21T13:15:11.797 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying lvm2 is present... 2024-03-21T13:15:11.797 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying time synchronization is in place... 2024-03-21T13:15:11.804 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:15:11.812 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.818 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:15:11.824 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.830 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: masked 2024-03-21T13:15:11.836 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.842 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:15:11.848 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.855 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-03-21T13:15:11.861 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-03-21T13:15:11.862 INFO:teuthology.orchestra.run.smithi038.stderr:Unit ntp.service is enabled and running 2024-03-21T13:15:11.862 INFO:teuthology.orchestra.run.smithi038.stderr:Repeating the final host check... 2024-03-21T13:15:11.862 INFO:teuthology.orchestra.run.smithi038.stderr:docker (/usr/bin/docker) is present 2024-03-21T13:15:11.862 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl is present 2024-03-21T13:15:11.863 INFO:teuthology.orchestra.run.smithi038.stderr:lvcreate is present 2024-03-21T13:15:11.868 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:15:11.875 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.882 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:15:11.889 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.896 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: masked 2024-03-21T13:15:11.903 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.911 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:15:11.918 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-03-21T13:15:11.927 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-03-21T13:15:11.934 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-03-21T13:15:11.935 INFO:teuthology.orchestra.run.smithi038.stderr:Unit ntp.service is enabled and running 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Host looks OK 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Cluster fsid: f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Acquiring lock 139944225909056 on /run/cephadm/f13f7fc0-e784-11ee-95cd-87774f69a715.lock 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Lock 139944225909056 acquired on /run/cephadm/f13f7fc0-e784-11ee-95cd-87774f69a715.lock 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 3300 ... 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 6789 ... 2024-03-21T13:15:11.936 INFO:teuthology.orchestra.run.smithi038.stderr:Base mon IP is 172.21.15.38, final addrv is [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-03-21T13:15:11.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-03-21T13:15:11.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T13:15:11.940 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 2024-03-21T13:15:11.944 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T13:15:11.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-21T13:15:11.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1622sec hoplimit 64 pref medium 2024-03-21T13:15:11.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T13:15:11.949 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-03-21T13:15:11.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-21T13:15:11.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-21T13:15:11.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:15fc/64 scope link 2024-03-21T13:15:11.950 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-21T13:15:11.951 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-03-21T13:15:11.951 INFO:teuthology.orchestra.run.smithi038.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T13:15:11.952 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-21T13:15:12.075 INFO:journalctl@ceph.mgr.y.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:15:12.085 INFO:journalctl@ceph.mon.a.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:15:12.418 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-03-21T13:15:12.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-03-21T13:15:12.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-03-21T13:15:12.596 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-03-21T13:15:13.632 INFO:teuthology.orchestra.run.smithi038.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-21T13:15:14.210 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-21T13:15:14.210 INFO:teuthology.orchestra.run.smithi038.stderr:Extracting ceph user uid/gid from container image... 2024-03-21T13:15:15.087 INFO:teuthology.orchestra.run.smithi038.stderr:stat: 167 167 2024-03-21T13:15:15.716 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial keys... 2024-03-21T13:15:16.528 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQDkMvxl2JqKHxAAiCGlrsmqKJ70iV6OQ6z7Pw== 2024-03-21T13:15:17.945 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQDlMvxlGixlOBAAaHTHmdl8WBUEMyXVb7/tqA== 2024-03-21T13:15:19.372 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQDnMvxlR0hHFhAAj9S9Hy3f0bXqkfkJYspFag== 2024-03-21T13:15:20.067 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial monmap... 2024-03-21T13:15:20.891 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:15:20.891 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-03-21T13:15:20.891 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:20.891 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:15:21.570 INFO:teuthology.orchestra.run.smithi038.stderr:monmaptool for a [v2:172.21.15.38:3300,v1:172.21.15.38:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:15:21.570 INFO:teuthology.orchestra.run.smithi038.stderr:setting min_mon_release = octopus 2024-03-21T13:15:21.570 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: set fsid to f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:21.571 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:15:21.571 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:15:21.571 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mon... 2024-03-21T13:15:22.428 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:15:22.428 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 1 imported monmap: 2024-03-21T13:15:22.428 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: last_changed 2024-03-21T13:15:20.891562+0000 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: created 2024-03-21T13:15:20.891562+0000 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon.a 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 0 /usr/bin/ceph-mon: set fsid to f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:22.429 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: RocksDB version: 6.15.5 2024-03-21T13:15:22.430 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.430 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-21T13:15:22.430 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Compile date Apr 18 2022 2024-03-21T13:15:22.431 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: DB SUMMARY 2024-03-21T13:15:22.431 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.431 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: DB Session ID: SANWZUEBI35YTX8O89M2 2024-03-21T13:15:22.431 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.431 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T13:15:22.431 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.432 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T13:15:22.434 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.434 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:15:22.434 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.create_if_missing: 1 2024-03-21T13:15:22.434 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.env: 0x55a0bab47860 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.fs: Posix File System 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.info_log: 0x55a0bc3ed320 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.423+0000 7f8bb01a4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:15:22.435 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.db_log_dir: 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:15:22.437 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:15:22.438 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:15:22.438 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:15:22.438 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:15:22.438 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.write_buffer_manager: 0x55a0bc68d950 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:15:22.439 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:15:22.440 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:15:22.440 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:15:22.440 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:15:22.440 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:15:22.440 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:15:22.440 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.row_cache: None 2024-03-21T13:15:22.441 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.wal_filter: None 2024-03-21T13:15:22.441 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.preserve_deletes: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:15:22.442 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:15:22.443 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:15:22.444 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:15:22.444 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:15:22.444 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:15:22.444 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:15:22.445 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:15:22.446 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:15:22.446 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:15:22.446 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:15:22.446 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:15:22.446 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Compression algorithms supported: 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kZSTD supported: 0 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:15:22.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.merge_operator: 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:15:22.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a0bc3b6d10) 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache: 0x55a0bc41e170 2024-03-21T13:15:22.463 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-21T13:15:22.464 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: format_version: 4 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.num_levels: 7 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:15:22.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:15:22.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:15:22.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:15:22.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:15:22.469 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.427+0000 7f8bb01a4880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.431+0000 7f8bb01a4880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.431+0000 7f8bb01a4880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.431+0000 7f8bb01a4880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.470 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.435+0000 7f8bb01a4880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a0bc404700 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.435+0000 7f8bb01a4880 4 rocksdb: DB pointer 0x55a0bc478000 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.435+0000 7f8ba1d8e700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.435+0000 7f8ba1d8e700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:22.471 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.472 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:15:22.473 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:15:22.475 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.439+0000 7f8bb01a4880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.439+0000 7f8bb01a4880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-03-21T13:15:22.476 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-03-21T13:15:22.439+0000 7f8bb01a4880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T13:15:23.084 INFO:teuthology.orchestra.run.smithi038.stderr:create mon.a on 2024-03-21T13:15:23.293 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T13:15:23.499 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715.target. 2024-03-21T13:15:23.500 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715.target. 2024-03-21T13:15:23.905 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T13:15:23.912 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715.target.wants/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@.service. 2024-03-21T13:15:24.110 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-03-21T13:15:24.110 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-03-21T13:15:24.111 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon to start... 2024-03-21T13:15:24.111 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon... 2024-03-21T13:15:25.835 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: cluster: 2024-03-21T13:15:25.835 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: id: f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:25.835 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: services: 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.242698s) 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: data: 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pgs: 2024-03-21T13:15:25.837 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:25.858 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:25 smithi038 bash[13802]: cluster 2024-03-21T13:15:25.581216+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:15:26.468 INFO:teuthology.orchestra.run.smithi038.stderr:mon is available 2024-03-21T13:15:26.468 INFO:teuthology.orchestra.run.smithi038.stderr:Assimilating anything we can from ceph.conf... 2024-03-21T13:15:26.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:26 smithi038 bash[13802]: cluster 2024-03-21T13:15:25.592984+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:15:26.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:26 smithi038 bash[13802]: cluster 2024-03-21T13:15:25.593918+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} 2024-03-21T13:15:26.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:26 smithi038 bash[13802]: cluster 2024-03-21T13:15:25.601342+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:15:26.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:26 smithi038 bash[13802]: cluster 2024-03-21T13:15:25.611044+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:15:26.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:26 smithi038 bash[13802]: cluster 2024-03-21T13:15:25.612010+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:15:26.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:26 smithi038 bash[13802]: audit 2024-03-21T13:15:25.835569+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/4084536858' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T13:15:27.602 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:27.602 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-03-21T13:15:27.602 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:27.602 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-03-21T13:15:27.602 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-21T13:15:27.603 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-21T13:15:27.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:27 smithi038 bash[13802]: audit 2024-03-21T13:15:27.596403+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.38:0/663369183' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:15:27.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:27 smithi038 bash[13802]: audit 2024-03-21T13:15:27.601703+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.38:0/663369183' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:15:28.231 INFO:teuthology.orchestra.run.smithi038.stderr:Generating new minimal ceph.conf... 2024-03-21T13:15:29.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:29 smithi038 bash[13802]: audit 2024-03-21T13:15:29.345479+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/250238030' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:15:30.020 INFO:teuthology.orchestra.run.smithi038.stderr:Restarting the monitor... 2024-03-21T13:15:30.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 systemd[1]: Stopping Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:15:30.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 bash[14200]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon.a 2024-03-21T13:15:30.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 bash[13802]: debug 2024-03-21T13:15:30.139+0000 7ff77148e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:15:30.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 bash[13802]: debug 2024-03-21T13:15:30.139+0000 7ff77148e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T13:15:30.814 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 bash[14209]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:15:30.814 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 bash[14246]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon.a 2024-03-21T13:15:30.820 INFO:teuthology.orchestra.run.smithi038.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-21T13:15:31.236 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service: Succeeded. 2024-03-21T13:15:31.236 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 systemd[1]: Stopped Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:15:31.236 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:30 smithi038 systemd[1]: Started Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.215+0000 7f03783c5880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.215+0000 7f03783c5880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 6 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.215+0000 7f03783c5880 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 0 load: jerasure load: lrc 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: RocksDB version: 6.15.5 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-21T13:15:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Compile date Apr 18 2022 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: DB SUMMARY 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: DB Session ID: VUW7LL9N0DRKFR36HID5 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82613 ; 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.env: 0x55d8df3f1860 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.fs: Posix File System 2024-03-21T13:15:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.info_log: 0x55d8e05bde00 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:15:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.db_log_dir: 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.write_buffer_manager: 0x55d8e06ae2d0 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:15:32.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-21T13:15:32.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:15:32.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:15:32.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:15:32.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:15:32.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:15:32.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:15:32.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:15:32.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:15:32.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:15:32.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.row_cache: None 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.wal_filter: None 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.preserve_deletes: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:15:32.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:15:32.410 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:15:32.410 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:15:32.410 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:15:32.411 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:15:32.412 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Compression algorithms supported: 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kZSTD supported: 0 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:15:32.413 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.merge_operator: 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d8e058bd00) 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cache_index_and_filter_blocks: 1 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: pin_top_level_index_and_filter: 1 2024-03-21T13:15:32.414 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: index_type: 0 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: data_block_index_type: 0 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: index_shortening: 1 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: hash_index_allow_collision: 1 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: checksum: 1 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: no_block_cache: 0 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_cache: 0x55d8e05f2170 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_cache_name: BinnedLRUCache 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_cache_options: 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: capacity : 536870912 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: num_shard_bits : 4 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: strict_capacity_limit : 0 2024-03-21T13:15:32.415 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: high_pri_pool_ratio: 0.000 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_cache_compressed: (nil) 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: persistent_cache: (nil) 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_size: 4096 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_size_deviation: 10 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_restart_interval: 16 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: index_block_restart_interval: 1 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: metadata_block_size: 4096 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: partition_filters: 0 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: use_delta_encoding: 1 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: whole_key_filtering: 1 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: verify_compression: 0 2024-03-21T13:15:32.416 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: read_amp_bytes_per_bit: 0 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: format_version: 4 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: enable_index_compression: 1 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: block_align: 0 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.num_levels: 7 2024-03-21T13:15:32.417 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:15:32.418 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:15:32.419 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:15:32.420 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:15:32.421 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:15:32.422 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:15:32.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.219+0000 7f03783c5880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.223+0000 7f03783c5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026932224133, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.223+0000 7f03783c5880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.223+0000 7f03783c5880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.223+0000 7f03783c5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026932225202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79163, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77426, "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": 71735, "raw_average_value_size": 339, "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": 1711026932, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d5dd9743-e35d-49cd-8b20-3e7ea7e39378", "db_session_id": "VUW7LL9N0DRKFR36HID5"}} 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.223+0000 7f03783c5880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.227+0000 7f03783c5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026932230415, "job": 1, "event": "recovery_finished"} 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.227+0000 7f03783c5880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.231+0000 7f03783c5880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d8e05d8a80 2024-03-21T13:15:32.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.231+0000 7f03783c5880 4 rocksdb: DB pointer 0x55d8e05e8000 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.231+0000 7f036814d700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.231+0000 7f036814d700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** DB Stats ** 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** Compaction Stats [default] ** 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:32.425 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: L0 2/0 79.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Sum 2/0 79.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** Compaction Stats [default] ** 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:32.426 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Cumulative compaction: 0.00 GB write, 7.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Interval compaction: 0.00 GB write, 7.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** Compaction Stats [default] ** 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: L0 2/0 79.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.427 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Sum 2/0 79.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** Compaction Stats [default] ** 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.7 0.00 0.00 1 0.001 0 0 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Cumulative compaction: 0.00 GB write, 6.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:32.428 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.231+0000 7f03783c5880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.231+0000 7f03783c5880 1 mon.a@-1(???) e1 preinit fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 0 mon.a@-1(???).mds e1 new map 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 0 mon.a@-1(???).mds e1 print_map 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: e1 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: legacy client fscid: -1 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: 2024-03-21T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: No filesystems configured 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: debug 2024-03-21T13:15:32.235+0000 7f03783c5880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cluster 2024-03-21T13:15:32.241476+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cluster 2024-03-21T13:15:32.241591+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cluster 2024-03-21T13:15:32.241690+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cluster 2024-03-21T13:15:32.241741+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:15:32.430 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:32 smithi038 bash[14284]: cluster 2024-03-21T13:15:32.242332+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:15:33.189 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-21T13:15:33.189 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:15:33.189 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mgr... 2024-03-21T13:15:33.190 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying port 9283 ... 2024-03-21T13:15:33.424 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service: Unit ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service not loaded. 2024-03-21T13:15:33.431 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715.target.wants/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@.service. 2024-03-21T13:15:33.634 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-03-21T13:15:33.634 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-03-21T13:15:33.634 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-03-21T13:15:33.634 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-21T13:15:33.634 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr to start... 2024-03-21T13:15:33.634 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr... 2024-03-21T13:15:33.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:33 smithi038 bash[14284]: audit 2024-03-21T13:15:32.516245+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.38:0/558609641' entity='client.admin' 2024-03-21T13:15:35.351 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:35.352 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:15:35.352 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "f13f7fc0-e784-11ee-95cd-87774f69a715", 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T13:15:35.353 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "a" 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.358 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T13:15:35.359 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-03-21T13:15:35.360 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-03-21T13:15:25.597544+0000", 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T13:15:35.361 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:15:35.560 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:35 smithi038 bash[14284]: audit 2024-03-21T13:15:35.351259+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/499446682' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:15:35.561 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:35 smithi038 bash[14566]: debug 2024-03-21T13:15:35.243+0000 7f2689ca8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:15:36.049 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (1/15)... 2024-03-21T13:15:36.278 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:35 smithi038 bash[14566]: debug 2024-03-21T13:15:35.967+0000 7f2689ca8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:15:36.278 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:36 smithi038 bash[14566]: debug 2024-03-21T13:15:36.103+0000 7f2689ca8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:15:36.621 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:36 smithi038 bash[14566]: debug 2024-03-21T13:15:36.279+0000 7f2689ca8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:15:36.902 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:36 smithi038 bash[14566]: debug 2024-03-21T13:15:36.619+0000 7f2689ca8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:15:36.902 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:36 smithi038 bash[14566]: debug 2024-03-21T13:15:36.715+0000 7f2689ca8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:15:37.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:36 smithi038 bash[14566]: debug 2024-03-21T13:15:36.923+0000 7f2689ca8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:15:38.079 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:37 smithi038 bash[14566]: debug 2024-03-21T13:15:37.807+0000 7f2689ca8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:15:38.079 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:37 smithi038 bash[14566]: debug 2024-03-21T13:15:37.919+0000 7f2689ca8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:15:38.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:38 smithi038 bash[14566]: debug 2024-03-21T13:15:38.135+0000 7f2689ca8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:15:38.831 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:38 smithi038 bash[14566]: debug 2024-03-21T13:15:38.495+0000 7f2689ca8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:15:39.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:38 smithi038 bash[14566]: debug 2024-03-21T13:15:38.831+0000 7f2689ca8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "f13f7fc0-e784-11ee-95cd-87774f69a715", 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T13:15:39.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "a" 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T13:15:39.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T13:15:39.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T13:15:39.282 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-03-21T13:15:25.597544+0000", 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T13:15:39.283 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:15:39.501 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:39 smithi038 bash[14284]: audit 2024-03-21T13:15:39.273295+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.38:0/2719335006' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:15:39.501 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:39 smithi038 bash[14566]: debug 2024-03-21T13:15:39.223+0000 7f2689ca8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:15:39.902 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:39 smithi038 bash[14566]: debug 2024-03-21T13:15:39.503+0000 7f2689ca8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:15:39.996 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (2/15)... 2024-03-21T13:15:40.464 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:40 smithi038 bash[14566]: debug 2024-03-21T13:15:40.195+0000 7f2689ca8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:15:40.464 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:40 smithi038 bash[14566]: debug 2024-03-21T13:15:40.303+0000 7f2689ca8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:15:40.715 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:40 smithi038 bash[14566]: debug 2024-03-21T13:15:40.463+0000 7f2689ca8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:15:40.715 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:40 smithi038 bash[14566]: debug 2024-03-21T13:15:40.575+0000 7f2689ca8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:15:41.009 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:40 smithi038 bash[14566]: debug 2024-03-21T13:15:40.715+0000 7f2689ca8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:15:41.317 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:41 smithi038 bash[14566]: debug 2024-03-21T13:15:41.007+0000 7f2689ca8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:15:41.318 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:41 smithi038 bash[14566]: debug 2024-03-21T13:15:41.131+0000 7f2689ca8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:15:41.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:41 smithi038 bash[14566]: debug 2024-03-21T13:15:41.315+0000 7f2689ca8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:15:41.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:41 smithi038 bash[14566]: debug 2024-03-21T13:15:41.439+0000 7f2689ca8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:15:42.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:42 smithi038 bash[14566]: debug 2024-03-21T13:15:42.315+0000 7f2689ca8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:15:43.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:43.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:15:43.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "f13f7fc0-e784-11ee-95cd-87774f69a715", 2024-03-21T13:15:43.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-03-21T13:15:43.200 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T13:15:43.200 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T13:15:43.200 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T13:15:43.200 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.200 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T13:15:43.201 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T13:15:43.201 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-03-21T13:15:43.201 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:43.201 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "a" 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T13:15:43.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:43.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T13:15:43.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T13:15:43.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T13:15:43.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T13:15:43.206 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T13:15:43.206 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T13:15:43.206 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.207 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:43.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-03-21T13:15:25.597544+0000", 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T13:15:43.209 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: cluster 2024-03-21T13:15:42.338102+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: cluster 2024-03-21T13:15:42.344579+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00671585s) 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.346202+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.346643+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.347107+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.347481+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.348645+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: cluster 2024-03-21T13:15:42.360897+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.383166+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:15:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.385369+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:15:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.396926+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' 2024-03-21T13:15:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.399829+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' 2024-03-21T13:15:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:42.402771+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.38:0/1719430794' entity='mgr.y' 2024-03-21T13:15:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:43 smithi038 bash[14284]: audit 2024-03-21T13:15:43.199063+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.38:0/2547456736' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:15:43.894 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (3/15)... 2024-03-21T13:15:44.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:44 smithi038 bash[14284]: cluster 2024-03-21T13:15:43.352280+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01443s) 2024-03-21T13:15:46.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:46 smithi038 bash[14284]: cluster 2024-03-21T13:15:45.359569+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 3s) 2024-03-21T13:15:47.417 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:47.417 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:15:47.417 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "f13f7fc0-e784-11ee-95cd-87774f69a715", 2024-03-21T13:15:47.417 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-03-21T13:15:47.418 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T13:15:47.418 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T13:15:47.418 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T13:15:47.418 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.418 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T13:15:47.419 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T13:15:47.419 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-03-21T13:15:47.420 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:47.420 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T13:15:47.420 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "a" 2024-03-21T13:15:47.420 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 15, 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T13:15:47.421 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T13:15:47.425 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-03-21T13:15:47.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-03-21T13:15:25.597544+0000", 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T13:15:47.427 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:15:48.032 INFO:teuthology.orchestra.run.smithi038.stderr:mgr is available 2024-03-21T13:15:48.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:48 smithi038 bash[14284]: audit 2024-03-21T13:15:47.417062+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.38:0/4209470580' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:15:49.376 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:49.376 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-03-21T13:15:49.376 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:15:49.377 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-21T13:15:49.377 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-21T13:15:49.377 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-21T13:15:49.377 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-21T13:15:49.378 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-21T13:15:49.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:49 smithi038 bash[14284]: audit 2024-03-21T13:15:49.366496+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.38:0/3402553418' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:15:49.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:49 smithi038 bash[14284]: audit 2024-03-21T13:15:49.376427+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.38:0/3402553418' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:15:50.037 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling cephadm module... 2024-03-21T13:15:51.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:51 smithi038 bash[14284]: audit 2024-03-21T13:15:51.401285+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.38:0/4068917311' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T13:15:51.903 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:51 smithi038 bash[14566]: ignoring --setuser ceph since I am not root 2024-03-21T13:15:51.903 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:51 smithi038 bash[14566]: ignoring --setgroup ceph since I am not root 2024-03-21T13:15:51.903 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:51 smithi038 bash[14566]: debug 2024-03-21T13:15:51.654+0000 7f8eccb2f000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:15:52.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:52 smithi038 bash[14566]: debug 2024-03-21T13:15:52.342+0000 7f8eccb2f000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:15:52.834 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:52 smithi038 bash[14566]: debug 2024-03-21T13:15:52.470+0000 7f8eccb2f000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:15:52.834 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:52 smithi038 bash[14566]: debug 2024-03-21T13:15:52.634+0000 7f8eccb2f000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:15:52.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:52 smithi038 bash[14284]: audit 2024-03-21T13:15:51.458753+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.38:0/4068917311' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T13:15:52.835 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:52 smithi038 bash[14284]: cluster 2024-03-21T13:15:51.458879+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 9s) 2024-03-21T13:15:53.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:52 smithi038 bash[14566]: debug 2024-03-21T13:15:52.982+0000 7f8eccb2f000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:15:53.153 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:53 smithi038 bash[14566]: debug 2024-03-21T13:15:53.082+0000 7f8eccb2f000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:15:53.513 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:15:53.513 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-21T13:15:53.513 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-03-21T13:15:53.513 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-21T13:15:53.513 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-21T13:15:53.513 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:15:53.549 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:53 smithi038 bash[14566]: debug 2024-03-21T13:15:53.290+0000 7f8eccb2f000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:15:53.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:53 smithi038 bash[14284]: audit 2024-03-21T13:15:53.513064+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.38:0/3855956959' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:15:54.190 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-03-21T13:15:54.190 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 5... 2024-03-21T13:15:54.495 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:54 smithi038 bash[14566]: debug 2024-03-21T13:15:54.178+0000 7f8eccb2f000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:15:54.495 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:54 smithi038 bash[14566]: debug 2024-03-21T13:15:54.286+0000 7f8eccb2f000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:15:54.855 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:54 smithi038 bash[14566]: debug 2024-03-21T13:15:54.494+0000 7f8eccb2f000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:15:55.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:54 smithi038 bash[14566]: debug 2024-03-21T13:15:54.854+0000 7f8eccb2f000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:15:55.574 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:55 smithi038 bash[14566]: debug 2024-03-21T13:15:55.194+0000 7f8eccb2f000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:15:55.853 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:55 smithi038 bash[14566]: debug 2024-03-21T13:15:55.570+0000 7f8eccb2f000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:15:56.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:55 smithi038 bash[14566]: debug 2024-03-21T13:15:55.850+0000 7f8eccb2f000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:15:56.825 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:56 smithi038 bash[14566]: debug 2024-03-21T13:15:56.554+0000 7f8eccb2f000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:15:56.825 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:56 smithi038 bash[14566]: debug 2024-03-21T13:15:56.658+0000 7f8eccb2f000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:15:57.077 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:56 smithi038 bash[14566]: debug 2024-03-21T13:15:56.822+0000 7f8eccb2f000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:15:57.078 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:56 smithi038 bash[14566]: debug 2024-03-21T13:15:56.934+0000 7f8eccb2f000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:15:57.371 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:57 smithi038 bash[14566]: debug 2024-03-21T13:15:57.074+0000 7f8eccb2f000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:15:57.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:57 smithi038 bash[14566]: debug 2024-03-21T13:15:57.370+0000 7f8eccb2f000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:15:57.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:57 smithi038 bash[14566]: debug 2024-03-21T13:15:57.494+0000 7f8eccb2f000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:15:58.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:57 smithi038 bash[14566]: debug 2024-03-21T13:15:57.678+0000 7f8eccb2f000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:15:58.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:57 smithi038 bash[14566]: debug 2024-03-21T13:15:57.802+0000 7f8eccb2f000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:15:59.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:15:58 smithi038 bash[14566]: debug 2024-03-21T13:15:58.686+0000 7f8eccb2f000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:15:59.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:15:59.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-21T13:15:59.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-03-21T13:15:59.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: cluster 2024-03-21T13:15:58.709167+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: cluster 2024-03-21T13:15:58.709994+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: cluster 2024-03-21T13:15:58.713746+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: cluster 2024-03-21T13:15:58.766031+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0562045s) 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.768296+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.770337+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.771993+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.772357+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:16:00.024 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.772652+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: cluster 2024-03-21T13:15:58.782490+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.806771+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.812992+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.816383+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.820846+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.824990+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.839241+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:16:00.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:15:59 smithi038 bash[14284]: audit 2024-03-21T13:15:58.841810+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:16:00.530 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 5 is available 2024-03-21T13:16:00.530 INFO:teuthology.orchestra.run.smithi038.stderr:Setting orchestrator backend to cephadm... 2024-03-21T13:16:00.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:00 smithi038 bash[14284]: audit 2024-03-21T13:15:59.770163+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:16:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:00 smithi038 bash[14284]: cluster 2024-03-21T13:15:59.771793+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.06196s) 2024-03-21T13:16:00.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:00 smithi038 bash[14284]: audit 2024-03-21T13:15:59.784296+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:16:01.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14566]: [21/Mar/2024:13:16:01] ENGINE Bus STARTING 2024-03-21T13:16:01.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14566]: [21/Mar/2024:13:16:01] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:16:01.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14566]: [21/Mar/2024:13:16:01] ENGINE Bus STARTED 2024-03-21T13:16:02.090 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14284]: cluster 2024-03-21T13:16:00.779763+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-03-21T13:16:02.091 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14284]: cephadm 2024-03-21T13:16:01.086867+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [21/Mar/2024:13:16:01] ENGINE Bus STARTING 2024-03-21T13:16:02.091 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14284]: cephadm 2024-03-21T13:16:01.214010+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:13:16:01] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:16:02.091 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14284]: cephadm 2024-03-21T13:16:01.214605+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:13:16:01] ENGINE Bus STARTED 2024-03-21T13:16:02.091 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14284]: audit 2024-03-21T13:16:01.221385+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:02.091 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:01 smithi038 bash[14284]: audit 2024-03-21T13:16:01.248213+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:03.152 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:02 smithi038 bash[14284]: audit 2024-03-21T13:16:01.855621+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:03.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:02 smithi038 bash[14284]: audit 2024-03-21T13:16:01.870125+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:03.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:02 smithi038 bash[14284]: audit 2024-03-21T13:16:01.917554+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:03.874 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: value unchanged 2024-03-21T13:16:04.533 INFO:teuthology.orchestra.run.smithi038.stderr:Generating ssh key... 2024-03-21T13:16:04.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:04 smithi038 bash[14284]: audit 2024-03-21T13:16:03.874169+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: Generating public/private rsa key pair. 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: Your identification has been saved in /tmp/tmpkzow60pt/key. 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: Your public key has been saved in /tmp/tmpkzow60pt/key.pub. 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: The key fingerprint is: 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: SHA256:97pSNOoHsOfjo9q56IpnRo6hv0DklRRJ61R8BTXJr4o ceph-f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: The key's randomart image is: 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: +---[RSA 3072]----+ 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: | .++. .=+. | 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: | ..+. . o. | 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: | . = . . | 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: |o + . o. | 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: | o . oSoo. | 2024-03-21T13:16:06.403 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: |o . . +o.. | 2024-03-21T13:16:06.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: |o= .+.o . | 2024-03-21T13:16:06.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: |oo= E o* .. | 2024-03-21T13:16:06.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: |.=+++.=+.=o. | 2024-03-21T13:16:06.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:06 smithi038 bash[14566]: +----[SHA256]-----+ 2024-03-21T13:16:07.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:07 smithi038 bash[14284]: audit 2024-03-21T13:16:05.855559+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:07.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:07 smithi038 bash[14284]: cephadm 2024-03-21T13:16:05.856000+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-03-21T13:16:07.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:07 smithi038 bash[14284]: audit 2024-03-21T13:16:06.042920+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:07.386 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:07 smithi038 bash[14284]: audit 2024-03-21T13:16:06.052101+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:07.981 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKMbxU1GHc2rXKCdlzltzOtBMdslfMjJN2NtU86eBMGT8EnLQuEyIrDOhdki+2+aUOCxksKB3LYaDvHlqzjDVM41cm6s/I3bks+QMyua3wCqdqbgq+lAvR8XNrIEqufIRMDaR5R6BOFiUYTmanKkJ4KOaIeZ4QS0t3SjSliVtzckHKeFhn4IFposCvUVRJNxZjNO7smMIk6nflwwaVnzmDLubpBVCqIKTLPxDFO7W9M8NHJw07TU0eDCN1TmG2fQgIUYxBLMdDjZVHFBP7bome00ejvGdpR32tToY6nFMuT8n94b/qzPFfAfZK2JdocTLiQipM45lSt74k6gX5P9JYXRQOMiJmPg5x91v1u9AuiZg4riexXTuRP8lHUTWzAtOzxkjfVnaMOY4PWbs3NJdIWCSVGIHKu7cUt7rnVTixafzpoqZ6GQnsez4kyqV5I1HW0i3tDmxZhg9Qy87NlHcZdCqG51twgUvYMfVGVWIQbC8NOEnM3zTXL+8E4LIHLDk= ceph-f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:16:08.690 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:16:08.691 INFO:teuthology.orchestra.run.smithi038.stderr:Adding key to root@localhost authorized_keys... 2024-03-21T13:16:08.691 INFO:teuthology.orchestra.run.smithi038.stderr:Adding host smithi038... 2024-03-21T13:16:08.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:08 smithi038 bash[14284]: audit 2024-03-21T13:16:07.981795+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:10.868 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:10 smithi038 bash[14284]: audit 2024-03-21T13:16:10.108520+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi038", "addr": "172.21.15.38", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:10.868 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:10 smithi038 bash[14284]: cephadm 2024-03-21T13:16:10.490920+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi038 2024-03-21T13:16:11.140 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Added host 'smithi038' with addr '172.21.15.38' 2024-03-21T13:16:11.971 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying unmanaged mon service... 2024-03-21T13:16:12.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:12 smithi038 bash[14284]: audit 2024-03-21T13:16:11.139847+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:12.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:12 smithi038 bash[14284]: cephadm 2024-03-21T13:16:11.140487+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi038 2024-03-21T13:16:12.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:12 smithi038 bash[14284]: audit 2024-03-21T13:16:11.173732+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:14.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-21T13:16:15.003 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying unmanaged mgr service... 2024-03-21T13:16:15.313 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:15 smithi038 bash[14284]: audit 2024-03-21T13:16:14.016595+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:15.313 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:15 smithi038 bash[14284]: cephadm 2024-03-21T13:16:14.022345+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T13:16:15.313 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:15 smithi038 bash[14284]: audit 2024-03-21T13:16:14.027291+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:16.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:16 smithi038 bash[14284]: audit 2024-03-21T13:16:15.043971+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:16.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:16 smithi038 bash[14284]: audit 2024-03-21T13:16:15.326989+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:16.660 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-21T13:16:18.140 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:17 smithi038 bash[14284]: audit 2024-03-21T13:16:16.650707+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:18.140 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:17 smithi038 bash[14284]: cephadm 2024-03-21T13:16:16.653256+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T13:16:18.140 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:17 smithi038 bash[14284]: audit 2024-03-21T13:16:16.660144+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:19.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:19 smithi038 bash[14284]: audit 2024-03-21T13:16:18.410566+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:19.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:19 smithi038 bash[14284]: audit 2024-03-21T13:16:18.745409+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.38:0/3754312059' entity='client.admin' 2024-03-21T13:16:19.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:19 smithi038 bash[14284]: audit 2024-03-21T13:16:18.930456+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.38:0/1444153763' entity='mgr.y' 2024-03-21T13:16:20.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:20 smithi038 bash[14284]: cluster 2024-03-21T13:16:18.773492+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:21.499 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling the dashboard module... 2024-03-21T13:16:22.152 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:21 smithi038 bash[14284]: cluster 2024-03-21T13:16:20.773851+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:22.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:21 smithi038 bash[14284]: audit 2024-03-21T13:16:20.858062+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.38:0/441671417' entity='client.admin' 2024-03-21T13:16:24.520 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:24 smithi038 bash[14284]: cluster 2024-03-21T13:16:22.774292+0000 mgr.y (mgr.14120) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:24.521 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:24 smithi038 bash[14284]: audit 2024-03-21T13:16:23.493984+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.38:0/1974364273' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T13:16:24.521 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:24 smithi038 bash[14566]: ignoring --setuser ceph since I am not root 2024-03-21T13:16:24.521 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:24 smithi038 bash[14566]: ignoring --setgroup ceph since I am not root 2024-03-21T13:16:24.521 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:24 smithi038 bash[14566]: debug 2024-03-21T13:16:24.478+0000 7efc224e8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:16:25.266 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14566]: debug 2024-03-21T13:16:25.162+0000 7efc224e8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:16:25.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14566]: debug 2024-03-21T13:16:25.290+0000 7efc224e8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:16:25.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14566]: debug 2024-03-21T13:16:25.454+0000 7efc224e8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:16:25.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14284]: audit 2024-03-21T13:16:24.272136+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.38:0/1974364273' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T13:16:25.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14284]: cluster 2024-03-21T13:16:24.272272+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 25s) 2024-03-21T13:16:26.131 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14566]: debug 2024-03-21T13:16:25.814+0000 7efc224e8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:16:26.131 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:25 smithi038 bash[14566]: debug 2024-03-21T13:16:25.918+0000 7efc224e8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:16:26.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:26 smithi038 bash[14566]: debug 2024-03-21T13:16:26.130+0000 7efc224e8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:16:26.451 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:16:26.451 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 9, 2024-03-21T13:16:26.451 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-03-21T13:16:26.452 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-21T13:16:26.452 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-21T13:16:26.452 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:16:26.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:26 smithi038 bash[14284]: audit 2024-03-21T13:16:26.451483+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.38:0/2294654767' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:16:27.150 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-03-21T13:16:27.150 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 9... 2024-03-21T13:16:27.327 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:27 smithi038 bash[14566]: debug 2024-03-21T13:16:27.010+0000 7efc224e8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:16:27.327 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:27 smithi038 bash[14566]: debug 2024-03-21T13:16:27.118+0000 7efc224e8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:16:27.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:27 smithi038 bash[14566]: debug 2024-03-21T13:16:27.326+0000 7efc224e8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:16:28.025 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:27 smithi038 bash[14566]: debug 2024-03-21T13:16:27.681+0000 7efc224e8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:16:28.402 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:28 smithi038 bash[14566]: debug 2024-03-21T13:16:28.021+0000 7efc224e8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:16:28.689 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:28 smithi038 bash[14566]: debug 2024-03-21T13:16:28.409+0000 7efc224e8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:16:29.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:28 smithi038 bash[14566]: debug 2024-03-21T13:16:28.685+0000 7efc224e8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:16:29.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:29 smithi038 bash[14566]: debug 2024-03-21T13:16:29.385+0000 7efc224e8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:16:29.652 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:29 smithi038 bash[14566]: debug 2024-03-21T13:16:29.493+0000 7efc224e8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:16:29.908 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:29 smithi038 bash[14566]: debug 2024-03-21T13:16:29.653+0000 7efc224e8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:16:29.908 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:29 smithi038 bash[14566]: debug 2024-03-21T13:16:29.765+0000 7efc224e8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:16:30.205 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:29 smithi038 bash[14566]: debug 2024-03-21T13:16:29.905+0000 7efc224e8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:16:30.516 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:30 smithi038 bash[14566]: debug 2024-03-21T13:16:30.201+0000 7efc224e8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:16:30.516 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:30 smithi038 bash[14566]: debug 2024-03-21T13:16:30.325+0000 7efc224e8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:16:30.902 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:30 smithi038 bash[14566]: debug 2024-03-21T13:16:30.513+0000 7efc224e8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:16:30.903 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:30 smithi038 bash[14566]: debug 2024-03-21T13:16:30.637+0000 7efc224e8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:16:31.873 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:31 smithi038 bash[14284]: cluster 2024-03-21T13:16:31.545361+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:16:31.873 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:31 smithi038 bash[14284]: cluster 2024-03-21T13:16:31.546197+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-03-21T13:16:31.873 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:31 smithi038 bash[14284]: cluster 2024-03-21T13:16:31.550100+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T13:16:31.874 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:31 smithi038 bash[14566]: debug 2024-03-21T13:16:31.521+0000 7efc224e8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:16:32.152 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14566]: [21/Mar/2024:13:16:32] ENGINE Bus STARTING 2024-03-21T13:16:32.615 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14566]: [21/Mar/2024:13:16:32] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:16:32.615 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14566]: [21/Mar/2024:13:16:32] ENGINE Bus STARTED 2024-03-21T13:16:32.629 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-03-21T13:16:32.629 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-03-21T13:16:32.629 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-03-21T13:16:32.629 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-03-21T13:16:32.886 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: cluster 2024-03-21T13:16:31.602661+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0566439s) 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.608377+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.610489+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.611890+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.612211+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.612540+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: cluster 2024-03-21T13:16:31.623545+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.651509+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.655954+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.685117+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:31.687520+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: cephadm 2024-03-21T13:16:32.032427+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [21/Mar/2024:13:16:32] ENGINE Bus STARTING 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: cephadm 2024-03-21T13:16:32.155053+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [21/Mar/2024:13:16:32] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: cephadm 2024-03-21T13:16:32.155572+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [21/Mar/2024:13:16:32] ENGINE Bus STARTED 2024-03-21T13:16:32.887 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:32 smithi038 bash[14284]: audit 2024-03-21T13:16:32.162479+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:33.385 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 9 is available 2024-03-21T13:16:33.385 INFO:teuthology.orchestra.run.smithi038.stderr:Generating a dashboard self-signed certificate... 2024-03-21T13:16:33.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:33 smithi038 bash[14284]: audit 2024-03-21T13:16:32.612660+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:16:33.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:33 smithi038 bash[14284]: cluster 2024-03-21T13:16:32.615187+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: y(active, since 1.06917s) 2024-03-21T13:16:33.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:33 smithi038 bash[14284]: audit 2024-03-21T13:16:32.629600+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:16:34.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:34 smithi038 bash[14284]: cluster 2024-03-21T13:16:33.632645+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-03-21T13:16:34.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:34 smithi038 bash[14284]: audit 2024-03-21T13:16:34.203741+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:35.122 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-21T13:16:35.869 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial admin user... 2024-03-21T13:16:36.152 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:35 smithi038 bash[14284]: audit 2024-03-21T13:16:34.669765+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:36.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:35 smithi038 bash[14284]: audit 2024-03-21T13:16:34.698402+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:36.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:35 smithi038 bash[14284]: audit 2024-03-21T13:16:35.116872+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:36.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:35 smithi038 bash[14284]: audit 2024-03-21T13:16:35.122054+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:37.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$cFM6g//VBJyIyiivMEvmfO/JyqkCuybI34W0U2s99rbVhTSefhXo6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711026997, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T13:16:38.940 INFO:teuthology.orchestra.run.smithi038.stderr:Fetching dashboard port number... 2024-03-21T13:16:38.954 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:38 smithi038 bash[14284]: audit 2024-03-21T13:16:37.390719+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:38.954 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:38 smithi038 bash[14284]: audit 2024-03-21T13:16:37.657833+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:38.954 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:38 smithi038 bash[14284]: cluster 2024-03-21T13:16:38.264445+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-03-21T13:16:40.934 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 8443 2024-03-21T13:16:41.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:40 smithi038 bash[14284]: audit 2024-03-21T13:16:40.934640+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.38:0/969381267' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T13:16:41.549 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-03-21T13:16:41.549 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T13:16:41.553 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph Dashboard is now available at: 2024-03-21T13:16:41.553 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:41.553 INFO:teuthology.orchestra.run.smithi038.stderr: URL: https://smithi038.front.sepia.ceph.com:8443/ 2024-03-21T13:16:41.553 INFO:teuthology.orchestra.run.smithi038.stderr: User: admin 2024-03-21T13:16:41.553 INFO:teuthology.orchestra.run.smithi038.stderr: Password: 5jnb1e3tib 2024-03-21T13:16:41.553 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:41.554 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling autotune for osd_memory_target 2024-03-21T13:16:44.947 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-03-21T13:16:45.653 INFO:teuthology.orchestra.run.smithi038.stderr:You can access the Ceph CLI with: 2024-03-21T13:16:45.653 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:45.653 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:45.653 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:45.653 INFO:teuthology.orchestra.run.smithi038.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-21T13:16:45.653 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr: ceph telemetry on 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr:For more information see: 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:16:45.654 INFO:teuthology.orchestra.run.smithi038.stderr:Bootstrap complete. 2024-03-21T13:16:45.694 INFO:tasks.cephadm:Fetching config... 2024-03-21T13:16:45.694 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:16:45.694 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T13:16:45.701 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T13:16:45.702 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:16:45.702 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T13:16:45.751 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T13:16:45.752 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:16:45.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T13:16:45.766 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T13:16:45.766 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:16:45.766 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T13:16:45.771 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T13:16:45.771 DEBUG:teuthology.orchestra.run.smithi038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKMbxU1GHc2rXKCdlzltzOtBMdslfMjJN2NtU86eBMGT8EnLQuEyIrDOhdki+2+aUOCxksKB3LYaDvHlqzjDVM41cm6s/I3bks+QMyua3wCqdqbgq+lAvR8XNrIEqufIRMDaR5R6BOFiUYTmanKkJ4KOaIeZ4QS0t3SjSliVtzckHKeFhn4IFposCvUVRJNxZjNO7smMIk6nflwwaVnzmDLubpBVCqIKTLPxDFO7W9M8NHJw07TU0eDCN1TmG2fQgIUYxBLMdDjZVHFBP7bome00ejvGdpR32tToY6nFMuT8n94b/qzPFfAfZK2JdocTLiQipM45lSt74k6gX5P9JYXRQOMiJmPg5x91v1u9AuiZg4riexXTuRP8lHUTWzAtOzxkjfVnaMOY4PWbs3NJdIWCSVGIHKu7cUt7rnVTixafzpoqZ6GQnsez4kyqV5I1HW0i3tDmxZhg9Qy87NlHcZdCqG51twgUvYMfVGVWIQbC8NOEnM3zTXL+8E4LIHLDk= ceph-f13f7fc0-e784-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:16:45.835 INFO:teuthology.orchestra.run.smithi038.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKMbxU1GHc2rXKCdlzltzOtBMdslfMjJN2NtU86eBMGT8EnLQuEyIrDOhdki+2+aUOCxksKB3LYaDvHlqzjDVM41cm6s/I3bks+QMyua3wCqdqbgq+lAvR8XNrIEqufIRMDaR5R6BOFiUYTmanKkJ4KOaIeZ4QS0t3SjSliVtzckHKeFhn4IFposCvUVRJNxZjNO7smMIk6nflwwaVnzmDLubpBVCqIKTLPxDFO7W9M8NHJw07TU0eDCN1TmG2fQgIUYxBLMdDjZVHFBP7bome00ejvGdpR32tToY6nFMuT8n94b/qzPFfAfZK2JdocTLiQipM45lSt74k6gX5P9JYXRQOMiJmPg5x91v1u9AuiZg4riexXTuRP8lHUTWzAtOzxkjfVnaMOY4PWbs3NJdIWCSVGIHKu7cUt7rnVTixafzpoqZ6GQnsez4kyqV5I1HW0i3tDmxZhg9Qy87NlHcZdCqG51twgUvYMfVGVWIQbC8NOEnM3zTXL+8E4LIHLDk= ceph-f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:16:45.846 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKMbxU1GHc2rXKCdlzltzOtBMdslfMjJN2NtU86eBMGT8EnLQuEyIrDOhdki+2+aUOCxksKB3LYaDvHlqzjDVM41cm6s/I3bks+QMyua3wCqdqbgq+lAvR8XNrIEqufIRMDaR5R6BOFiUYTmanKkJ4KOaIeZ4QS0t3SjSliVtzckHKeFhn4IFposCvUVRJNxZjNO7smMIk6nflwwaVnzmDLubpBVCqIKTLPxDFO7W9M8NHJw07TU0eDCN1TmG2fQgIUYxBLMdDjZVHFBP7bome00ejvGdpR32tToY6nFMuT8n94b/qzPFfAfZK2JdocTLiQipM45lSt74k6gX5P9JYXRQOMiJmPg5x91v1u9AuiZg4riexXTuRP8lHUTWzAtOzxkjfVnaMOY4PWbs3NJdIWCSVGIHKu7cUt7rnVTixafzpoqZ6GQnsez4kyqV5I1HW0i3tDmxZhg9Qy87NlHcZdCqG51twgUvYMfVGVWIQbC8NOEnM3zTXL+8E4LIHLDk= ceph-f13f7fc0-e784-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:16:45.871 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKMbxU1GHc2rXKCdlzltzOtBMdslfMjJN2NtU86eBMGT8EnLQuEyIrDOhdki+2+aUOCxksKB3LYaDvHlqzjDVM41cm6s/I3bks+QMyua3wCqdqbgq+lAvR8XNrIEqufIRMDaR5R6BOFiUYTmanKkJ4KOaIeZ4QS0t3SjSliVtzckHKeFhn4IFposCvUVRJNxZjNO7smMIk6nflwwaVnzmDLubpBVCqIKTLPxDFO7W9M8NHJw07TU0eDCN1TmG2fQgIUYxBLMdDjZVHFBP7bome00ejvGdpR32tToY6nFMuT8n94b/qzPFfAfZK2JdocTLiQipM45lSt74k6gX5P9JYXRQOMiJmPg5x91v1u9AuiZg4riexXTuRP8lHUTWzAtOzxkjfVnaMOY4PWbs3NJdIWCSVGIHKu7cUt7rnVTixafzpoqZ6GQnsez4kyqV5I1HW0i3tDmxZhg9Qy87NlHcZdCqG51twgUvYMfVGVWIQbC8NOEnM3zTXL+8E4LIHLDk= ceph-f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:16:45.881 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T13:16:46.076 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:45 smithi038 bash[14284]: audit 2024-03-21T13:16:44.943855+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.38:0/2907932140' entity='client.admin' 2024-03-21T13:16:50.596 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T13:16:50.596 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T13:16:50.782 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:50 smithi038 bash[14284]: audit 2024-03-21T13:16:49.447231+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.38:0/3076351583' entity='client.admin' 2024-03-21T13:16:50.782 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:50 smithi038 bash[14284]: audit 2024-03-21T13:16:49.861199+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:50.782 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:50 smithi038 bash[14284]: audit 2024-03-21T13:16:49.862554+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:16:50.782 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:50 smithi038 bash[14284]: audit 2024-03-21T13:16:49.870150+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:50.782 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:50 smithi038 bash[14284]: audit 2024-03-21T13:16:49.872522+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:50.782 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:50 smithi038 bash[14284]: audit 2024-03-21T13:16:49.884749+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:53.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:53 smithi038 bash[14284]: cluster 2024-03-21T13:16:51.613589+0000 mgr.y (mgr.14152) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:55.416 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-03-21T13:16:55.416 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:16:55.416 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:16:55.424 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:16:55.424 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:55.472 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-03-21T13:16:55.472 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch host add smithi192 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: cluster 2024-03-21T13:16:53.613997+0000 mgr.y (mgr.14152) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: audit 2024-03-21T13:16:54.521142+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: audit 2024-03-21T13:16:54.560747+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: audit 2024-03-21T13:16:54.563501+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: audit 2024-03-21T13:16:54.564802+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: audit 2024-03-21T13:16:54.793339+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:55 smithi038 bash[14284]: audit 2024-03-21T13:16:54.803238+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:16:56.537 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:56 smithi038 bash[14284]: audit 2024-03-21T13:16:54.510984+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-03-21T13:16:56.537 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:56 smithi038 bash[14284]: cephadm 2024-03-21T13:16:54.566910+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:16:56.537 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:56 smithi038 bash[14284]: cephadm 2024-03-21T13:16:54.676030+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:57.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:57 smithi038 bash[14284]: cluster 2024-03-21T13:16:55.614401+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:59.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:16:59 smithi038 bash[14284]: cluster 2024-03-21T13:16:57.614857+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:16:59.739 INFO:teuthology.orchestra.run.smithi038.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-03-21T13:17:00.475 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: audit 2024-03-21T13:16:58.691984+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: cephadm 2024-03-21T13:16:59.078443+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi192 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: audit 2024-03-21T13:16:59.739782+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: audit 2024-03-21T13:16:59.759744+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: audit 2024-03-21T13:16:59.762726+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: audit 2024-03-21T13:16:59.764401+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:00.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:00 smithi038 bash[14284]: audit 2024-03-21T13:17:00.048765+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:01.553 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:01 smithi038 bash[14284]: cluster 2024-03-21T13:16:59.615388+0000 mgr.y (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:01.553 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:01 smithi038 bash[14284]: cephadm 2024-03-21T13:16:59.740591+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi192 2024-03-21T13:17:01.553 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:01 smithi038 bash[14284]: audit 2024-03-21T13:17:00.792902+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:02.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:02 smithi038 bash[14284]: audit 2024-03-21T13:17:01.329005+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:03.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:03 smithi038 bash[14284]: cluster 2024-03-21T13:17:01.615816+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:03.661 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:17:03.661 INFO:teuthology.orchestra.run.smithi038.stdout:[{"addr": "172.21.15.38", "hostname": "smithi038", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-03-21T13:17:04.356 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T13:17:04.356 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T13:17:05.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:05 smithi038 bash[14284]: cluster 2024-03-21T13:17:03.616235+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:05.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:05 smithi038 bash[14284]: audit 2024-03-21T13:17:03.661900+0000 mgr.y (mgr.14152) 21 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:17:07.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:07 smithi038 bash[14284]: cluster 2024-03-21T13:17:05.616738+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:07.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:07 smithi038 bash[14284]: audit 2024-03-21T13:17:06.081183+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:07.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:07 smithi038 bash[14284]: audit 2024-03-21T13:17:06.088114+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:07.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:07 smithi038 bash[14284]: audit 2024-03-21T13:17:06.089675+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:17:07.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:07 smithi038 bash[14284]: audit 2024-03-21T13:17:06.096637+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:08.286 INFO:teuthology.orchestra.run.smithi038.stderr:adjusted tunables profile to default 2024-03-21T13:17:08.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:08 smithi038 bash[14284]: audit 2024-03-21T13:17:07.441236+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.38:0/429541779' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:17:09.002 INFO:tasks.cephadm:Adding mon.a on smithi038 2024-03-21T13:17:09.002 INFO:tasks.cephadm:Adding mon.c on smithi038 2024-03-21T13:17:09.002 INFO:tasks.cephadm:Adding mon.b on smithi192 2024-03-21T13:17:09.003 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi038:172.21.15.38=a;smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c;smithi192:172.21.15.192=b' 2024-03-21T13:17:09.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:09 smithi038 bash[14284]: cluster 2024-03-21T13:17:07.617289+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:09 smithi038 bash[14284]: audit 2024-03-21T13:17:08.281308+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.38:0/429541779' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:17:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:09 smithi038 bash[14284]: cluster 2024-03-21T13:17:08.281458+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:11.635 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2024-03-21T13:17:11.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:11 smithi038 bash[14284]: cluster 2024-03-21T13:17:09.617809+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:12.344 DEBUG:teuthology.orchestra.run.smithi038:mon.c> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T13:17:12.346 DEBUG:teuthology.orchestra.run.smithi192:mon.b> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T13:17:12.348 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:17:12.348 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:17:12.531 INFO:journalctl@ceph.mon.b.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: cluster 2024-03-21T13:17:11.618344+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:11.622411+0000 mgr.y (mgr.14152) 26 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi038:172.21.15.38=a;smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c;smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: cephadm 2024-03-21T13:17:11.627745+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Saving service mon spec with placement smithi038:172.21.15.38=a;smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c;smithi192:172.21.15.192=b;count:3 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:11.635614+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:11.678828+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:11.681729+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:11.683598+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: cephadm 2024-03-21T13:17:11.687054+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: cephadm 2024-03-21T13:17:11.803974+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:12.051615+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:12.059620+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:12.063133+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: audit 2024-03-21T13:17:12.064669+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:12 smithi038 bash[14284]: cephadm 2024-03-21T13:17:12.066448+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi038 2024-03-21T13:17:13.382 INFO:journalctl@ceph.mon.c.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:17:14.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:14 smithi038 bash[14284]: cluster 2024-03-21T13:17:13.618879+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:15.077 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-03-21T13:17:15.078 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"f13f7fc0-e784-11ee-95cd-87774f69a715","modified":"2024-03-21T13:15:20.891562Z","created":"2024-03-21T13:15:20.891562Z","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.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:17:15.081 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-03-21T13:17:15.902 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:15 smithi038 bash[14284]: audit 2024-03-21T13:17:15.078219+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.192:0/3964912312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:17:16.732 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:17:16.732 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:17:16.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:16 smithi038 bash[14284]: cluster 2024-03-21T13:17:15.619418+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:16.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:16 smithi038 bash[14284]: audit 2024-03-21T13:17:16.411887+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:16.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:16 smithi038 bash[14284]: audit 2024-03-21T13:17:16.413320+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:16.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:16 smithi038 bash[14284]: audit 2024-03-21T13:17:16.414489+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:17 smithi038 bash[19780]: debug 2024-03-21T13:17:17.552+0000 7fe3caef1700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete,mon_cluster_log_to_file 2024-03-21T13:17:21.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:21 smithi192 systemd[1]: Started Ceph mon.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:17:22.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:17.564813+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:22.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:17.565199+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-03-21T13:17:22.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:17.567082+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:17.619882+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:18.558778+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:19.558785+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:19.563009+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:19.620405+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:20.558904+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:21.559368+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:21.620889+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:22.559320+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.573765+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.594070+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.594166+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.594218+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.594494+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.608618+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-03-21T13:17:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:22.621732+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:22.624524+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:22.627350+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[14284]: audit 2024-03-21T13:17:22.629224+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:17.564813+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:17.565199+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:17.567082+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:17.619882+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:18.558778+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:19.558785+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:19.563009+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:19.620405+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:20.558904+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:21.559368+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:21.620889+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:22.559320+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.573765+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.594070+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.594166+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.594218+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.594494+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.608618+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:22.621732+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:22.624524+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:22.627350+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:22.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:22 smithi038 bash[19780]: audit 2024-03-21T13:17:22.629224+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.909+0000 7fa6a1aba880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.909+0000 7fa6a1aba880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.909+0000 7fa6a1aba880 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 0 load: jerasure load: lrc 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: RocksDB version: 6.15.5 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Compile date Apr 18 2022 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: DB SUMMARY 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: DB Session ID: M3LUI0ZTJI4UXT3XNLU3 2024-03-21T13:17:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.env: 0x55eba7f20860 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.fs: Posix File System 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.info_log: 0x55eba8e2de00 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:17:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.db_log_dir: 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:17:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.write_buffer_manager: 0x55eba8f1e2d0 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:17:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.row_cache: None 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.wal_filter: None 2024-03-21T13:17:23.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.preserve_deletes: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:17:23.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:17:23.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Compression algorithms supported: 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kZSTD supported: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2024-03-21T13:17:23.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.merge_operator: 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eba8dfbd00) 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cache_index_and_filter_blocks: 1 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: pin_top_level_index_and_filter: 1 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: index_type: 0 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: data_block_index_type: 0 2024-03-21T13:17:23.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: index_shortening: 1 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: hash_index_allow_collision: 1 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: checksum: 1 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: no_block_cache: 0 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_cache: 0x55eba8e62170 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_cache_name: BinnedLRUCache 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_cache_options: 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: capacity : 536870912 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: num_shard_bits : 4 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: strict_capacity_limit : 0 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: high_pri_pool_ratio: 0.000 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_cache_compressed: (nil) 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: persistent_cache: (nil) 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_size: 4096 2024-03-21T13:17:23.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_size_deviation: 10 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_restart_interval: 16 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: index_block_restart_interval: 1 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: metadata_block_size: 4096 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: partition_filters: 0 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: use_delta_encoding: 1 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: whole_key_filtering: 1 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: verify_compression: 0 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: read_amp_bytes_per_bit: 0 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: format_version: 4 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: enable_index_compression: 1 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: block_align: 0 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:17:23.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.num_levels: 7 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:17:23.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:17:23.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:17:23.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:17:23.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.913+0000 7fa6a1aba880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-21T13:17:23.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027042920628, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027042921225, "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": 1711027042, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "001028a6-e8f5-4b1d-91f1-846aaf1dc7a6", "db_session_id": "M3LUI0ZTJI4UXT3XNLU3"}} 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027042922014, "job": 1, "event": "recovery_finished"} 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.917+0000 7fa6a1aba880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa6a1aba880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55eba8e48a80 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa6a1aba880 4 rocksdb: DB pointer 0x55eba8e58000 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa691842700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa691842700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** DB Stats ** 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:17:23.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** Compaction Stats [default] ** 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** Compaction Stats [default] ** 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:17:23.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Interval compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** Compaction Stats [default] ** 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** Compaction Stats [default] ** 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 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.6 0.00 0.00 1 0.001 0 0 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Cumulative compaction: 0.00 GB write, 0.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:17:23.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa6a1aba880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa6a1aba880 0 using public_addr v2:172.21.15.192:0/0 -> [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.921+0000 7fa6a1aba880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.925+0000 7fa6a1aba880 1 mon.b@-1(???) e0 preinit fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: e1 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: legacy client fscid: -1 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: No filesystems configured 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T13:17:23.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T13:17:23.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T13:17:23.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:17:23.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:17:23.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:17:23.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.945+0000 7fa694848700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:17:23.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:01.329005+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:01.615816+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:03.616235+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:03.661900+0000 mgr.y (mgr.14152) 21 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:05.616738+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:06.081183+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:06.088114+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:06.089675+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:06.096637+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:07.441236+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.38:0/429541779' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:07.617289+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:08.281308+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.38:0/429541779' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:08.281458+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:09.617809+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:11.618344+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:11.622411+0000 mgr.y (mgr.14152) 26 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi038:172.21.15.38=a;smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c;smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cephadm 2024-03-21T13:17:11.627745+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Saving service mon spec with placement smithi038:172.21.15.38=a;smithi038:[v2:172.21.15.38:3301,v1:172.21.15.38:6790]=c;smithi192:172.21.15.192=b;count:3 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:11.635614+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:11.678828+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:11.681729+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:11.683598+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cephadm 2024-03-21T13:17:11.687054+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cephadm 2024-03-21T13:17:11.803974+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:12.051615+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:12.059620+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:12.063133+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:12.064669+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cephadm 2024-03-21T13:17:12.066448+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi038 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:13.618879+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:15.078219+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.192:0/3964912312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:15.619418+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:16.411887+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:16.413320+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:16.414489+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:17.564813+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:17.565199+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:17.567082+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:17.619882+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:18.558778+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:19.558785+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:19.563009+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:19.620405+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:20.558904+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:21.559368+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:21.620889+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:22.559320+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:23.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.573765+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.594070+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.594166+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.594218+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.594494+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.608618+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:22.621732+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:22.624524+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:22.627350+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: audit 2024-03-21T13:17:22.629224+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.953+0000 7fa694848700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T13:17:23.238 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:22 smithi192 bash[14483]: debug 2024-03-21T13:17:22.953+0000 7fa694848700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete,mon_cluster_log_to_file 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:22.973613+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.974026+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:22.976625+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:22.977006+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:22.979242+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:23.621384+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:23.962731+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:24.962934+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:24.963694+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:25.621856+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:25.963218+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:26.963236+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:27.963312+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:28.002253+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:28.013662+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:28.013784+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:28.013852+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:28.014119+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: cluster 2024-03-21T13:17:28.023292+0000 mon.a (mon.0) 168 : cluster [INF] overall HEALTH_OK 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:28.027580+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:28.033019+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[19780]: audit 2024-03-21T13:17:28.036772+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:22.973613+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.974026+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:22.976625+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:22.977006+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:22.979242+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:23.621384+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:23.962731+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:24.962934+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:24.963694+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:25.621856+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:25.963218+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:26.963236+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:27.963312+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:28.002253+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:28.013662+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2024-03-21T13:17:28.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:28.013784+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2024-03-21T13:17:28.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:28.013852+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:28.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:28.014119+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-03-21T13:17:28.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: cluster 2024-03-21T13:17:28.023292+0000 mon.a (mon.0) 168 : cluster [INF] overall HEALTH_OK 2024-03-21T13:17:28.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:28.027580+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:28.033019+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:28 smithi038 bash[14284]: audit 2024-03-21T13:17:28.036772+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:22.973613+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.974026+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:22.976625+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:22.977006+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:22.979242+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:23.621384+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:23.962731+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:24.962934+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:24.963694+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:25.621856+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:25.963218+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:26.963236+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:27.963312+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:28.002253+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:28.013662+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} 2024-03-21T13:17:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:28.013784+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2024-03-21T13:17:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:28.013852+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:17:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:28.014119+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-03-21T13:17:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: cluster 2024-03-21T13:17:28.023292+0000 mon.a (mon.0) 168 : cluster [INF] overall HEALTH_OK 2024-03-21T13:17:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:28.027580+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:28.033019+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:28 smithi192 bash[14483]: audit 2024-03-21T13:17:28.036772+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: cluster 2024-03-21T13:17:27.622242+0000 mgr.y (mgr.14152) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: cephadm 2024-03-21T13:17:28.028535+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: cephadm 2024-03-21T13:17:28.034006+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:17:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.178119+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.192792+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.200312+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: cephadm 2024-03-21T13:17:28.202450+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:17:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.203009+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.204538+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.206031+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: cephadm 2024-03-21T13:17:28.207658+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2024-03-21T13:17:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:29 smithi192 bash[14483]: audit 2024-03-21T13:17:28.965425+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: cluster 2024-03-21T13:17:27.622242+0000 mgr.y (mgr.14152) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: cephadm 2024-03-21T13:17:28.028535+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: cephadm 2024-03-21T13:17:28.034006+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.178119+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.192792+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.200312+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: cephadm 2024-03-21T13:17:28.202450+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:17:29.525 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.203009+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.204538+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.206031+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: cephadm 2024-03-21T13:17:28.207658+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[14284]: audit 2024-03-21T13:17:28.965425+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: cluster 2024-03-21T13:17:27.622242+0000 mgr.y (mgr.14152) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: cephadm 2024-03-21T13:17:28.028535+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: cephadm 2024-03-21T13:17:28.034006+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.178119+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.192792+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.200312+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: cephadm 2024-03-21T13:17:28.202450+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:17:29.526 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.203009+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:29.527 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.204538+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:29.527 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.206031+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:29.527 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: cephadm 2024-03-21T13:17:28.207658+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2024-03-21T13:17:29.527 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:29 smithi038 bash[19780]: audit 2024-03-21T13:17:28.965425+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:17:29.542 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-03-21T13:17:29.543 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"f13f7fc0-e784-11ee-95cd-87774f69a715","modified":"2024-03-21T13:17:22.962750Z","created":"2024-03-21T13:15:20.891562Z","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.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3301","nonce":0},{"type":"v1","addr":"172.21.15.38:6790","nonce":0}]},"addr":"172.21.15.38:6790/0","public_addr":"172.21.15.38:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-21T13:17:29.546 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2024-03-21T13:17:30.287 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T13:17:30.288 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T13:17:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:30 smithi192 bash[14483]: audit 2024-03-21T13:17:29.543569+0000 mon.a (mon.0) 179 : audit [DBG] from='client.? 172.21.15.192:0/1797335490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:17:30.493 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:30 smithi038 bash[19780]: audit 2024-03-21T13:17:29.543569+0000 mon.a (mon.0) 179 : audit [DBG] from='client.? 172.21.15.192:0/1797335490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:17:30.493 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:30 smithi038 bash[14284]: audit 2024-03-21T13:17:29.543569+0000 mon.a (mon.0) 179 : audit [DBG] from='client.? 172.21.15.192:0/1797335490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: cluster 2024-03-21T13:17:29.622694+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: audit 2024-03-21T13:17:30.284477+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: cephadm 2024-03-21T13:17:30.285592+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: audit 2024-03-21T13:17:30.286088+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: audit 2024-03-21T13:17:30.287526+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: audit 2024-03-21T13:17:30.288990+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[14284]: cephadm 2024-03-21T13:17:30.290385+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: cluster 2024-03-21T13:17:29.622694+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:31.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: audit 2024-03-21T13:17:30.284477+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: cephadm 2024-03-21T13:17:30.285592+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:17:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: audit 2024-03-21T13:17:30.286088+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: audit 2024-03-21T13:17:30.287526+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: audit 2024-03-21T13:17:30.288990+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:31 smithi038 bash[19780]: cephadm 2024-03-21T13:17:30.290385+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: cluster 2024-03-21T13:17:29.622694+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: audit 2024-03-21T13:17:30.284477+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: cephadm 2024-03-21T13:17:30.285592+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: audit 2024-03-21T13:17:30.286088+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: audit 2024-03-21T13:17:30.287526+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: audit 2024-03-21T13:17:30.288990+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:31 smithi192 bash[14483]: cephadm 2024-03-21T13:17:30.290385+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2024-03-21T13:17:32.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:32 smithi038 bash[14284]: audit 2024-03-21T13:17:31.687064+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:17:32.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:32 smithi038 bash[14284]: audit 2024-03-21T13:17:31.690446+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:17:32.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:32 smithi038 bash[19780]: audit 2024-03-21T13:17:31.687064+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:17:32.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:32 smithi038 bash[19780]: audit 2024-03-21T13:17:31.690446+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:17:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:32 smithi192 bash[14483]: audit 2024-03-21T13:17:31.687064+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:17:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:32 smithi192 bash[14483]: audit 2024-03-21T13:17:31.690446+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[14284]: cluster 2024-03-21T13:17:31.623170+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[14284]: audit 2024-03-21T13:17:33.038820+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[14284]: audit 2024-03-21T13:17:33.041227+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[14284]: audit 2024-03-21T13:17:33.042762+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[14284]: audit 2024-03-21T13:17:33.044142+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[19780]: cluster 2024-03-21T13:17:31.623170+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[19780]: audit 2024-03-21T13:17:33.038820+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[19780]: audit 2024-03-21T13:17:33.041227+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[19780]: audit 2024-03-21T13:17:33.042762+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:33.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:33 smithi038 bash[19780]: audit 2024-03-21T13:17:33.044142+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:33 smithi192 bash[14483]: cluster 2024-03-21T13:17:31.623170+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:33 smithi192 bash[14483]: audit 2024-03-21T13:17:33.038820+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:33 smithi192 bash[14483]: audit 2024-03-21T13:17:33.041227+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:17:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:33 smithi192 bash[14483]: audit 2024-03-21T13:17:33.042762+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:17:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:33 smithi192 bash[14483]: audit 2024-03-21T13:17:33.044142+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:34.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:34 smithi192 bash[14483]: cephadm 2024-03-21T13:17:33.040609+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:17:34.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:34 smithi192 bash[14483]: cephadm 2024-03-21T13:17:33.045988+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-03-21T13:17:34.405 INFO:teuthology.orchestra.run.smithi038.stdout:# minimal ceph.conf for f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:17:34.405 INFO:teuthology.orchestra.run.smithi038.stdout:[global] 2024-03-21T13:17:34.405 INFO:teuthology.orchestra.run.smithi038.stdout: fsid = f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:17:34.405 INFO:teuthology.orchestra.run.smithi038.stdout: mon_host = [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] 2024-03-21T13:17:34.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:34 smithi038 bash[14284]: cephadm 2024-03-21T13:17:33.040609+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:17:34.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:34 smithi038 bash[14284]: cephadm 2024-03-21T13:17:33.045988+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-03-21T13:17:34.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:34 smithi038 bash[19780]: cephadm 2024-03-21T13:17:33.040609+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:17:34.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:34 smithi038 bash[19780]: cephadm 2024-03-21T13:17:33.045988+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-03-21T13:17:35.214 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T13:17:35.214 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:17:35.214 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:17:35.229 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:17:35.229 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:35.238 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:17:35.238 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:17:35.255 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:17:35.255 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:35.270 INFO:tasks.cephadm:Adding mgr.y on smithi038 2024-03-21T13:17:35.271 INFO:tasks.cephadm:Adding mgr.x on smithi192 2024-03-21T13:17:35.271 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi038=y;smithi192=x' 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: cluster 2024-03-21T13:17:33.623703+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:34.405462+0000 mon.a (mon.0) 190 : audit [DBG] from='client.? 172.21.15.38:0/1409302041' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:34.864455+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:34.866946+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:34.869695+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:34.871523+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:35.011269+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:35.264090+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[14284]: audit 2024-03-21T13:17:35.270825+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: cluster 2024-03-21T13:17:33.623703+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:34.405462+0000 mon.a (mon.0) 190 : audit [DBG] from='client.? 172.21.15.38:0/1409302041' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:34.864455+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:34.866946+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:34.869695+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:34.871523+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:35.011269+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:35.264090+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:35 smithi038 bash[19780]: audit 2024-03-21T13:17:35.270825+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: cluster 2024-03-21T13:17:33.623703+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:34.405462+0000 mon.a (mon.0) 190 : audit [DBG] from='client.? 172.21.15.38:0/1409302041' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:34.864455+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:34.866946+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:34.869695+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:34.871523+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:35.011269+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:35.264090+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:35 smithi192 bash[14483]: audit 2024-03-21T13:17:35.270825+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:36 smithi192 bash[14483]: cephadm 2024-03-21T13:17:34.874439+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:36 smithi192 bash[14483]: cephadm 2024-03-21T13:17:35.143158+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:17:36.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:36 smithi038 bash[14284]: cephadm 2024-03-21T13:17:34.874439+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:36.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:36 smithi038 bash[14284]: cephadm 2024-03-21T13:17:35.143158+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:17:36.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:36 smithi038 bash[19780]: cephadm 2024-03-21T13:17:34.874439+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:17:36.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:36 smithi038 bash[19780]: cephadm 2024-03-21T13:17:35.143158+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:17:37.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:37 smithi038 bash[14284]: cluster 2024-03-21T13:17:35.624113+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:37.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:37 smithi038 bash[19780]: cluster 2024-03-21T13:17:35.624113+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:37 smithi192 bash[14483]: cluster 2024-03-21T13:17:35.624113+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:37.910 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2024-03-21T13:17:38.865 DEBUG:teuthology.orchestra.run.smithi192:mgr.x> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x.service 2024-03-21T13:17:38.867 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T13:17:38.867 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:17:38.867 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:17:38.874 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:17:38.874 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 2024-03-21T13:17:38.923 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:17:38.923 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:38.923 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 359 Links: 1 2024-03-21T13:17:38.923 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:38.924 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-03-21 13:12:49.010647404 +0000 2024-03-21T13:17:38.924 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-03-21 13:12:48.782652652 +0000 2024-03-21T13:17:38.924 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-03-21 13:12:48.782652652 +0000 2024-03-21T13:17:38.924 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-03-21T13:17:38.924 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:17:38.935 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-03-21T13:17:38.935 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-03-21T13:17:38.935 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000510186 s, 1.0 MB/s 2024-03-21T13:17:38.936 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:17:38.943 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 2024-03-21T13:17:38.948 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:17:38.948 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:38.948 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 365 Links: 1 2024-03-21T13:17:38.948 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:38.949 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-03-21 13:12:49.218642617 +0000 2024-03-21T13:17:38.949 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-03-21 13:12:49.214642709 +0000 2024-03-21T13:17:38.949 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-03-21 13:12:49.214642709 +0000 2024-03-21T13:17:38.949 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-03-21T13:17:38.949 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:17:38.960 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-03-21T13:17:38.960 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-03-21T13:17:38.960 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000486797 s, 1.1 MB/s 2024-03-21T13:17:38.961 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:17:39.014 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-03-21 13:12:49.910626688 +0000 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-03-21 13:12:49.686631845 +0000 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-03-21 13:12:49.686631845 +0000 2024-03-21T13:17:39.021 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-03-21T13:17:39.022 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:17:39.036 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-03-21T13:17:39.036 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-03-21T13:17:39.036 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000442937 s, 1.2 MB/s 2024-03-21T13:17:39.037 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:17:39.045 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 377 Links: 1 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-03-21 13:12:50.382615823 +0000 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-03-21 13:12:50.162620888 +0000 2024-03-21T13:17:39.100 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-03-21 13:12:50.162620888 +0000 2024-03-21T13:17:39.101 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-03-21T13:17:39.101 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:17:39.113 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-03-21T13:17:39.113 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-03-21T13:17:39.113 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000615077 s, 832 kB/s 2024-03-21T13:17:39.114 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:17:39.123 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:17:39.123 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:17:39.130 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:17:39.130 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-03-21 13:12:42.274355225 +0000 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-03-21 13:12:42.062360102 +0000 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-03-21 13:12:42.062360102 +0000 2024-03-21T13:17:39.181 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-03-21T13:17:39.181 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: cluster 2024-03-21T13:17:37.624520+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.900484+0000 mgr.y (mgr.14152) 55 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi038=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: cephadm 2024-03-21T13:17:37.903953+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Saving service mgr spec with placement smithi038=y;smithi192=x;count:2 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.909954+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.944972+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.948019+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.950012+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.960400+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.962520+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.967463+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.969054+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: audit 2024-03-21T13:17:37.970757+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:39.191 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:38 smithi192 bash[14483]: cephadm 2024-03-21T13:17:37.972568+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:17:39.193 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-03-21T13:17:39.193 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-03-21T13:17:39.193 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000436291 s, 1.2 MB/s 2024-03-21T13:17:39.194 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:17:39.201 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 366 Links: 1 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-03-21 13:12:42.718345010 +0000 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-03-21 13:12:42.506349888 +0000 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-03-21 13:12:42.506349888 +0000 2024-03-21T13:17:39.249 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-03-21T13:17:39.250 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:17:39.260 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-03-21T13:17:39.260 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-03-21T13:17:39.260 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000499553 s, 1.0 MB/s 2024-03-21T13:17:39.262 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:17:39.265 INFO:journalctl@ceph.mgr.x.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:17:39.269 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-03-21T13:17:39.320 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:17:39.320 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:39.320 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-03-21T13:17:39.320 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:39.320 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-03-21 13:12:42.942339856 +0000 2024-03-21T13:17:39.321 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-03-21 13:12:42.938339949 +0000 2024-03-21T13:17:39.321 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-03-21 13:12:42.938339949 +0000 2024-03-21T13:17:39.321 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-03-21T13:17:39.321 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:17:39.335 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-03-21T13:17:39.335 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-03-21T13:17:39.335 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000373581 s, 1.4 MB/s 2024-03-21T13:17:39.336 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:17:39.345 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 377 Links: 1 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-03-21 13:12:43.618324304 +0000 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-03-21 13:12:43.418328905 +0000 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-03-21 13:12:43.418328905 +0000 2024-03-21T13:17:39.351 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-03-21T13:17:39.351 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: cluster 2024-03-21T13:17:37.624520+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.900484+0000 mgr.y (mgr.14152) 55 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi038=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: cephadm 2024-03-21T13:17:37.903953+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Saving service mgr spec with placement smithi038=y;smithi192=x;count:2 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.909954+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.944972+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.948019+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.950012+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.960400+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.962520+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.967463+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:17:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.969054+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: audit 2024-03-21T13:17:37.970757+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[14284]: cephadm 2024-03-21T13:17:37.972568+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: cluster 2024-03-21T13:17:37.624520+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.900484+0000 mgr.y (mgr.14152) 55 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi038=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: cephadm 2024-03-21T13:17:37.903953+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Saving service mgr spec with placement smithi038=y;smithi192=x;count:2 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.909954+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.944972+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.948019+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.950012+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.960400+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.962520+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.967463+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.969054+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: audit 2024-03-21T13:17:37.970757+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:38 smithi038 bash[19780]: cephadm 2024-03-21T13:17:37.972568+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:17:39.409 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-03-21T13:17:39.409 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-03-21T13:17:39.409 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000378345 s, 1.4 MB/s 2024-03-21T13:17:39.410 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:17:39.419 INFO:tasks.cephadm:Deploying osd.0 on smithi038 with /dev/vg_nvme/lv_4... 2024-03-21T13:17:39.419 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:17:40.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:40 smithi192 systemd[1]: Started Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:17:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[14284]: cluster 2024-03-21T13:17:39.624973+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[14284]: audit 2024-03-21T13:17:40.401704+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[14284]: audit 2024-03-21T13:17:40.405960+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[14284]: audit 2024-03-21T13:17:40.408360+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[14284]: audit 2024-03-21T13:17:40.410021+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[19780]: cluster 2024-03-21T13:17:39.624973+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[19780]: audit 2024-03-21T13:17:40.401704+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[19780]: audit 2024-03-21T13:17:40.405960+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[19780]: audit 2024-03-21T13:17:40.408360+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:40 smithi038 bash[19780]: audit 2024-03-21T13:17:40.410021+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:40 smithi192 bash[14483]: cluster 2024-03-21T13:17:39.624973+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:40 smithi192 bash[14483]: audit 2024-03-21T13:17:40.401704+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:40 smithi192 bash[14483]: audit 2024-03-21T13:17:40.405960+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:40 smithi192 bash[14483]: audit 2024-03-21T13:17:40.408360+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:40 smithi192 bash[14483]: audit 2024-03-21T13:17:40.410021+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:41.532 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:41 smithi192 bash[15246]: debug 2024-03-21T13:17:41.365+0000 7f8afc334700 1 -- 172.21.15.192:0/63674328 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556522f4e340 con 0x556523ccac00 2024-03-21T13:17:42.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:41 smithi192 bash[15246]: debug 2024-03-21T13:17:41.529+0000 7f8b04fa3000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:17:42.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:42 smithi192 bash[15246]: debug 2024-03-21T13:17:42.197+0000 7f8b04fa3000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:17:42.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:42 smithi192 bash[15246]: debug 2024-03-21T13:17:42.317+0000 7f8b04fa3000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:17:42.801 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:42 smithi192 bash[15246]: debug 2024-03-21T13:17:42.472+0000 7f8b04fa3000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:17:42.858 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:17:42.858 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:17:42.858 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2024-03-21T13:17:42.858 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2024-03-21T13:17:42.858 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0167691 s, 625 MB/s 2024-03-21T13:17:42.858 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2024-03-21T13:17:43.091 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:42 smithi192 bash[15246]: debug 2024-03-21T13:17:42.796+0000 7f8b04fa3000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:17:43.091 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:42 smithi192 bash[15246]: debug 2024-03-21T13:17:42.888+0000 7f8b04fa3000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:17:43.091 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:43 smithi192 bash[15246]: debug 2024-03-21T13:17:43.088+0000 7f8b04fa3000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:17:43.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:43 smithi038 bash[19780]: cluster 2024-03-21T13:17:41.625410+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:43.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:43 smithi038 bash[19780]: audit 2024-03-21T13:17:43.046325+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:43.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:43 smithi038 bash[14284]: cluster 2024-03-21T13:17:41.625410+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:43.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:43 smithi038 bash[14284]: audit 2024-03-21T13:17:43.046325+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:43.429 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:43 smithi192 bash[14483]: cluster 2024-03-21T13:17:41.625410+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:43.429 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:43 smithi192 bash[14483]: audit 2024-03-21T13:17:43.046325+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:43.533 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_4 2024-03-21T13:17:44.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:43 smithi192 bash[15246]: debug 2024-03-21T13:17:43.948+0000 7f8b04fa3000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:17:44.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[15246]: debug 2024-03-21T13:17:44.052+0000 7f8b04fa3000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[15246]: debug 2024-03-21T13:17:44.260+0000 7f8b04fa3000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: audit 2024-03-21T13:17:43.447221+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: audit 2024-03-21T13:17:43.455036+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: cephadm 2024-03-21T13:17:43.457691+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: audit 2024-03-21T13:17:43.458225+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: audit 2024-03-21T13:17:43.459676+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:17:44.611 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: audit 2024-03-21T13:17:43.460737+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:44.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: cephadm 2024-03-21T13:17:43.462193+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2024-03-21T13:17:44.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[14483]: cluster 2024-03-21T13:17:43.625897+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: audit 2024-03-21T13:17:43.447221+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: audit 2024-03-21T13:17:43.455036+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: cephadm 2024-03-21T13:17:43.457691+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: audit 2024-03-21T13:17:43.458225+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: audit 2024-03-21T13:17:43.459676+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: audit 2024-03-21T13:17:43.460737+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: cephadm 2024-03-21T13:17:43.462193+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2024-03-21T13:17:44.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[14284]: cluster 2024-03-21T13:17:43.625897+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: audit 2024-03-21T13:17:43.447221+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: audit 2024-03-21T13:17:43.455036+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: cephadm 2024-03-21T13:17:43.457691+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: audit 2024-03-21T13:17:43.458225+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: audit 2024-03-21T13:17:43.459676+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: audit 2024-03-21T13:17:43.460737+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: cephadm 2024-03-21T13:17:43.462193+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2024-03-21T13:17:44.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:44 smithi038 bash[19780]: cluster 2024-03-21T13:17:43.625897+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:44.935 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[15246]: debug 2024-03-21T13:17:44.608+0000 7f8b04fa3000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:17:45.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:44 smithi192 bash[15246]: debug 2024-03-21T13:17:44.932+0000 7f8b04fa3000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:17:45.568 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:45 smithi192 bash[15246]: debug 2024-03-21T13:17:45.296+0000 7f8b04fa3000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:17:45.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:45 smithi192 bash[15246]: debug 2024-03-21T13:17:45.564+0000 7f8b04fa3000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:17:46.503 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:46 smithi192 bash[15246]: debug 2024-03-21T13:17:46.240+0000 7f8b04fa3000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:17:46.503 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:46 smithi192 bash[15246]: debug 2024-03-21T13:17:46.344+0000 7f8b04fa3000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:17:46.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:46 smithi192 bash[15246]: debug 2024-03-21T13:17:46.500+0000 7f8b04fa3000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:17:46.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:46 smithi192 bash[15246]: debug 2024-03-21T13:17:46.604+0000 7f8b04fa3000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:17:46.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:46 smithi192 bash[15246]: debug 2024-03-21T13:17:46.740+0000 7f8b04fa3000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:17:47.316 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[15246]: debug 2024-03-21T13:17:47.032+0000 7f8b04fa3000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:17:47.316 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[15246]: debug 2024-03-21T13:17:47.148+0000 7f8b04fa3000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:17:47.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[19780]: cluster 2024-03-21T13:17:45.626419+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[19780]: audit 2024-03-21T13:17:46.317079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[19780]: audit 2024-03-21T13:17:46.319147+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[19780]: audit 2024-03-21T13:17:46.320728+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[19780]: audit 2024-03-21T13:17:46.321794+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[19780]: audit 2024-03-21T13:17:46.332950+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[14284]: cluster 2024-03-21T13:17:45.626419+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[14284]: audit 2024-03-21T13:17:46.317079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[14284]: audit 2024-03-21T13:17:46.319147+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[14284]: audit 2024-03-21T13:17:46.320728+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[14284]: audit 2024-03-21T13:17:46.321794+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:47.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:47 smithi038 bash[14284]: audit 2024-03-21T13:17:46.332950+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[14483]: cluster 2024-03-21T13:17:45.626419+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[14483]: audit 2024-03-21T13:17:46.317079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[14483]: audit 2024-03-21T13:17:46.319147+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[14483]: audit 2024-03-21T13:17:46.320728+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[14483]: audit 2024-03-21T13:17:46.321794+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[14483]: audit 2024-03-21T13:17:46.332950+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:17:47.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[15246]: debug 2024-03-21T13:17:47.328+0000 7f8b04fa3000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:17:47.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:47 smithi192 bash[15246]: debug 2024-03-21T13:17:47.448+0000 7f8b04fa3000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[14284]: audit 2024-03-21T13:17:47.540931+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[14284]: audit 2024-03-21T13:17:47.545455+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[14284]: audit 2024-03-21T13:17:47.547278+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[14284]: cluster 2024-03-21T13:17:48.316019+0000 mon.a (mon.0) 225 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[19780]: audit 2024-03-21T13:17:47.540931+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[19780]: audit 2024-03-21T13:17:47.545455+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:17:48.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[19780]: audit 2024-03-21T13:17:47.547278+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:48.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:48 smithi038 bash[19780]: cluster 2024-03-21T13:17:48.316019+0000 mon.a (mon.0) 225 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:17:48.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:17:48 smithi192 bash[15246]: debug 2024-03-21T13:17:48.288+0000 7f8b04fa3000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:17:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:48 smithi192 bash[14483]: audit 2024-03-21T13:17:47.540931+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:17:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:48 smithi192 bash[14483]: audit 2024-03-21T13:17:47.545455+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:17:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:48 smithi192 bash[14483]: audit 2024-03-21T13:17:47.547278+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:48 smithi192 bash[14483]: cluster 2024-03-21T13:17:48.316019+0000 mon.a (mon.0) 225 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: audit 2024-03-21T13:17:47.537874+0000 mgr.y (mgr.14152) 64 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: cluster 2024-03-21T13:17:47.626871+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: audit 2024-03-21T13:17:48.316989+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: audit 2024-03-21T13:17:48.326630+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: audit 2024-03-21T13:17:48.328296+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: audit 2024-03-21T13:17:48.328967+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: cluster 2024-03-21T13:17:48.353530+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: y(active, since 76s), standbys: x 2024-03-21T13:17:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[14284]: audit 2024-03-21T13:17:48.354395+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: audit 2024-03-21T13:17:47.537874+0000 mgr.y (mgr.14152) 64 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: cluster 2024-03-21T13:17:47.626871+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: audit 2024-03-21T13:17:48.316989+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: audit 2024-03-21T13:17:48.326630+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: audit 2024-03-21T13:17:48.328296+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: audit 2024-03-21T13:17:48.328967+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: cluster 2024-03-21T13:17:48.353530+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: y(active, since 76s), standbys: x 2024-03-21T13:17:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:49 smithi038 bash[19780]: audit 2024-03-21T13:17:48.354395+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:17:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: audit 2024-03-21T13:17:47.537874+0000 mgr.y (mgr.14152) 64 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: cluster 2024-03-21T13:17:47.626871+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: audit 2024-03-21T13:17:48.316989+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:17:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: audit 2024-03-21T13:17:48.326630+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:17:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: audit 2024-03-21T13:17:48.328296+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:17:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: audit 2024-03-21T13:17:48.328967+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.192:0/1315938434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:17:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: cluster 2024-03-21T13:17:48.353530+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e14: y(active, since 76s), standbys: x 2024-03-21T13:17:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:49 smithi192 bash[14483]: audit 2024-03-21T13:17:48.354395+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:17:50.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:50 smithi038 bash[14284]: cluster 2024-03-21T13:17:49.627377+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:50.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:50 smithi038 bash[19780]: cluster 2024-03-21T13:17:49.627377+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:50 smithi192 bash[14483]: cluster 2024-03-21T13:17:49.627377+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:53.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:53 smithi038 bash[14284]: cluster 2024-03-21T13:17:51.627799+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:53.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:53 smithi038 bash[19780]: cluster 2024-03-21T13:17:51.627799+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:53 smithi192 bash[14483]: cluster 2024-03-21T13:17:51.627799+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:54.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[14284]: audit 2024-03-21T13:17:53.791911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.38:0/2713576923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]: dispatch 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[14284]: audit 2024-03-21T13:17:53.792491+0000 mon.a (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]: dispatch 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[14284]: audit 2024-03-21T13:17:53.801939+0000 mon.a (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]': finished 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[14284]: cluster 2024-03-21T13:17:53.801999+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[14284]: audit 2024-03-21T13:17:53.802224+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[19780]: audit 2024-03-21T13:17:53.791911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.38:0/2713576923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]: dispatch 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[19780]: audit 2024-03-21T13:17:53.792491+0000 mon.a (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]: dispatch 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[19780]: audit 2024-03-21T13:17:53.801939+0000 mon.a (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]': finished 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[19780]: cluster 2024-03-21T13:17:53.801999+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:17:54.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:54 smithi038 bash[19780]: audit 2024-03-21T13:17:53.802224+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:17:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:54 smithi192 bash[14483]: audit 2024-03-21T13:17:53.791911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.38:0/2713576923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]: dispatch 2024-03-21T13:17:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:54 smithi192 bash[14483]: audit 2024-03-21T13:17:53.792491+0000 mon.a (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]: dispatch 2024-03-21T13:17:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:54 smithi192 bash[14483]: audit 2024-03-21T13:17:53.801939+0000 mon.a (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3832bcde-0b9f-4891-9cb4-af0bd58d06d5"}]': finished 2024-03-21T13:17:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:54 smithi192 bash[14483]: cluster 2024-03-21T13:17:53.801999+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:17:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:54 smithi192 bash[14483]: audit 2024-03-21T13:17:53.802224+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:17:55.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:55 smithi038 bash[14284]: cluster 2024-03-21T13:17:53.628232+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:55.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:55 smithi038 bash[14284]: audit 2024-03-21T13:17:54.512817+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.38:0/2700121660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:17:55.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:55 smithi038 bash[19780]: cluster 2024-03-21T13:17:53.628232+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:55.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:55 smithi038 bash[19780]: audit 2024-03-21T13:17:54.512817+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.38:0/2700121660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:17:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:55 smithi192 bash[14483]: cluster 2024-03-21T13:17:53.628232+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:55 smithi192 bash[14483]: audit 2024-03-21T13:17:54.512817+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.38:0/2700121660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:17:57.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:57 smithi038 bash[14284]: cluster 2024-03-21T13:17:55.628708+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:57.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:57 smithi038 bash[19780]: cluster 2024-03-21T13:17:55.628708+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:57.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:57 smithi192 bash[14483]: cluster 2024-03-21T13:17:55.628708+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:59.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:17:59 smithi038 bash[14284]: cluster 2024-03-21T13:17:57.629150+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:59.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:17:59 smithi038 bash[19780]: cluster 2024-03-21T13:17:57.629150+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:59.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:17:59 smithi192 bash[14483]: cluster 2024-03-21T13:17:57.629150+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:01.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:01 smithi038 bash[14284]: cluster 2024-03-21T13:17:59.629593+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:01.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:01 smithi038 bash[19780]: cluster 2024-03-21T13:17:59.629593+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:01.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:01 smithi192 bash[14483]: cluster 2024-03-21T13:17:59.629593+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:03.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:03 smithi038 bash[14284]: cluster 2024-03-21T13:18:01.630021+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:03.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:03 smithi038 bash[19780]: cluster 2024-03-21T13:18:01.630021+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:03.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:03 smithi192 bash[14483]: cluster 2024-03-21T13:18:01.630021+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:04.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:04 smithi038 bash[14284]: cluster 2024-03-21T13:18:03.630480+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:04.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:04 smithi038 bash[19780]: cluster 2024-03-21T13:18:03.630480+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:04 smithi192 bash[14483]: cluster 2024-03-21T13:18:03.630480+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:05.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:05 smithi038 bash[14284]: audit 2024-03-21T13:18:04.613164+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:18:05.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:05 smithi038 bash[14284]: audit 2024-03-21T13:18:04.614660+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:05.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:05 smithi038 bash[14284]: cephadm 2024-03-21T13:18:04.615855+0000 mgr.y (mgr.14152) 74 : cephadm [INF] Deploying daemon osd.0 on smithi038 2024-03-21T13:18:05.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:05 smithi038 bash[19780]: audit 2024-03-21T13:18:04.613164+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:18:05.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:05 smithi038 bash[19780]: audit 2024-03-21T13:18:04.614660+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:05.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:05 smithi038 bash[19780]: cephadm 2024-03-21T13:18:04.615855+0000 mgr.y (mgr.14152) 74 : cephadm [INF] Deploying daemon osd.0 on smithi038 2024-03-21T13:18:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:05 smithi192 bash[14483]: audit 2024-03-21T13:18:04.613164+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:18:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:05 smithi192 bash[14483]: audit 2024-03-21T13:18:04.614660+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:05 smithi192 bash[14483]: cephadm 2024-03-21T13:18:04.615855+0000 mgr.y (mgr.14152) 74 : cephadm [INF] Deploying daemon osd.0 on smithi038 2024-03-21T13:18:06.647 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:06 smithi038 bash[14284]: cluster 2024-03-21T13:18:05.630909+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:06.648 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:06 smithi038 bash[19780]: cluster 2024-03-21T13:18:05.630909+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:06.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:06 smithi192 bash[14483]: cluster 2024-03-21T13:18:05.630909+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:09.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[14284]: cluster 2024-03-21T13:18:07.631358+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[14284]: audit 2024-03-21T13:18:08.929184+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[14284]: audit 2024-03-21T13:18:08.958865+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[14284]: audit 2024-03-21T13:18:08.960534+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[14284]: audit 2024-03-21T13:18:08.961571+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[19780]: cluster 2024-03-21T13:18:07.631358+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[19780]: audit 2024-03-21T13:18:08.929184+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[19780]: audit 2024-03-21T13:18:08.958865+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[19780]: audit 2024-03-21T13:18:08.960534+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:09.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:09 smithi038 bash[19780]: audit 2024-03-21T13:18:08.961571+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:09 smithi192 bash[14483]: cluster 2024-03-21T13:18:07.631358+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:09 smithi192 bash[14483]: audit 2024-03-21T13:18:08.929184+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:09 smithi192 bash[14483]: audit 2024-03-21T13:18:08.958865+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:09 smithi192 bash[14483]: audit 2024-03-21T13:18:08.960534+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:09 smithi192 bash[14483]: audit 2024-03-21T13:18:08.961571+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:11.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:11 smithi038 bash[14284]: cluster 2024-03-21T13:18:09.631800+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:11.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:11 smithi038 bash[19780]: cluster 2024-03-21T13:18:09.631800+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:11.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:11 smithi192 bash[14483]: cluster 2024-03-21T13:18:09.631800+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:13.532 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:13 smithi038 bash[14284]: cluster 2024-03-21T13:18:11.632253+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:13.532 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:13 smithi038 bash[14284]: audit 2024-03-21T13:18:13.085074+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:13.532 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:13 smithi038 bash[14284]: audit 2024-03-21T13:18:13.093329+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:13.533 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:13 smithi038 bash[19780]: cluster 2024-03-21T13:18:11.632253+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:13.533 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:13 smithi038 bash[19780]: audit 2024-03-21T13:18:13.085074+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:13.533 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:13 smithi038 bash[19780]: audit 2024-03-21T13:18:13.093329+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:13.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:13 smithi192 bash[14483]: cluster 2024-03-21T13:18:11.632253+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:13.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:13 smithi192 bash[14483]: audit 2024-03-21T13:18:13.085074+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:13.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:13 smithi192 bash[14483]: audit 2024-03-21T13:18:13.093329+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:15.593 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:15 smithi038 bash[14284]: cluster 2024-03-21T13:18:13.632703+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:15.593 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:15 smithi038 bash[19780]: cluster 2024-03-21T13:18:13.632703+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:15.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:15 smithi192 bash[14483]: cluster 2024-03-21T13:18:13.632703+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:16.303 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 0 on host 'smithi038' 2024-03-21T13:18:17.017 DEBUG:teuthology.orchestra.run.smithi038:osd.0> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T13:18:17.019 INFO:tasks.cephadm:Deploying osd.1 on smithi038 with /dev/vg_nvme/lv_3... 2024-03-21T13:18:17.019 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T13:18:17.188 INFO:journalctl@ceph.osd.0.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:18:17.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: cluster 2024-03-21T13:18:15.633194+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: audit 2024-03-21T13:18:16.303286+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: audit 2024-03-21T13:18:16.318472+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: audit 2024-03-21T13:18:16.320853+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: audit 2024-03-21T13:18:16.322453+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: audit 2024-03-21T13:18:16.591531+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[14284]: audit 2024-03-21T13:18:16.592306+0000 mon.a (mon.0) 244 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: cluster 2024-03-21T13:18:15.633194+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: audit 2024-03-21T13:18:16.303286+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: audit 2024-03-21T13:18:16.318472+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: audit 2024-03-21T13:18:16.320853+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: audit 2024-03-21T13:18:16.322453+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:17.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: audit 2024-03-21T13:18:16.591531+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:18:17.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:17 smithi038 bash[19780]: audit 2024-03-21T13:18:16.592306+0000 mon.a (mon.0) 244 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:18:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: cluster 2024-03-21T13:18:15.633194+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: audit 2024-03-21T13:18:16.303286+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: audit 2024-03-21T13:18:16.318472+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: audit 2024-03-21T13:18:16.320853+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: audit 2024-03-21T13:18:16.322453+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: audit 2024-03-21T13:18:16.591531+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:18:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:17 smithi192 bash[14483]: audit 2024-03-21T13:18:16.592306+0000 mon.a (mon.0) 244 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:18:18.530 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[22616]: debug 2024-03-21T13:18:18.351+0000 7f2a41f72700 -1 osd.0 0 waiting for initial osdmap 2024-03-21T13:18:18.531 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[22616]: debug 2024-03-21T13:18:18.355+0000 7f2a3c909700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[14284]: audit 2024-03-21T13:18:17.339436+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[14284]: cluster 2024-03-21T13:18:17.339589+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[14284]: audit 2024-03-21T13:18:17.339893+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[14284]: audit 2024-03-21T13:18:17.341081+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[14284]: audit 2024-03-21T13:18:17.342091+0000 mon.a (mon.0) 248 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[19780]: audit 2024-03-21T13:18:17.339436+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[19780]: cluster 2024-03-21T13:18:17.339589+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:18:18.531 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[19780]: audit 2024-03-21T13:18:17.339893+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:18.532 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[19780]: audit 2024-03-21T13:18:17.341081+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:18.532 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:18 smithi038 bash[19780]: audit 2024-03-21T13:18:17.342091+0000 mon.a (mon.0) 248 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:18 smithi192 bash[14483]: audit 2024-03-21T13:18:17.339436+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:18:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:18 smithi192 bash[14483]: cluster 2024-03-21T13:18:17.339589+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:18:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:18 smithi192 bash[14483]: audit 2024-03-21T13:18:17.339893+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:18 smithi192 bash[14483]: audit 2024-03-21T13:18:17.341081+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:18 smithi192 bash[14483]: audit 2024-03-21T13:18:17.342091+0000 mon.a (mon.0) 248 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:19.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[14284]: cluster 2024-03-21T13:18:17.633592+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:19.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[14284]: audit 2024-03-21T13:18:18.343314+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[14284]: cluster 2024-03-21T13:18:18.343578+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[14284]: audit 2024-03-21T13:18:18.344331+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[14284]: audit 2024-03-21T13:18:18.358364+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[19780]: cluster 2024-03-21T13:18:17.633592+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[19780]: audit 2024-03-21T13:18:18.343314+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[19780]: cluster 2024-03-21T13:18:18.343578+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[19780]: audit 2024-03-21T13:18:18.344331+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:19.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:19 smithi038 bash[19780]: audit 2024-03-21T13:18:18.358364+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:19 smithi192 bash[14483]: cluster 2024-03-21T13:18:17.633592+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:19 smithi192 bash[14483]: audit 2024-03-21T13:18:18.343314+0000 mon.a (mon.0) 249 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:18:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:19 smithi192 bash[14483]: cluster 2024-03-21T13:18:18.343578+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:18:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:19 smithi192 bash[14483]: audit 2024-03-21T13:18:18.344331+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:19 smithi192 bash[14483]: audit 2024-03-21T13:18:18.358364+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: cluster 2024-03-21T13:18:17.557267+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:18:20.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: cluster 2024-03-21T13:18:17.557468+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: audit 2024-03-21T13:18:19.353054+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: cluster 2024-03-21T13:18:19.359292+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572] boot 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: cluster 2024-03-21T13:18:19.359441+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: audit 2024-03-21T13:18:19.360769+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[19780]: cluster 2024-03-21T13:18:19.634039+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: cluster 2024-03-21T13:18:17.557267+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: cluster 2024-03-21T13:18:17.557468+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: audit 2024-03-21T13:18:19.353054+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: cluster 2024-03-21T13:18:19.359292+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572] boot 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: cluster 2024-03-21T13:18:19.359441+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: audit 2024-03-21T13:18:19.360769+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:20 smithi038 bash[14284]: cluster 2024-03-21T13:18:19.634039+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: cluster 2024-03-21T13:18:17.557267+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: cluster 2024-03-21T13:18:17.557468+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: audit 2024-03-21T13:18:19.353054+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: cluster 2024-03-21T13:18:19.359292+0000 mon.a (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.38:6802/1830163572,v1:172.21.15.38:6803/1830163572] boot 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: cluster 2024-03-21T13:18:19.359441+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: audit 2024-03-21T13:18:19.360769+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:20 smithi192 bash[14483]: cluster 2024-03-21T13:18:19.634039+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:21.067 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T13:18:21.068 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T13:18:21.068 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2024-03-21T13:18:21.068 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2024-03-21T13:18:21.068 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0198452 s, 528 MB/s 2024-03-21T13:18:21.068 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2024-03-21T13:18:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:21 smithi192 bash[14483]: cluster 2024-03-21T13:18:20.386637+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:18:21.753 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:21 smithi038 bash[14284]: cluster 2024-03-21T13:18:20.386637+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:18:21.754 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:21 smithi038 bash[19780]: cluster 2024-03-21T13:18:20.386637+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:18:22.577 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_3 2024-03-21T13:18:23.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:23 smithi038 bash[19780]: cluster 2024-03-21T13:18:21.634477+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:23.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:23 smithi038 bash[14284]: cluster 2024-03-21T13:18:21.634477+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:23.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:23 smithi192 bash[14483]: cluster 2024-03-21T13:18:21.634477+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:25.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:25 smithi038 bash[14284]: cluster 2024-03-21T13:18:23.634972+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:25.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:25 smithi038 bash[19780]: cluster 2024-03-21T13:18:23.634972+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:25.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:25 smithi192 bash[14483]: cluster 2024-03-21T13:18:23.634972+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: cluster 2024-03-21T13:18:25.635487+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.375069+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.376308+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.383042+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.390150+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.730941+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.736846+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:18:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[14284]: audit 2024-03-21T13:18:26.738211+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: cluster 2024-03-21T13:18:25.635487+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.375069+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.376308+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.383042+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.390150+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.730941+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.736846+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:18:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:27 smithi038 bash[19780]: audit 2024-03-21T13:18:26.738211+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: cluster 2024-03-21T13:18:25.635487+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.375069+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.376308+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.383042+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.390150+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.730941+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.736846+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:18:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:27 smithi192 bash[14483]: audit 2024-03-21T13:18:26.738211+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:28.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:28 smithi038 bash[14284]: cephadm 2024-03-21T13:18:26.368936+0000 mgr.y (mgr.14152) 86 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:18:28.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:28 smithi038 bash[14284]: cephadm 2024-03-21T13:18:26.377216+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 16251M 2024-03-21T13:18:28.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:28 smithi038 bash[14284]: audit 2024-03-21T13:18:26.724299+0000 mgr.y (mgr.14152) 88 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:28.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:28 smithi038 bash[19780]: cephadm 2024-03-21T13:18:26.368936+0000 mgr.y (mgr.14152) 86 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:18:28.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:28 smithi038 bash[19780]: cephadm 2024-03-21T13:18:26.377216+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 16251M 2024-03-21T13:18:28.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:28 smithi038 bash[19780]: audit 2024-03-21T13:18:26.724299+0000 mgr.y (mgr.14152) 88 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:28 smithi192 bash[14483]: cephadm 2024-03-21T13:18:26.368936+0000 mgr.y (mgr.14152) 86 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:18:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:28 smithi192 bash[14483]: cephadm 2024-03-21T13:18:26.377216+0000 mgr.y (mgr.14152) 87 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 16251M 2024-03-21T13:18:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:28 smithi192 bash[14483]: audit 2024-03-21T13:18:26.724299+0000 mgr.y (mgr.14152) 88 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:29.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:29 smithi038 bash[19780]: cluster 2024-03-21T13:18:27.635967+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:29.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:29 smithi038 bash[14284]: cluster 2024-03-21T13:18:27.635967+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:29.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:29 smithi192 bash[14483]: cluster 2024-03-21T13:18:27.635967+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:31.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:31 smithi038 bash[14284]: cluster 2024-03-21T13:18:29.636468+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:31.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:31 smithi038 bash[19780]: cluster 2024-03-21T13:18:29.636468+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:31 smithi192 bash[14483]: cluster 2024-03-21T13:18:29.636468+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:32.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:32 smithi038 bash[14284]: audit 2024-03-21T13:18:31.689141+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:18:32.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:32 smithi038 bash[14284]: audit 2024-03-21T13:18:31.692652+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:18:32.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:32 smithi038 bash[19780]: audit 2024-03-21T13:18:31.689141+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:18:32.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:32 smithi038 bash[19780]: audit 2024-03-21T13:18:31.692652+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:18:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:32 smithi192 bash[14483]: audit 2024-03-21T13:18:31.689141+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:18:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:32 smithi192 bash[14483]: audit 2024-03-21T13:18:31.692652+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:18:33.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[19780]: cluster 2024-03-21T13:18:31.637020+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[19780]: audit 2024-03-21T13:18:32.968757+0000 mon.a (mon.0) 267 : audit [INF] from='client.? 172.21.15.38:0/674742715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4fb94b9-37ae-4032-b388-473ea7c6a5d7"}]: dispatch 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[19780]: audit 2024-03-21T13:18:32.979825+0000 mon.a (mon.0) 268 : audit [INF] from='client.? 172.21.15.38:0/674742715' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4fb94b9-37ae-4032-b388-473ea7c6a5d7"}]': finished 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[19780]: cluster 2024-03-21T13:18:32.979911+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[19780]: audit 2024-03-21T13:18:32.980150+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[14284]: cluster 2024-03-21T13:18:31.637020+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[14284]: audit 2024-03-21T13:18:32.968757+0000 mon.a (mon.0) 267 : audit [INF] from='client.? 172.21.15.38:0/674742715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4fb94b9-37ae-4032-b388-473ea7c6a5d7"}]: dispatch 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[14284]: audit 2024-03-21T13:18:32.979825+0000 mon.a (mon.0) 268 : audit [INF] from='client.? 172.21.15.38:0/674742715' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4fb94b9-37ae-4032-b388-473ea7c6a5d7"}]': finished 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[14284]: cluster 2024-03-21T13:18:32.979911+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:18:33.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:33 smithi038 bash[14284]: audit 2024-03-21T13:18:32.980150+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:33.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:33 smithi192 bash[14483]: cluster 2024-03-21T13:18:31.637020+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:33.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:33 smithi192 bash[14483]: audit 2024-03-21T13:18:32.968757+0000 mon.a (mon.0) 267 : audit [INF] from='client.? 172.21.15.38:0/674742715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4fb94b9-37ae-4032-b388-473ea7c6a5d7"}]: dispatch 2024-03-21T13:18:33.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:33 smithi192 bash[14483]: audit 2024-03-21T13:18:32.979825+0000 mon.a (mon.0) 268 : audit [INF] from='client.? 172.21.15.38:0/674742715' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4fb94b9-37ae-4032-b388-473ea7c6a5d7"}]': finished 2024-03-21T13:18:33.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:33 smithi192 bash[14483]: cluster 2024-03-21T13:18:32.979911+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:18:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:33 smithi192 bash[14483]: audit 2024-03-21T13:18:32.980150+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:34.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:34 smithi038 bash[19780]: audit 2024-03-21T13:18:33.687498+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.38:0/3021007271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:18:34.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:34 smithi038 bash[14284]: audit 2024-03-21T13:18:33.687498+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.38:0/3021007271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:18:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:34 smithi192 bash[14483]: audit 2024-03-21T13:18:33.687498+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.38:0/3021007271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:18:35.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:35 smithi038 bash[14284]: cluster 2024-03-21T13:18:33.637562+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:35.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:35 smithi038 bash[19780]: cluster 2024-03-21T13:18:33.637562+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:35 smithi192 bash[14483]: cluster 2024-03-21T13:18:33.637562+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:36.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:36 smithi038 bash[19780]: cluster 2024-03-21T13:18:35.638110+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:36.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:36 smithi038 bash[14284]: cluster 2024-03-21T13:18:35.638110+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:36 smithi192 bash[14483]: cluster 2024-03-21T13:18:35.638110+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:39.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:39 smithi038 bash[14284]: cluster 2024-03-21T13:18:37.638590+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:39.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:39 smithi038 bash[19780]: cluster 2024-03-21T13:18:37.638590+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:39 smithi192 bash[14483]: cluster 2024-03-21T13:18:37.638590+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:41.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:41 smithi038 bash[14284]: cluster 2024-03-21T13:18:39.639056+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:41.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:41 smithi038 bash[19780]: cluster 2024-03-21T13:18:39.639056+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:41 smithi192 bash[14483]: cluster 2024-03-21T13:18:39.639056+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:43.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:43 smithi038 bash[14284]: cluster 2024-03-21T13:18:41.639566+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:43.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:43 smithi038 bash[19780]: cluster 2024-03-21T13:18:41.639566+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:43 smithi192 bash[14483]: cluster 2024-03-21T13:18:41.639566+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:44.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:44 smithi038 bash[14284]: audit 2024-03-21T13:18:43.751121+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:18:44.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:44 smithi038 bash[14284]: audit 2024-03-21T13:18:43.752558+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:44.652 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:44 smithi038 bash[19780]: audit 2024-03-21T13:18:43.751121+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:18:44.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:44 smithi038 bash[19780]: audit 2024-03-21T13:18:43.752558+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:44 smithi192 bash[14483]: audit 2024-03-21T13:18:43.751121+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:18:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:44 smithi192 bash[14483]: audit 2024-03-21T13:18:43.752558+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:45.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:45 smithi038 bash[14284]: cluster 2024-03-21T13:18:43.640044+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:45.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:45 smithi038 bash[14284]: cephadm 2024-03-21T13:18:43.753678+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-03-21T13:18:45.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:45 smithi038 bash[19780]: cluster 2024-03-21T13:18:43.640044+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:45.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:45 smithi038 bash[19780]: cephadm 2024-03-21T13:18:43.753678+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-03-21T13:18:45.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:45 smithi192 bash[14483]: cluster 2024-03-21T13:18:43.640044+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:45.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:45 smithi192 bash[14483]: cephadm 2024-03-21T13:18:43.753678+0000 mgr.y (mgr.14152) 98 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-03-21T13:18:47.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:47 smithi038 bash[14284]: cluster 2024-03-21T13:18:45.640564+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:47.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:47 smithi038 bash[19780]: cluster 2024-03-21T13:18:45.640564+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:47 smithi192 bash[14483]: cluster 2024-03-21T13:18:45.640564+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[14284]: cluster 2024-03-21T13:18:47.641003+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[14284]: audit 2024-03-21T13:18:48.228572+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[14284]: audit 2024-03-21T13:18:48.262735+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[14284]: audit 2024-03-21T13:18:48.264519+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[14284]: audit 2024-03-21T13:18:48.265445+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[19780]: cluster 2024-03-21T13:18:47.641003+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[19780]: audit 2024-03-21T13:18:48.228572+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[19780]: audit 2024-03-21T13:18:48.262735+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[19780]: audit 2024-03-21T13:18:48.264519+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:49 smithi038 bash[19780]: audit 2024-03-21T13:18:48.265445+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:49 smithi192 bash[14483]: cluster 2024-03-21T13:18:47.641003+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:49 smithi192 bash[14483]: audit 2024-03-21T13:18:48.228572+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:49 smithi192 bash[14483]: audit 2024-03-21T13:18:48.262735+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:49 smithi192 bash[14483]: audit 2024-03-21T13:18:48.264519+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:49 smithi192 bash[14483]: audit 2024-03-21T13:18:48.265445+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:51.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:51 smithi038 bash[14284]: cluster 2024-03-21T13:18:49.641513+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:51.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:51 smithi038 bash[19780]: cluster 2024-03-21T13:18:49.641513+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:51.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:51 smithi192 bash[14483]: cluster 2024-03-21T13:18:49.641513+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:53.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:53 smithi038 bash[14284]: cluster 2024-03-21T13:18:51.642038+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:53.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:53 smithi038 bash[14284]: audit 2024-03-21T13:18:52.403433+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:53.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:53 smithi038 bash[14284]: audit 2024-03-21T13:18:52.701097+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:53.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:53 smithi038 bash[19780]: cluster 2024-03-21T13:18:51.642038+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:53.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:53 smithi038 bash[19780]: audit 2024-03-21T13:18:52.403433+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:53.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:53 smithi038 bash[19780]: audit 2024-03-21T13:18:52.701097+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:53 smithi192 bash[14483]: cluster 2024-03-21T13:18:51.642038+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:53 smithi192 bash[14483]: audit 2024-03-21T13:18:52.403433+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:53 smithi192 bash[14483]: audit 2024-03-21T13:18:52.701097+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:55 smithi038 bash[14284]: cluster 2024-03-21T13:18:53.642461+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:55.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:55 smithi038 bash[19780]: cluster 2024-03-21T13:18:53.642461+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:55.681 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 1 on host 'smithi038' 2024-03-21T13:18:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:55 smithi192 bash[14483]: cluster 2024-03-21T13:18:53.642461+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:56.375 DEBUG:teuthology.orchestra.run.smithi038:osd.1> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T13:18:56.377 INFO:tasks.cephadm:Deploying osd.2 on smithi038 with /dev/vg_nvme/lv_2... 2024-03-21T13:18:56.377 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-21T13:18:56.569 INFO:journalctl@ceph.osd.1.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: cluster 2024-03-21T13:18:55.642864+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: audit 2024-03-21T13:18:55.680807+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: audit 2024-03-21T13:18:55.681369+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: audit 2024-03-21T13:18:55.686556+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: audit 2024-03-21T13:18:55.688350+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: audit 2024-03-21T13:18:55.878564+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[14284]: audit 2024-03-21T13:18:55.879901+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: cluster 2024-03-21T13:18:55.642864+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: audit 2024-03-21T13:18:55.680807+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:56.903 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: audit 2024-03-21T13:18:55.681369+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:56.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: audit 2024-03-21T13:18:55.686556+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:56.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: audit 2024-03-21T13:18:55.688350+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:56.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: audit 2024-03-21T13:18:55.878564+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:18:56.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:56 smithi038 bash[19780]: audit 2024-03-21T13:18:55.879901+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:18:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: cluster 2024-03-21T13:18:55.642864+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: audit 2024-03-21T13:18:55.680807+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:18:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: audit 2024-03-21T13:18:55.681369+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: audit 2024-03-21T13:18:55.686556+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: audit 2024-03-21T13:18:55.688350+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: audit 2024-03-21T13:18:55.878564+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:18:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:56 smithi192 bash[14483]: audit 2024-03-21T13:18:55.879901+0000 mon.a (mon.0) 283 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:18:57.867 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[25735]: debug 2024-03-21T13:18:57.718+0000 7f728f150700 -1 osd.1 0 waiting for initial osdmap 2024-03-21T13:18:57.867 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[25735]: debug 2024-03-21T13:18:57.722+0000 7f7287ae3700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:18:57.867 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[14284]: audit 2024-03-21T13:18:56.687744+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:18:57.867 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[14284]: cluster 2024-03-21T13:18:56.688012+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:18:57.867 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[14284]: audit 2024-03-21T13:18:56.688922+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:57.867 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[14284]: audit 2024-03-21T13:18:56.689664+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:57.868 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[14284]: audit 2024-03-21T13:18:56.697669+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:57.868 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[19780]: audit 2024-03-21T13:18:56.687744+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:18:57.868 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[19780]: cluster 2024-03-21T13:18:56.688012+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:18:57.868 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[19780]: audit 2024-03-21T13:18:56.688922+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:57.868 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[19780]: audit 2024-03-21T13:18:56.689664+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:57.868 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:57 smithi038 bash[19780]: audit 2024-03-21T13:18:56.697669+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:57 smithi192 bash[14483]: audit 2024-03-21T13:18:56.687744+0000 mon.a (mon.0) 284 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:18:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:57 smithi192 bash[14483]: cluster 2024-03-21T13:18:56.688012+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:18:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:57 smithi192 bash[14483]: audit 2024-03-21T13:18:56.688922+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:57 smithi192 bash[14483]: audit 2024-03-21T13:18:56.689664+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:57 smithi192 bash[14483]: audit 2024-03-21T13:18:56.697669+0000 mon.a (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:18:59.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[14284]: cluster 2024-03-21T13:18:57.643278+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:59.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[14284]: audit 2024-03-21T13:18:57.705088+0000 mon.a (mon.0) 288 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:18:59.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[14284]: cluster 2024-03-21T13:18:57.705233+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:18:59.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[14284]: audit 2024-03-21T13:18:57.706036+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:59.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[14284]: audit 2024-03-21T13:18:57.716868+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:59.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[19780]: cluster 2024-03-21T13:18:57.643278+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:59.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[19780]: audit 2024-03-21T13:18:57.705088+0000 mon.a (mon.0) 288 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:18:59.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[19780]: cluster 2024-03-21T13:18:57.705233+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:18:59.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[19780]: audit 2024-03-21T13:18:57.706036+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:59.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:58 smithi038 bash[19780]: audit 2024-03-21T13:18:57.716868+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:58 smithi192 bash[14483]: cluster 2024-03-21T13:18:57.643278+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:18:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:58 smithi192 bash[14483]: audit 2024-03-21T13:18:57.705088+0000 mon.a (mon.0) 288 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:18:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:58 smithi192 bash[14483]: cluster 2024-03-21T13:18:57.705233+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:18:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:58 smithi192 bash[14483]: audit 2024-03-21T13:18:57.706036+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:18:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:58 smithi192 bash[14483]: audit 2024-03-21T13:18:57.716868+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.118 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[19780]: cluster 2024-03-21T13:18:56.837397+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:19:00.118 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[19780]: cluster 2024-03-21T13:18:56.837637+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:19:00.118 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[19780]: audit 2024-03-21T13:18:58.721189+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.118 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[19780]: cluster 2024-03-21T13:18:58.726935+0000 mon.a (mon.0) 293 : cluster [INF] osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321] boot 2024-03-21T13:19:00.118 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[19780]: cluster 2024-03-21T13:18:58.727036+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:19:00.118 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[19780]: audit 2024-03-21T13:18:58.727355+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[14284]: cluster 2024-03-21T13:18:56.837397+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:19:00.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[14284]: cluster 2024-03-21T13:18:56.837637+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:19:00.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[14284]: audit 2024-03-21T13:18:58.721189+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[14284]: cluster 2024-03-21T13:18:58.726935+0000 mon.a (mon.0) 293 : cluster [INF] osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321] boot 2024-03-21T13:19:00.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[14284]: cluster 2024-03-21T13:18:58.727036+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:19:00.119 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:18:59 smithi038 bash[14284]: audit 2024-03-21T13:18:58.727355+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:59 smithi192 bash[14483]: cluster 2024-03-21T13:18:56.837397+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:19:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:59 smithi192 bash[14483]: cluster 2024-03-21T13:18:56.837637+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:19:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:59 smithi192 bash[14483]: audit 2024-03-21T13:18:58.721189+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:59 smithi192 bash[14483]: cluster 2024-03-21T13:18:58.726935+0000 mon.a (mon.0) 293 : cluster [INF] osd.1 [v2:172.21.15.38:6810/3945573321,v1:172.21.15.38:6811/3945573321] boot 2024-03-21T13:19:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:59 smithi192 bash[14483]: cluster 2024-03-21T13:18:58.727036+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:19:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:18:59 smithi192 bash[14483]: audit 2024-03-21T13:18:58.727355+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:00.522 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-21T13:19:00.522 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-21T13:19:00.523 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2024-03-21T13:19:00.523 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2024-03-21T13:19:00.523 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0172853 s, 607 MB/s 2024-03-21T13:19:00.523 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2024-03-21T13:19:01.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:00 smithi038 bash[14284]: cluster 2024-03-21T13:18:59.643803+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:01.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:00 smithi038 bash[14284]: cluster 2024-03-21T13:18:59.739778+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:19:01.153 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:00 smithi038 bash[19780]: cluster 2024-03-21T13:18:59.643803+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:01.153 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:00 smithi038 bash[19780]: cluster 2024-03-21T13:18:59.739778+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:19:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:00 smithi192 bash[14483]: cluster 2024-03-21T13:18:59.643803+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:00 smithi192 bash[14483]: cluster 2024-03-21T13:18:59.739778+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:19:02.008 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_2 2024-03-21T13:19:03.574 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:03 smithi038 bash[14284]: cluster 2024-03-21T13:19:01.644333+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:03.574 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:03 smithi038 bash[19780]: cluster 2024-03-21T13:19:01.644333+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:03.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:03 smithi192 bash[14483]: cluster 2024-03-21T13:19:01.644333+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:05.582 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:05 smithi038 bash[14284]: cluster 2024-03-21T13:19:03.644810+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:05.583 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:05 smithi038 bash[19780]: cluster 2024-03-21T13:19:03.644810+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:05 smithi192 bash[14483]: cluster 2024-03-21T13:19:03.644810+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:06.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: cephadm 2024-03-21T13:19:05.488019+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:19:06.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.498576+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.500673+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:06.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.502563+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:06.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: cephadm 2024-03-21T13:19:05.503746+0000 mgr.y (mgr.14152) 110 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 8125M 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.512003+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.519993+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: cluster 2024-03-21T13:19:05.645348+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.946731+0000 mgr.y (mgr.14152) 112 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.953271+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.959050+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[14284]: audit 2024-03-21T13:19:05.960389+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: cephadm 2024-03-21T13:19:05.488019+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.498576+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.500673+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.502563+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:06.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: cephadm 2024-03-21T13:19:05.503746+0000 mgr.y (mgr.14152) 110 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 8125M 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.512003+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.519993+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: cluster 2024-03-21T13:19:05.645348+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.946731+0000 mgr.y (mgr.14152) 112 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.953271+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.959050+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:06 smithi038 bash[19780]: audit 2024-03-21T13:19:05.960389+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: cephadm 2024-03-21T13:19:05.488019+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:19:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.498576+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.500673+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.502563+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: cephadm 2024-03-21T13:19:05.503746+0000 mgr.y (mgr.14152) 110 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 8125M 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.512003+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.519993+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: cluster 2024-03-21T13:19:05.645348+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.946731+0000 mgr.y (mgr.14152) 112 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.953271+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.959050+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:06 smithi192 bash[14483]: audit 2024-03-21T13:19:05.960389+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:09.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:09 smithi038 bash[14284]: cluster 2024-03-21T13:19:07.645787+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:09.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:09 smithi038 bash[19780]: cluster 2024-03-21T13:19:07.645787+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:09 smithi192 bash[14483]: cluster 2024-03-21T13:19:07.645787+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:11.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:11 smithi038 bash[14284]: cluster 2024-03-21T13:19:09.646302+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:11.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:11 smithi038 bash[19780]: cluster 2024-03-21T13:19:09.646302+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:11.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:11 smithi192 bash[14483]: cluster 2024-03-21T13:19:09.646302+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:12.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[14284]: audit 2024-03-21T13:19:12.238569+0000 mon.a (mon.0) 305 : audit [INF] from='client.? 172.21.15.38:0/2595778569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fde30e7-9458-4512-93b5-532a5ce8f04c"}]: dispatch 2024-03-21T13:19:12.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[14284]: audit 2024-03-21T13:19:12.250951+0000 mon.a (mon.0) 306 : audit [INF] from='client.? 172.21.15.38:0/2595778569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fde30e7-9458-4512-93b5-532a5ce8f04c"}]': finished 2024-03-21T13:19:12.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[14284]: cluster 2024-03-21T13:19:12.251143+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:19:12.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[14284]: audit 2024-03-21T13:19:12.251391+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:12.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[19780]: audit 2024-03-21T13:19:12.238569+0000 mon.a (mon.0) 305 : audit [INF] from='client.? 172.21.15.38:0/2595778569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fde30e7-9458-4512-93b5-532a5ce8f04c"}]: dispatch 2024-03-21T13:19:12.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[19780]: audit 2024-03-21T13:19:12.250951+0000 mon.a (mon.0) 306 : audit [INF] from='client.? 172.21.15.38:0/2595778569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fde30e7-9458-4512-93b5-532a5ce8f04c"}]': finished 2024-03-21T13:19:12.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[19780]: cluster 2024-03-21T13:19:12.251143+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:19:12.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:12 smithi038 bash[19780]: audit 2024-03-21T13:19:12.251391+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:12 smithi192 bash[14483]: audit 2024-03-21T13:19:12.238569+0000 mon.a (mon.0) 305 : audit [INF] from='client.? 172.21.15.38:0/2595778569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fde30e7-9458-4512-93b5-532a5ce8f04c"}]: dispatch 2024-03-21T13:19:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:12 smithi192 bash[14483]: audit 2024-03-21T13:19:12.250951+0000 mon.a (mon.0) 306 : audit [INF] from='client.? 172.21.15.38:0/2595778569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fde30e7-9458-4512-93b5-532a5ce8f04c"}]': finished 2024-03-21T13:19:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:12 smithi192 bash[14483]: cluster 2024-03-21T13:19:12.251143+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:19:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:12 smithi192 bash[14483]: audit 2024-03-21T13:19:12.251391+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:13.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:13 smithi038 bash[14284]: cluster 2024-03-21T13:19:11.646682+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:13.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:13 smithi038 bash[14284]: audit 2024-03-21T13:19:12.986789+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.38:0/332006985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:13.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:13 smithi038 bash[19780]: cluster 2024-03-21T13:19:11.646682+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:13.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:13 smithi038 bash[19780]: audit 2024-03-21T13:19:12.986789+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.38:0/332006985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:13.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:13 smithi192 bash[14483]: cluster 2024-03-21T13:19:11.646682+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:13.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:13 smithi192 bash[14483]: audit 2024-03-21T13:19:12.986789+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.38:0/332006985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:15.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:15 smithi038 bash[14284]: cluster 2024-03-21T13:19:13.647023+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:15.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:15 smithi038 bash[19780]: cluster 2024-03-21T13:19:13.647023+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:15.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:15 smithi192 bash[14483]: cluster 2024-03-21T13:19:13.647023+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:17.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:17 smithi038 bash[19780]: cluster 2024-03-21T13:19:15.647536+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:17 smithi038 bash[14284]: cluster 2024-03-21T13:19:15.647536+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:17 smithi192 bash[14483]: cluster 2024-03-21T13:19:15.647536+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:19.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:19 smithi038 bash[19780]: cluster 2024-03-21T13:19:17.648030+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:19.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:19 smithi038 bash[14284]: cluster 2024-03-21T13:19:17.648030+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:19 smithi192 bash[14483]: cluster 2024-03-21T13:19:17.648030+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:21.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:21 smithi038 bash[14284]: cluster 2024-03-21T13:19:19.648515+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:21.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:21 smithi038 bash[19780]: cluster 2024-03-21T13:19:19.648515+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:21 smithi192 bash[14483]: cluster 2024-03-21T13:19:19.648515+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:23.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:23 smithi038 bash[14284]: cluster 2024-03-21T13:19:21.649034+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:23 smithi038 bash[14284]: audit 2024-03-21T13:19:22.944949+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:19:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:23 smithi038 bash[14284]: audit 2024-03-21T13:19:22.946368+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:23.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:23 smithi038 bash[19780]: cluster 2024-03-21T13:19:21.649034+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:23.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:23 smithi038 bash[19780]: audit 2024-03-21T13:19:22.944949+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:19:23.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:23 smithi038 bash[19780]: audit 2024-03-21T13:19:22.946368+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:23.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:23 smithi192 bash[14483]: cluster 2024-03-21T13:19:21.649034+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:23.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:23 smithi192 bash[14483]: audit 2024-03-21T13:19:22.944949+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:19:23.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:23 smithi192 bash[14483]: audit 2024-03-21T13:19:22.946368+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:24.497 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:24 smithi038 bash[14284]: cephadm 2024-03-21T13:19:22.947726+0000 mgr.y (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.2 on smithi038 2024-03-21T13:19:24.497 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:24 smithi038 bash[19780]: cephadm 2024-03-21T13:19:22.947726+0000 mgr.y (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.2 on smithi038 2024-03-21T13:19:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:24 smithi192 bash[14483]: cephadm 2024-03-21T13:19:22.947726+0000 mgr.y (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.2 on smithi038 2024-03-21T13:19:25.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:25 smithi038 bash[14284]: cluster 2024-03-21T13:19:23.649536+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:25.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:25 smithi038 bash[19780]: cluster 2024-03-21T13:19:23.649536+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:25.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:25 smithi192 bash[14483]: cluster 2024-03-21T13:19:23.649536+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:27.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:27 smithi192 bash[14483]: cluster 2024-03-21T13:19:25.650059+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:27.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:27 smithi192 bash[14483]: audit 2024-03-21T13:19:27.303454+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:27 smithi038 bash[14284]: cluster 2024-03-21T13:19:25.650059+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:27.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:27 smithi038 bash[14284]: audit 2024-03-21T13:19:27.303454+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:27 smithi038 bash[19780]: cluster 2024-03-21T13:19:25.650059+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:27 smithi038 bash[19780]: audit 2024-03-21T13:19:27.303454+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:28.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:28 smithi038 bash[19780]: audit 2024-03-21T13:19:27.343851+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:28.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:28 smithi038 bash[19780]: audit 2024-03-21T13:19:27.345607+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:28.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:28 smithi038 bash[19780]: audit 2024-03-21T13:19:27.346895+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:28 smithi038 bash[14284]: audit 2024-03-21T13:19:27.343851+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:28 smithi038 bash[14284]: audit 2024-03-21T13:19:27.345607+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:28 smithi038 bash[14284]: audit 2024-03-21T13:19:27.346895+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:28 smithi192 bash[14483]: audit 2024-03-21T13:19:27.343851+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:28 smithi192 bash[14483]: audit 2024-03-21T13:19:27.345607+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:28 smithi192 bash[14483]: audit 2024-03-21T13:19:27.346895+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:29.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:29 smithi038 bash[14284]: cluster 2024-03-21T13:19:27.650532+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:29.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:29 smithi038 bash[19780]: cluster 2024-03-21T13:19:27.650532+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:29.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:29 smithi192 bash[14483]: cluster 2024-03-21T13:19:27.650532+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:31.616 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:31 smithi038 bash[14284]: cluster 2024-03-21T13:19:29.651062+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:31.616 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:31 smithi038 bash[19780]: cluster 2024-03-21T13:19:29.651062+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:31 smithi192 bash[14483]: cluster 2024-03-21T13:19:29.651062+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[14284]: audit 2024-03-21T13:19:31.638397+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[14284]: audit 2024-03-21T13:19:31.648898+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[14284]: cluster 2024-03-21T13:19:31.651510+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[14284]: audit 2024-03-21T13:19:31.691613+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[14284]: audit 2024-03-21T13:19:31.695028+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[19780]: audit 2024-03-21T13:19:31.638397+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[19780]: audit 2024-03-21T13:19:31.648898+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:32.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[19780]: cluster 2024-03-21T13:19:31.651510+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[19780]: audit 2024-03-21T13:19:31.691613+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:19:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:32 smithi038 bash[19780]: audit 2024-03-21T13:19:31.695028+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:19:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:32 smithi192 bash[14483]: audit 2024-03-21T13:19:31.638397+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:32 smithi192 bash[14483]: audit 2024-03-21T13:19:31.648898+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:32 smithi192 bash[14483]: cluster 2024-03-21T13:19:31.651510+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:32 smithi192 bash[14483]: audit 2024-03-21T13:19:31.691613+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:19:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:32 smithi192 bash[14483]: audit 2024-03-21T13:19:31.695028+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:19:34.866 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 2 on host 'smithi038' 2024-03-21T13:19:35.083 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:34 smithi038 bash[14284]: cluster 2024-03-21T13:19:33.652006+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:35.083 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:34 smithi038 bash[19780]: cluster 2024-03-21T13:19:33.652006+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:34 smithi192 bash[14483]: cluster 2024-03-21T13:19:33.652006+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:35.648 DEBUG:teuthology.orchestra.run.smithi038:osd.2> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T13:19:35.650 INFO:tasks.cephadm:Deploying osd.3 on smithi038 with /dev/vg_nvme/lv_1... 2024-03-21T13:19:35.651 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-21T13:19:35.692 INFO:journalctl@ceph.osd.2.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:19:35.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[14284]: audit 2024-03-21T13:19:34.865082+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:35.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[14284]: audit 2024-03-21T13:19:34.873972+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:35.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[14284]: audit 2024-03-21T13:19:34.876354+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[14284]: audit 2024-03-21T13:19:34.877763+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[14284]: audit 2024-03-21T13:19:35.087760+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[14284]: audit 2024-03-21T13:19:35.088264+0000 mon.a (mon.0) 324 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[19780]: audit 2024-03-21T13:19:34.865082+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[19780]: audit 2024-03-21T13:19:34.873972+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[19780]: audit 2024-03-21T13:19:34.876354+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[19780]: audit 2024-03-21T13:19:34.877763+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[19780]: audit 2024-03-21T13:19:35.087760+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:19:35.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:35 smithi038 bash[19780]: audit 2024-03-21T13:19:35.088264+0000 mon.a (mon.0) 324 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:19:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:35 smithi192 bash[14483]: audit 2024-03-21T13:19:34.865082+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:35 smithi192 bash[14483]: audit 2024-03-21T13:19:34.873972+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:35 smithi192 bash[14483]: audit 2024-03-21T13:19:34.876354+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:35 smithi192 bash[14483]: audit 2024-03-21T13:19:34.877763+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:35 smithi192 bash[14483]: audit 2024-03-21T13:19:35.087760+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:19:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:35 smithi192 bash[14483]: audit 2024-03-21T13:19:35.088264+0000 mon.a (mon.0) 324 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:19:37.154 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[28886]: debug 2024-03-21T13:19:36.889+0000 7fedc85d1700 -1 osd.2 0 waiting for initial osdmap 2024-03-21T13:19:37.154 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[28886]: debug 2024-03-21T13:19:36.897+0000 7fedc2767700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:19:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[14284]: cluster 2024-03-21T13:19:35.652511+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[14284]: audit 2024-03-21T13:19:35.870064+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:19:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[14284]: cluster 2024-03-21T13:19:35.870305+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:19:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[14284]: audit 2024-03-21T13:19:35.871188+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[14284]: audit 2024-03-21T13:19:35.871748+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:19:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[14284]: audit 2024-03-21T13:19:35.879592+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:19:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[19780]: cluster 2024-03-21T13:19:35.652511+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[19780]: audit 2024-03-21T13:19:35.870064+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:19:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[19780]: cluster 2024-03-21T13:19:35.870305+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:19:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[19780]: audit 2024-03-21T13:19:35.871188+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[19780]: audit 2024-03-21T13:19:35.871748+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:19:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:36 smithi038 bash[19780]: audit 2024-03-21T13:19:35.879592+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:19:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:36 smithi192 bash[14483]: cluster 2024-03-21T13:19:35.652511+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:36 smithi192 bash[14483]: audit 2024-03-21T13:19:35.870064+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:19:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:36 smithi192 bash[14483]: cluster 2024-03-21T13:19:35.870305+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:19:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:36 smithi192 bash[14483]: audit 2024-03-21T13:19:35.871188+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:36 smithi192 bash[14483]: audit 2024-03-21T13:19:35.871748+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:19:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:36 smithi192 bash[14483]: audit 2024-03-21T13:19:35.879592+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:19:38.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[14284]: audit 2024-03-21T13:19:36.883082+0000 mon.a (mon.0) 329 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[14284]: cluster 2024-03-21T13:19:36.883223+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[14284]: audit 2024-03-21T13:19:36.883774+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[14284]: audit 2024-03-21T13:19:36.894782+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[19780]: audit 2024-03-21T13:19:36.883082+0000 mon.a (mon.0) 329 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[19780]: cluster 2024-03-21T13:19:36.883223+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[19780]: audit 2024-03-21T13:19:36.883774+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:37 smithi038 bash[19780]: audit 2024-03-21T13:19:36.894782+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:37 smithi192 bash[14483]: audit 2024-03-21T13:19:36.883082+0000 mon.a (mon.0) 329 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:19:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:37 smithi192 bash[14483]: cluster 2024-03-21T13:19:36.883223+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:19:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:37 smithi192 bash[14483]: audit 2024-03-21T13:19:36.883774+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:37 smithi192 bash[14483]: audit 2024-03-21T13:19:36.894782+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: cluster 2024-03-21T13:19:36.098476+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:19:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: cluster 2024-03-21T13:19:36.098720+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:19:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: cluster 2024-03-21T13:19:37.653107+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: audit 2024-03-21T13:19:37.893354+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: cluster 2024-03-21T13:19:37.908467+0000 mon.a (mon.0) 334 : cluster [INF] osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835] boot 2024-03-21T13:19:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: cluster 2024-03-21T13:19:37.908552+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:19:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:38 smithi192 bash[14483]: audit 2024-03-21T13:19:37.909302+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: cluster 2024-03-21T13:19:36.098476+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:19:39.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: cluster 2024-03-21T13:19:36.098720+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: cluster 2024-03-21T13:19:37.653107+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: audit 2024-03-21T13:19:37.893354+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: cluster 2024-03-21T13:19:37.908467+0000 mon.a (mon.0) 334 : cluster [INF] osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835] boot 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: cluster 2024-03-21T13:19:37.908552+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[14284]: audit 2024-03-21T13:19:37.909302+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: cluster 2024-03-21T13:19:36.098476+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: cluster 2024-03-21T13:19:36.098720+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: cluster 2024-03-21T13:19:37.653107+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: audit 2024-03-21T13:19:37.893354+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: cluster 2024-03-21T13:19:37.908467+0000 mon.a (mon.0) 334 : cluster [INF] osd.2 [v2:172.21.15.38:6818/1215787835,v1:172.21.15.38:6819/1215787835] boot 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: cluster 2024-03-21T13:19:37.908552+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:19:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:38 smithi038 bash[19780]: audit 2024-03-21T13:19:37.909302+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:39.695 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-21T13:19:39.695 INFO:teuthology.orchestra.run.smithi038.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-21T13:19:39.695 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2024-03-21T13:19:39.695 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2024-03-21T13:19:39.696 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0227657 s, 461 MB/s 2024-03-21T13:19:39.696 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2024-03-21T13:19:40.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:40 smithi038 bash[14284]: cluster 2024-03-21T13:19:38.941440+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:19:40.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:40 smithi038 bash[19780]: cluster 2024-03-21T13:19:38.941440+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:19:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:40 smithi192 bash[14483]: cluster 2024-03-21T13:19:38.941440+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:19:41.276 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_1 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[14284]: cluster 2024-03-21T13:19:39.653567+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[14284]: audit 2024-03-21T13:19:39.769736+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[14284]: audit 2024-03-21T13:19:40.273834+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[14284]: cluster 2024-03-21T13:19:40.274029+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[14284]: audit 2024-03-21T13:19:40.276125+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[19780]: cluster 2024-03-21T13:19:39.653567+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[19780]: audit 2024-03-21T13:19:39.769736+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-21T13:19:41.481 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[19780]: audit 2024-03-21T13:19:40.273834+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-21T13:19:41.482 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[19780]: cluster 2024-03-21T13:19:40.274029+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:19:41.482 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:41 smithi038 bash[19780]: audit 2024-03-21T13:19:40.276125+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:19:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:41 smithi192 bash[14483]: cluster 2024-03-21T13:19:39.653567+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:41 smithi192 bash[14483]: audit 2024-03-21T13:19:39.769736+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-21T13:19:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:41 smithi192 bash[14483]: audit 2024-03-21T13:19:40.273834+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-21T13:19:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:41 smithi192 bash[14483]: cluster 2024-03-21T13:19:40.274029+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:19:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:41 smithi192 bash[14483]: audit 2024-03-21T13:19:40.276125+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:19:42.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:42 smithi038 bash[14284]: audit 2024-03-21T13:19:41.276493+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:19:42.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:42 smithi038 bash[14284]: cluster 2024-03-21T13:19:41.276744+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:19:42.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:42 smithi038 bash[19780]: audit 2024-03-21T13:19:41.276493+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:19:42.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:42 smithi038 bash[19780]: cluster 2024-03-21T13:19:41.276744+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:19:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:42 smithi192 bash[14483]: audit 2024-03-21T13:19:41.276493+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:19:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:42 smithi192 bash[14483]: cluster 2024-03-21T13:19:41.276744+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[14284]: cluster 2024-03-21T13:19:41.654062+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[14284]: cluster 2024-03-21T13:19:42.291228+0000 mon.a (mon.0) 344 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[14284]: cluster 2024-03-21T13:19:42.291346+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[14284]: audit 2024-03-21T13:19:42.398285+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[19780]: cluster 2024-03-21T13:19:41.654062+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[19780]: cluster 2024-03-21T13:19:42.291228+0000 mon.a (mon.0) 344 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[19780]: cluster 2024-03-21T13:19:42.291346+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:19:43.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:43 smithi038 bash[19780]: audit 2024-03-21T13:19:42.398285+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:43 smithi192 bash[14483]: cluster 2024-03-21T13:19:41.654062+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:43 smithi192 bash[14483]: cluster 2024-03-21T13:19:42.291228+0000 mon.a (mon.0) 344 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-03-21T13:19:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:43 smithi192 bash[14483]: cluster 2024-03-21T13:19:42.291346+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:19:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:43 smithi192 bash[14483]: audit 2024-03-21T13:19:42.398285+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: cluster 2024-03-21T13:19:43.654481+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:44.218507+0000 mon.a (mon.0) 347 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.114742+0000 mon.a (mon.0) 348 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.116439+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.116920+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.117454+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.122042+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.122256+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[14284]: audit 2024-03-21T13:19:45.122494+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: cluster 2024-03-21T13:19:43.654481+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:44.218507+0000 mon.a (mon.0) 347 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.114742+0000 mon.a (mon.0) 348 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.116439+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.116920+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.117454+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.122042+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.122256+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:46 smithi038 bash[19780]: audit 2024-03-21T13:19:45.122494+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: cluster 2024-03-21T13:19:43.654481+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:44.218507+0000 mon.a (mon.0) 347 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.114742+0000 mon.a (mon.0) 348 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.116439+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.116920+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.117454+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.122042+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.122256+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:46 smithi192 bash[14483]: audit 2024-03-21T13:19:45.122494+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:45.121528+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: cephadm 2024-03-21T13:19:45.259318+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: cluster 2024-03-21T13:19:45.654986+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.038929+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.047222+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.048643+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.049022+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.049241+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.052708+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.053748+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.054502+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.055279+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: cephadm 2024-03-21T13:19:46.055974+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 5417M 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.244170+0000 mgr.y (mgr.14152) 136 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.246920+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.252736+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.254120+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.917623+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.930454+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.944921+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[14284]: audit 2024-03-21T13:19:46.954510+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:45.121528+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: cephadm 2024-03-21T13:19:45.259318+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: cluster 2024-03-21T13:19:45.654986+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.038929+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.047222+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.048643+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.049022+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.049241+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.052708+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.053748+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.054502+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.055279+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: cephadm 2024-03-21T13:19:46.055974+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 5417M 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.244170+0000 mgr.y (mgr.14152) 136 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.246920+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:47.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.252736+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:47.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.254120+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:47.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.917623+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:47.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.930454+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.944921+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:47 smithi038 bash[19780]: audit 2024-03-21T13:19:46.954510+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:45.121528+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: cephadm 2024-03-21T13:19:45.259318+0000 mgr.y (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: cluster 2024-03-21T13:19:45.654986+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.038929+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.047222+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.048643+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.049022+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.049241+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.052708+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.053748+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.054502+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.055279+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: cephadm 2024-03-21T13:19:46.055974+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 5417M 2024-03-21T13:19:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.244170+0000 mgr.y (mgr.14152) 136 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.246920+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.252736+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.254120+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.917623+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.930454+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.944921+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:47 smithi192 bash[14483]: audit 2024-03-21T13:19:46.954510+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:19:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:49 smithi038 bash[19780]: cluster 2024-03-21T13:19:47.655556+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:49 smithi038 bash[14284]: cluster 2024-03-21T13:19:47.655556+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:49 smithi192 bash[14483]: cluster 2024-03-21T13:19:47.655556+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:51.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:51 smithi038 bash[14284]: cluster 2024-03-21T13:19:49.656116+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:51 smithi038 bash[19780]: cluster 2024-03-21T13:19:49.656116+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:51.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:51 smithi192 bash[14483]: cluster 2024-03-21T13:19:49.656116+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[14284]: cluster 2024-03-21T13:19:51.656709+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[14284]: audit 2024-03-21T13:19:52.561671+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.38:0/2825593458' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]: dispatch 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[14284]: audit 2024-03-21T13:19:52.562380+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]: dispatch 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[14284]: audit 2024-03-21T13:19:52.575347+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]': finished 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[14284]: cluster 2024-03-21T13:19:52.575598+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[14284]: audit 2024-03-21T13:19:52.575895+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[19780]: cluster 2024-03-21T13:19:51.656709+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-21T13:19:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[19780]: audit 2024-03-21T13:19:52.561671+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.38:0/2825593458' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]: dispatch 2024-03-21T13:19:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[19780]: audit 2024-03-21T13:19:52.562380+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]: dispatch 2024-03-21T13:19:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[19780]: audit 2024-03-21T13:19:52.575347+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]': finished 2024-03-21T13:19:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[19780]: cluster 2024-03-21T13:19:52.575598+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T13:19:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:53 smithi038 bash[19780]: audit 2024-03-21T13:19:52.575895+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:19:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:53 smithi192 bash[14483]: cluster 2024-03-21T13:19:51.656709+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-21T13:19:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:53 smithi192 bash[14483]: audit 2024-03-21T13:19:52.561671+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.38:0/2825593458' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]: dispatch 2024-03-21T13:19:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:53 smithi192 bash[14483]: audit 2024-03-21T13:19:52.562380+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]: dispatch 2024-03-21T13:19:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:53 smithi192 bash[14483]: audit 2024-03-21T13:19:52.575347+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63eeab09-ba55-4c38-8023-baedfb3dc666"}]': finished 2024-03-21T13:19:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:53 smithi192 bash[14483]: cluster 2024-03-21T13:19:52.575598+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T13:19:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:53 smithi192 bash[14483]: audit 2024-03-21T13:19:52.575895+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:19:54.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:54 smithi038 bash[14284]: audit 2024-03-21T13:19:53.344887+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/1800568861' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:54.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:54 smithi038 bash[19780]: audit 2024-03-21T13:19:53.344887+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/1800568861' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:54 smithi192 bash[14483]: audit 2024-03-21T13:19:53.344887+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/1800568861' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:55.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:55 smithi038 bash[14284]: cluster 2024-03-21T13:19:53.657288+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T13:19:55.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:55 smithi038 bash[19780]: cluster 2024-03-21T13:19:53.657288+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T13:19:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:55 smithi192 bash[14483]: cluster 2024-03-21T13:19:53.657288+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T13:19:57.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:57 smithi038 bash[14284]: cluster 2024-03-21T13:19:55.657928+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v115: 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-03-21T13:19:57.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:57 smithi038 bash[19780]: cluster 2024-03-21T13:19:55.657928+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v115: 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-03-21T13:19:57.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:57 smithi192 bash[14483]: cluster 2024-03-21T13:19:55.657928+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v115: 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-03-21T13:19:58.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:19:58 smithi038 bash[14284]: cluster 2024-03-21T13:19:57.658531+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 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-03-21T13:19:58.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:19:58 smithi038 bash[19780]: cluster 2024-03-21T13:19:57.658531+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 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-03-21T13:19:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:19:58 smithi192 bash[14483]: cluster 2024-03-21T13:19:57.658531+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 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-03-21T13:20:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:00 smithi038 bash[14284]: cluster 2024-03-21T13:19:59.659149+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 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-03-21T13:20:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:00 smithi038 bash[14284]: cluster 2024-03-21T13:20:00.000173+0000 mon.a (mon.0) 372 : cluster [INF] overall HEALTH_OK 2024-03-21T13:20:00.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:00 smithi038 bash[19780]: cluster 2024-03-21T13:19:59.659149+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 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-03-21T13:20:00.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:00 smithi038 bash[19780]: cluster 2024-03-21T13:20:00.000173+0000 mon.a (mon.0) 372 : cluster [INF] overall HEALTH_OK 2024-03-21T13:20:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:00 smithi192 bash[14483]: cluster 2024-03-21T13:19:59.659149+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 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-03-21T13:20:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:00 smithi192 bash[14483]: cluster 2024-03-21T13:20:00.000173+0000 mon.a (mon.0) 372 : cluster [INF] overall HEALTH_OK 2024-03-21T13:20:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:03 smithi038 bash[14284]: cluster 2024-03-21T13:20:01.659764+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:03 smithi038 bash[19780]: cluster 2024-03-21T13:20:01.659764+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:03.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:03 smithi192 bash[14483]: cluster 2024-03-21T13:20:01.659764+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:04 smithi038 bash[14284]: audit 2024-03-21T13:20:03.533788+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:20:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:04 smithi038 bash[14284]: audit 2024-03-21T13:20:03.535472+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:04.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:04 smithi038 bash[19780]: audit 2024-03-21T13:20:03.533788+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:20:04.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:04 smithi038 bash[19780]: audit 2024-03-21T13:20:03.535472+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:04 smithi192 bash[14483]: audit 2024-03-21T13:20:03.533788+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:20:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:04 smithi192 bash[14483]: audit 2024-03-21T13:20:03.535472+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:05.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:05 smithi038 bash[14284]: cephadm 2024-03-21T13:20:03.536824+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-03-21T13:20:05.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:05 smithi038 bash[14284]: cluster 2024-03-21T13:20:03.660306+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:05 smithi038 bash[19780]: cephadm 2024-03-21T13:20:03.536824+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-03-21T13:20:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:05 smithi038 bash[19780]: cluster 2024-03-21T13:20:03.660306+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:05 smithi192 bash[14483]: cephadm 2024-03-21T13:20:03.536824+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-03-21T13:20:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:05 smithi192 bash[14483]: cluster 2024-03-21T13:20:03.660306+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:07.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:07 smithi038 bash[14284]: cluster 2024-03-21T13:20:05.660887+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:07.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:07 smithi038 bash[19780]: cluster 2024-03-21T13:20:05.660887+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:07.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:07 smithi192 bash[14483]: cluster 2024-03-21T13:20:05.660887+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:09.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[14284]: cluster 2024-03-21T13:20:07.661400+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:09.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[14284]: audit 2024-03-21T13:20:08.041113+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:09.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[14284]: audit 2024-03-21T13:20:08.065307+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:09.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[14284]: audit 2024-03-21T13:20:08.067513+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:09.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[14284]: audit 2024-03-21T13:20:08.068746+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:09.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[19780]: cluster 2024-03-21T13:20:07.661400+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:09.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[19780]: audit 2024-03-21T13:20:08.041113+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:09.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[19780]: audit 2024-03-21T13:20:08.065307+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:09.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[19780]: audit 2024-03-21T13:20:08.067513+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:09.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:09 smithi038 bash[19780]: audit 2024-03-21T13:20:08.068746+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:09 smithi192 bash[14483]: cluster 2024-03-21T13:20:07.661400+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:09 smithi192 bash[14483]: audit 2024-03-21T13:20:08.041113+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:09 smithi192 bash[14483]: audit 2024-03-21T13:20:08.065307+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:09 smithi192 bash[14483]: audit 2024-03-21T13:20:08.067513+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:09 smithi192 bash[14483]: audit 2024-03-21T13:20:08.068746+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:11 smithi038 bash[14284]: cluster 2024-03-21T13:20:09.661948+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:11.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:11 smithi038 bash[19780]: cluster 2024-03-21T13:20:09.661948+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:11 smithi192 bash[14483]: cluster 2024-03-21T13:20:09.661948+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:13 smithi038 bash[14284]: cluster 2024-03-21T13:20:11.662586+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:13 smithi038 bash[14284]: audit 2024-03-21T13:20:12.123028+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:13 smithi038 bash[14284]: audit 2024-03-21T13:20:12.405341+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:13.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:13 smithi038 bash[19780]: cluster 2024-03-21T13:20:11.662586+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:13 smithi038 bash[19780]: audit 2024-03-21T13:20:12.123028+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:13 smithi038 bash[19780]: audit 2024-03-21T13:20:12.405341+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:13 smithi192 bash[14483]: cluster 2024-03-21T13:20:11.662586+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:13 smithi192 bash[14483]: audit 2024-03-21T13:20:12.123028+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:13 smithi192 bash[14483]: audit 2024-03-21T13:20:12.405341+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:15.212 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 3 on host 'smithi038' 2024-03-21T13:20:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:15 smithi038 bash[14284]: cluster 2024-03-21T13:20:13.663195+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:15.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:15 smithi038 bash[19780]: cluster 2024-03-21T13:20:13.663195+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:15 smithi192 bash[14483]: cluster 2024-03-21T13:20:13.663195+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:15.994 DEBUG:teuthology.orchestra.run.smithi038:osd.3> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.3.service 2024-03-21T13:20:15.997 INFO:tasks.cephadm:Deploying osd.4 on smithi192 with /dev/vg_nvme/lv_4... 2024-03-21T13:20:15.997 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:20:16.119 INFO:journalctl@ceph.osd.3.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:20:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[14284]: audit 2024-03-21T13:20:15.210996+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[14284]: audit 2024-03-21T13:20:15.228912+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[14284]: audit 2024-03-21T13:20:15.230497+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[14284]: audit 2024-03-21T13:20:15.231463+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[14284]: audit 2024-03-21T13:20:15.568313+0000 mon.a (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:20:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[19780]: audit 2024-03-21T13:20:15.210996+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[19780]: audit 2024-03-21T13:20:15.228912+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[19780]: audit 2024-03-21T13:20:15.230497+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[19780]: audit 2024-03-21T13:20:15.231463+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:16 smithi038 bash[19780]: audit 2024-03-21T13:20:15.568313+0000 mon.a (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:20:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:16 smithi192 bash[14483]: audit 2024-03-21T13:20:15.210996+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:16 smithi192 bash[14483]: audit 2024-03-21T13:20:15.228912+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:16 smithi192 bash[14483]: audit 2024-03-21T13:20:15.230497+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:16 smithi192 bash[14483]: audit 2024-03-21T13:20:15.231463+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:16 smithi192 bash[14483]: audit 2024-03-21T13:20:15.568313+0000 mon.a (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:20:17.344 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:17 smithi192 bash[14483]: cluster 2024-03-21T13:20:15.663820+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:17.344 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:17 smithi192 bash[14483]: audit 2024-03-21T13:20:16.224725+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:20:17.344 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:17 smithi192 bash[14483]: cluster 2024-03-21T13:20:16.224851+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T13:20:17.345 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:17 smithi192 bash[14483]: audit 2024-03-21T13:20:16.226170+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:17.345 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:17 smithi192 bash[14483]: audit 2024-03-21T13:20:16.227507+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:20:17.654 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[32076]: debug 2024-03-21T13:20:17.235+0000 7f2cac755700 -1 osd.3 0 waiting for initial osdmap 2024-03-21T13:20:17.654 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[32076]: debug 2024-03-21T13:20:17.243+0000 7f2ca58e9700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[14284]: cluster 2024-03-21T13:20:15.663820+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[14284]: audit 2024-03-21T13:20:16.224725+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[14284]: cluster 2024-03-21T13:20:16.224851+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[14284]: audit 2024-03-21T13:20:16.226170+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[14284]: audit 2024-03-21T13:20:16.227507+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[19780]: cluster 2024-03-21T13:20:15.663820+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[19780]: audit 2024-03-21T13:20:16.224725+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[19780]: cluster 2024-03-21T13:20:16.224851+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[19780]: audit 2024-03-21T13:20:16.226170+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:17 smithi038 bash[19780]: audit 2024-03-21T13:20:16.227507+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:20:18.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[14284]: audit 2024-03-21T13:20:17.232083+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:20:18.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[14284]: cluster 2024-03-21T13:20:17.232318+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[14284]: audit 2024-03-21T13:20:17.233571+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[14284]: audit 2024-03-21T13:20:17.241727+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[14284]: audit 2024-03-21T13:20:18.240967+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[19780]: audit 2024-03-21T13:20:17.232083+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[19780]: cluster 2024-03-21T13:20:17.232318+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[19780]: audit 2024-03-21T13:20:17.233571+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[19780]: audit 2024-03-21T13:20:17.241727+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:18 smithi038 bash[19780]: audit 2024-03-21T13:20:18.240967+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.516 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:18 smithi192 bash[14483]: audit 2024-03-21T13:20:17.232083+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-03-21T13:20:18.516 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:18 smithi192 bash[14483]: cluster 2024-03-21T13:20:17.232318+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-21T13:20:18.516 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:18 smithi192 bash[14483]: audit 2024-03-21T13:20:17.233571+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.516 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:18 smithi192 bash[14483]: audit 2024-03-21T13:20:17.241727+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:18.517 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:18 smithi192 bash[14483]: audit 2024-03-21T13:20:18.240967+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:19.092 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:20:19.093 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:20:19.093 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-03-21T13:20:19.093 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-03-21T13:20:19.093 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0197356 s, 531 MB/s 2024-03-21T13:20:19.093 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-03-21T13:20:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:19 smithi192 bash[14483]: cluster 2024-03-21T13:20:16.610053+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:20:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:19 smithi192 bash[14483]: cluster 2024-03-21T13:20:16.610282+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:20:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:19 smithi192 bash[14483]: cluster 2024-03-21T13:20:17.664413+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:19 smithi192 bash[14483]: cluster 2024-03-21T13:20:18.265352+0000 mon.a (mon.0) 395 : cluster [INF] osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981] boot 2024-03-21T13:20:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:19 smithi192 bash[14483]: cluster 2024-03-21T13:20:18.265431+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T13:20:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:19 smithi192 bash[14483]: audit 2024-03-21T13:20:18.277247+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[14284]: cluster 2024-03-21T13:20:16.610053+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:20:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[14284]: cluster 2024-03-21T13:20:16.610282+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:20:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[14284]: cluster 2024-03-21T13:20:17.664413+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[14284]: cluster 2024-03-21T13:20:18.265352+0000 mon.a (mon.0) 395 : cluster [INF] osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981] boot 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[14284]: cluster 2024-03-21T13:20:18.265431+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[14284]: audit 2024-03-21T13:20:18.277247+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[19780]: cluster 2024-03-21T13:20:16.610053+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[19780]: cluster 2024-03-21T13:20:16.610282+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[19780]: cluster 2024-03-21T13:20:17.664413+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[19780]: cluster 2024-03-21T13:20:18.265352+0000 mon.a (mon.0) 395 : cluster [INF] osd.3 [v2:172.21.15.38:6826/2084911981,v1:172.21.15.38:6827/2084911981] boot 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[19780]: cluster 2024-03-21T13:20:18.265431+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T13:20:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:19 smithi038 bash[19780]: audit 2024-03-21T13:20:18.277247+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:20:19.717 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2024-03-21T13:20:20.620 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:20 smithi038 bash[14284]: cluster 2024-03-21T13:20:19.346722+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T13:20:20.620 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:20 smithi038 bash[19780]: cluster 2024-03-21T13:20:19.346722+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T13:20:20.629 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:20 smithi192 bash[14483]: cluster 2024-03-21T13:20:19.346722+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T13:20:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:21 smithi038 bash[14284]: cluster 2024-03-21T13:20:19.664993+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:21 smithi038 bash[19780]: cluster 2024-03-21T13:20:19.664993+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:21 smithi192 bash[14483]: cluster 2024-03-21T13:20:19.664993+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: cluster 2024-03-21T13:20:21.665627+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.404562+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.411024+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.412491+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.701559+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.704062+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.705972+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.707872+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.709740+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.719345+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[14284]: audit 2024-03-21T13:20:22.726305+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: cluster 2024-03-21T13:20:21.665627+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.404562+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.411024+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:20:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.412491+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.701559+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.704062+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.705972+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.707872+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.709740+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.719345+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:23 smithi038 bash[19780]: audit 2024-03-21T13:20:22.726305+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: cluster 2024-03-21T13:20:21.665627+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.404562+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.411024+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.412491+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.701559+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.704062+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.705972+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.707872+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.709740+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.719345+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:23 smithi192 bash[14483]: audit 2024-03-21T13:20:22.726305+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[14284]: audit 2024-03-21T13:20:22.397605+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[14284]: cephadm 2024-03-21T13:20:22.683444+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:20:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[14284]: cephadm 2024-03-21T13:20:22.711257+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 4062M 2024-03-21T13:20:24.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[14284]: cluster 2024-03-21T13:20:23.666232+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[19780]: audit 2024-03-21T13:20:22.397605+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[19780]: cephadm 2024-03-21T13:20:22.683444+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:20:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[19780]: cephadm 2024-03-21T13:20:22.711257+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 4062M 2024-03-21T13:20:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:24 smithi038 bash[19780]: cluster 2024-03-21T13:20:23.666232+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:24 smithi192 bash[14483]: audit 2024-03-21T13:20:22.397605+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:24 smithi192 bash[14483]: cephadm 2024-03-21T13:20:22.683444+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:20:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:24 smithi192 bash[14483]: cephadm 2024-03-21T13:20:22.711257+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 4062M 2024-03-21T13:20:24.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:24 smithi192 bash[14483]: cluster 2024-03-21T13:20:23.666232+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:27.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:26 smithi038 bash[19780]: cluster 2024-03-21T13:20:25.666911+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:27.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:26 smithi038 bash[14284]: cluster 2024-03-21T13:20:25.666911+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:26 smithi192 bash[14483]: cluster 2024-03-21T13:20:25.666911+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: cluster 2024-03-21T13:20:27.667635+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: audit 2024-03-21T13:20:28.499926+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.192:0/3988062521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]: dispatch 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: audit 2024-03-21T13:20:28.501199+0000 mon.a (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]: dispatch 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: audit 2024-03-21T13:20:28.523050+0000 mon.a (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]': finished 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: cluster 2024-03-21T13:20:28.523226+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: audit 2024-03-21T13:20:28.523576+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[14284]: audit 2024-03-21T13:20:29.183646+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.192:0/730263556' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:20:29.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: cluster 2024-03-21T13:20:27.667635+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:29.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: audit 2024-03-21T13:20:28.499926+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.192:0/3988062521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]: dispatch 2024-03-21T13:20:29.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: audit 2024-03-21T13:20:28.501199+0000 mon.a (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]: dispatch 2024-03-21T13:20:29.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: audit 2024-03-21T13:20:28.523050+0000 mon.a (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]': finished 2024-03-21T13:20:29.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: cluster 2024-03-21T13:20:28.523226+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-21T13:20:29.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: audit 2024-03-21T13:20:28.523576+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:29.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:29 smithi038 bash[19780]: audit 2024-03-21T13:20:29.183646+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.192:0/730263556' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:20:29.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: cluster 2024-03-21T13:20:27.667635+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:29.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: audit 2024-03-21T13:20:28.499926+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.192:0/3988062521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]: dispatch 2024-03-21T13:20:29.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: audit 2024-03-21T13:20:28.501199+0000 mon.a (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]: dispatch 2024-03-21T13:20:29.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: audit 2024-03-21T13:20:28.523050+0000 mon.a (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a8449e6-5185-48cf-95df-ffef7094602e"}]': finished 2024-03-21T13:20:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: cluster 2024-03-21T13:20:28.523226+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-21T13:20:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: audit 2024-03-21T13:20:28.523576+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:29 smithi192 bash[14483]: audit 2024-03-21T13:20:29.183646+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.192:0/730263556' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:20:31.652 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:31 smithi192 bash[14483]: cluster 2024-03-21T13:20:29.668234+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:31 smithi038 bash[14284]: cluster 2024-03-21T13:20:29.668234+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:31 smithi038 bash[19780]: cluster 2024-03-21T13:20:29.668234+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:32.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:32 smithi038 bash[14284]: audit 2024-03-21T13:20:31.693534+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:20:32.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:32 smithi038 bash[14284]: audit 2024-03-21T13:20:31.697372+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:20:32.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:32 smithi038 bash[19780]: audit 2024-03-21T13:20:31.693534+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:20:32.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:32 smithi038 bash[19780]: audit 2024-03-21T13:20:31.697372+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:20:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:32 smithi192 bash[14483]: audit 2024-03-21T13:20:31.693534+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:20:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:32 smithi192 bash[14483]: audit 2024-03-21T13:20:31.697372+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:20:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:33 smithi038 bash[14284]: cluster 2024-03-21T13:20:31.668799+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:33.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:33 smithi038 bash[19780]: cluster 2024-03-21T13:20:31.668799+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:33.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:33 smithi192 bash[14483]: cluster 2024-03-21T13:20:31.668799+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:34 smithi192 bash[14483]: cluster 2024-03-21T13:20:33.669353+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:34.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:34 smithi038 bash[14284]: cluster 2024-03-21T13:20:33.669353+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:34.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:34 smithi038 bash[19780]: cluster 2024-03-21T13:20:33.669353+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:36 smithi192 bash[14483]: cluster 2024-03-21T13:20:35.669949+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:36 smithi038 bash[14284]: cluster 2024-03-21T13:20:35.669949+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:36 smithi038 bash[19780]: cluster 2024-03-21T13:20:35.669949+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:39 smithi038 bash[14284]: cluster 2024-03-21T13:20:37.670540+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:39.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:39 smithi038 bash[14284]: audit 2024-03-21T13:20:38.466007+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:20:39.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:39 smithi038 bash[14284]: audit 2024-03-21T13:20:38.468325+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:39 smithi038 bash[19780]: cluster 2024-03-21T13:20:37.670540+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:39 smithi038 bash[19780]: audit 2024-03-21T13:20:38.466007+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:20:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:39 smithi038 bash[19780]: audit 2024-03-21T13:20:38.468325+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:39.677 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:39 smithi192 bash[14483]: cluster 2024-03-21T13:20:37.670540+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:39.677 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:39 smithi192 bash[14483]: audit 2024-03-21T13:20:38.466007+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:20:39.677 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:39 smithi192 bash[14483]: audit 2024-03-21T13:20:38.468325+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:40.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:40 smithi038 bash[14284]: cephadm 2024-03-21T13:20:38.469791+0000 mgr.y (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-03-21T13:20:40.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:40 smithi038 bash[19780]: cephadm 2024-03-21T13:20:38.469791+0000 mgr.y (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-03-21T13:20:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:40 smithi192 bash[14483]: cephadm 2024-03-21T13:20:38.469791+0000 mgr.y (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-03-21T13:20:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:41 smithi192 bash[14483]: cluster 2024-03-21T13:20:39.671190+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:41.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:41 smithi038 bash[14284]: cluster 2024-03-21T13:20:39.671190+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:41 smithi038 bash[19780]: cluster 2024-03-21T13:20:39.671190+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[14284]: cluster 2024-03-21T13:20:41.671795+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[14284]: audit 2024-03-21T13:20:42.628088+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[14284]: audit 2024-03-21T13:20:42.653274+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[14284]: audit 2024-03-21T13:20:42.655469+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[14284]: audit 2024-03-21T13:20:42.656885+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[19780]: cluster 2024-03-21T13:20:41.671795+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[19780]: audit 2024-03-21T13:20:42.628088+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:43.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[19780]: audit 2024-03-21T13:20:42.653274+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:43.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[19780]: audit 2024-03-21T13:20:42.655469+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:43.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:43 smithi038 bash[19780]: audit 2024-03-21T13:20:42.656885+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:43 smithi192 bash[14483]: cluster 2024-03-21T13:20:41.671795+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:43 smithi192 bash[14483]: audit 2024-03-21T13:20:42.628088+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:43 smithi192 bash[14483]: audit 2024-03-21T13:20:42.653274+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:43 smithi192 bash[14483]: audit 2024-03-21T13:20:42.655469+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:43 smithi192 bash[14483]: audit 2024-03-21T13:20:42.656885+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:45.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:45 smithi038 bash[19780]: cluster 2024-03-21T13:20:43.672465+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:45.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:45 smithi038 bash[14284]: cluster 2024-03-21T13:20:43.672465+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:45.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:45 smithi192 bash[14483]: cluster 2024-03-21T13:20:43.672465+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:47 smithi038 bash[14284]: cluster 2024-03-21T13:20:45.673188+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:47 smithi038 bash[14284]: audit 2024-03-21T13:20:46.032285+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:47 smithi038 bash[14284]: audit 2024-03-21T13:20:46.320946+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:47.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:47 smithi038 bash[19780]: cluster 2024-03-21T13:20:45.673188+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:47.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:47 smithi038 bash[19780]: audit 2024-03-21T13:20:46.032285+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:47.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:47 smithi038 bash[19780]: audit 2024-03-21T13:20:46.320946+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:47 smithi192 bash[14483]: cluster 2024-03-21T13:20:45.673188+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:47 smithi192 bash[14483]: audit 2024-03-21T13:20:46.032285+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:47 smithi192 bash[14483]: audit 2024-03-21T13:20:46.320946+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:49.131 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 4 on host 'smithi192' 2024-03-21T13:20:49.398 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:49 smithi192 bash[14483]: cluster 2024-03-21T13:20:47.673790+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:49.398 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:49 smithi192 bash[14483]: audit 2024-03-21T13:20:49.128813+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:49.398 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:49 smithi192 bash[14483]: audit 2024-03-21T13:20:49.147512+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:49.398 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:49 smithi192 bash[14483]: audit 2024-03-21T13:20:49.150235+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:49.398 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:49 smithi192 bash[14483]: audit 2024-03-21T13:20:49.152038+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[14284]: cluster 2024-03-21T13:20:47.673790+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[14284]: audit 2024-03-21T13:20:49.128813+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[14284]: audit 2024-03-21T13:20:49.147512+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[14284]: audit 2024-03-21T13:20:49.150235+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[14284]: audit 2024-03-21T13:20:49.152038+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[19780]: cluster 2024-03-21T13:20:47.673790+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[19780]: audit 2024-03-21T13:20:49.128813+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[19780]: audit 2024-03-21T13:20:49.147512+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[19780]: audit 2024-03-21T13:20:49.150235+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:49.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:49 smithi038 bash[19780]: audit 2024-03-21T13:20:49.152038+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:49.771 DEBUG:teuthology.orchestra.run.smithi192:osd.4> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.4.service 2024-03-21T13:20:49.774 INFO:tasks.cephadm:Deploying osd.5 on smithi192 with /dev/vg_nvme/lv_3... 2024-03-21T13:20:49.774 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T13:20:50.222 INFO:journalctl@ceph.osd.4.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:20:50.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:50 smithi038 bash[14284]: audit 2024-03-21T13:20:49.401352+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:20:50.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:50 smithi038 bash[14284]: audit 2024-03-21T13:20:49.402325+0000 mon.a (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:20:50.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:50 smithi038 bash[19780]: audit 2024-03-21T13:20:49.401352+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:20:50.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:50 smithi038 bash[19780]: audit 2024-03-21T13:20:49.402325+0000 mon.a (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:20:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:50 smithi192 bash[14483]: audit 2024-03-21T13:20:49.401352+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:20:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:50 smithi192 bash[14483]: audit 2024-03-21T13:20:49.402325+0000 mon.a (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[14284]: cluster 2024-03-21T13:20:49.674464+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[14284]: audit 2024-03-21T13:20:50.367665+0000 mon.a (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[14284]: cluster 2024-03-21T13:20:50.367867+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[14284]: audit 2024-03-21T13:20:50.368165+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[14284]: audit 2024-03-21T13:20:50.368867+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[14284]: audit 2024-03-21T13:20:50.369911+0000 mon.a (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[19780]: cluster 2024-03-21T13:20:49.674464+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[19780]: audit 2024-03-21T13:20:50.367665+0000 mon.a (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[19780]: cluster 2024-03-21T13:20:50.367867+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[19780]: audit 2024-03-21T13:20:50.368165+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[19780]: audit 2024-03-21T13:20:50.368867+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:20:51.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:51 smithi038 bash[19780]: audit 2024-03-21T13:20:50.369911+0000 mon.a (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:20:51.711 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[17577]: debug 2024-03-21T13:20:51.380+0000 7f5ea74d0700 -1 osd.4 0 waiting for initial osdmap 2024-03-21T13:20:51.711 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[17577]: debug 2024-03-21T13:20:51.388+0000 7f5ea0664700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:20:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[14483]: cluster 2024-03-21T13:20:49.674464+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[14483]: audit 2024-03-21T13:20:50.367665+0000 mon.a (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:20:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[14483]: cluster 2024-03-21T13:20:50.367867+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-21T13:20:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[14483]: audit 2024-03-21T13:20:50.368165+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[14483]: audit 2024-03-21T13:20:50.368867+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:20:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:51 smithi192 bash[14483]: audit 2024-03-21T13:20:50.369911+0000 mon.a (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: audit 2024-03-21T13:20:51.373284+0000 mon.a (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: cluster 2024-03-21T13:20:51.373494+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: audit 2024-03-21T13:20:51.374328+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: audit 2024-03-21T13:20:51.384738+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: cluster 2024-03-21T13:20:52.350755+0000 mon.a (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641] boot 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: cluster 2024-03-21T13:20:52.350839+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[14284]: audit 2024-03-21T13:20:52.356717+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: audit 2024-03-21T13:20:51.373284+0000 mon.a (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:20:52.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: cluster 2024-03-21T13:20:51.373494+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-21T13:20:52.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: audit 2024-03-21T13:20:51.374328+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: audit 2024-03-21T13:20:51.384738+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: cluster 2024-03-21T13:20:52.350755+0000 mon.a (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641] boot 2024-03-21T13:20:52.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: cluster 2024-03-21T13:20:52.350839+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-21T13:20:52.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:52 smithi038 bash[19780]: audit 2024-03-21T13:20:52.356717+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: audit 2024-03-21T13:20:51.373284+0000 mon.a (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:20:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: cluster 2024-03-21T13:20:51.373494+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-21T13:20:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: audit 2024-03-21T13:20:51.374328+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: audit 2024-03-21T13:20:51.384738+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: cluster 2024-03-21T13:20:52.350755+0000 mon.a (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.192:6800/729111641,v1:172.21.15.192:6801/729111641] boot 2024-03-21T13:20:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: cluster 2024-03-21T13:20:52.350839+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-21T13:20:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:52 smithi192 bash[14483]: audit 2024-03-21T13:20:52.356717+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:20:53.409 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T13:20:53.410 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T13:20:53.410 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-03-21T13:20:53.410 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-03-21T13:20:53.410 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0160898 s, 652 MB/s 2024-03-21T13:20:53.410 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-03-21T13:20:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:53 smithi038 bash[19780]: cluster 2024-03-21T13:20:50.409887+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:20:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:53 smithi038 bash[19780]: cluster 2024-03-21T13:20:50.410105+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:20:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:53 smithi038 bash[19780]: cluster 2024-03-21T13:20:51.675089+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:53 smithi038 bash[14284]: cluster 2024-03-21T13:20:50.409887+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:20:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:53 smithi038 bash[14284]: cluster 2024-03-21T13:20:50.410105+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:20:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:53 smithi038 bash[14284]: cluster 2024-03-21T13:20:51.675089+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:53 smithi192 bash[14483]: cluster 2024-03-21T13:20:50.409887+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:20:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:53 smithi192 bash[14483]: cluster 2024-03-21T13:20:50.410105+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:20:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:53 smithi192 bash[14483]: cluster 2024-03-21T13:20:51.675089+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T13:20:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:54 smithi192 bash[14483]: cluster 2024-03-21T13:20:53.383663+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-21T13:20:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:54 smithi192 bash[14483]: cluster 2024-03-21T13:20:53.675633+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:20:54.792 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_3 2024-03-21T13:20:54.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:54 smithi038 bash[14284]: cluster 2024-03-21T13:20:53.383663+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-21T13:20:54.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:54 smithi038 bash[14284]: cluster 2024-03-21T13:20:53.675633+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:20:54.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:54 smithi038 bash[19780]: cluster 2024-03-21T13:20:53.383663+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-21T13:20:54.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:54 smithi038 bash[19780]: cluster 2024-03-21T13:20:53.675633+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:20:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:55 smithi192 bash[14483]: cluster 2024-03-21T13:20:54.417715+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T13:20:55.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:55 smithi038 bash[14284]: cluster 2024-03-21T13:20:54.417715+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T13:20:55.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:55 smithi038 bash[19780]: cluster 2024-03-21T13:20:54.417715+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T13:20:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:56 smithi192 bash[14483]: cluster 2024-03-21T13:20:55.424142+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T13:20:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:56 smithi192 bash[14483]: cluster 2024-03-21T13:20:55.676233+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-21T13:20:56.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:56 smithi038 bash[19780]: cluster 2024-03-21T13:20:55.424142+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T13:20:56.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:56 smithi038 bash[19780]: cluster 2024-03-21T13:20:55.676233+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-21T13:20:56.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:56 smithi038 bash[14284]: cluster 2024-03-21T13:20:55.424142+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T13:20:56.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:56 smithi038 bash[14284]: cluster 2024-03-21T13:20:55.676233+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-21T13:20:57.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:57 smithi192 bash[14483]: cluster 2024-03-21T13:20:56.447805+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T13:20:57.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:57 smithi038 bash[14284]: cluster 2024-03-21T13:20:56.447805+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T13:20:57.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:57 smithi038 bash[19780]: cluster 2024-03-21T13:20:56.447805+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: cluster 2024-03-21T13:20:57.676878+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: cephadm 2024-03-21T13:20:57.994859+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.008394+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.010108+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: cephadm 2024-03-21T13:20:58.011428+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 17271M 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.022791+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.031795+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.491680+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.498164+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[14284]: audit 2024-03-21T13:20:58.499972+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: cluster 2024-03-21T13:20:57.676878+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: cephadm 2024-03-21T13:20:57.994859+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.008394+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.010108+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: cephadm 2024-03-21T13:20:58.011428+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 17271M 2024-03-21T13:20:59.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.022791+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.031795+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.491680+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:20:59.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.498164+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:20:59.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:20:59 smithi038 bash[19780]: audit 2024-03-21T13:20:58.499972+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: cluster 2024-03-21T13:20:57.676878+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: cephadm 2024-03-21T13:20:57.994859+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.008394+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.010108+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: cephadm 2024-03-21T13:20:58.011428+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 17271M 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.022791+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.031795+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.491680+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.498164+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:20:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:20:59 smithi192 bash[14483]: audit 2024-03-21T13:20:58.499972+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:00.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:00 smithi038 bash[19780]: audit 2024-03-21T13:20:58.484770+0000 mgr.y (mgr.14152) 180 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:00.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:00 smithi038 bash[14284]: audit 2024-03-21T13:20:58.484770+0000 mgr.y (mgr.14152) 180 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:00 smithi192 bash[14483]: audit 2024-03-21T13:20:58.484770+0000 mgr.y (mgr.14152) 180 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:01 smithi038 bash[19780]: cluster 2024-03-21T13:20:59.677494+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T13:21:01.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:01 smithi038 bash[14284]: cluster 2024-03-21T13:20:59.677494+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T13:21:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:01 smithi192 bash[14483]: cluster 2024-03-21T13:20:59.677494+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T13:21:03.637 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:03 smithi192 bash[14483]: cluster 2024-03-21T13:21:01.678161+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:21:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:03 smithi038 bash[14284]: cluster 2024-03-21T13:21:01.678161+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:21:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:03 smithi038 bash[19780]: cluster 2024-03-21T13:21:01.678161+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: cluster 2024-03-21T13:21:03.678766+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: audit 2024-03-21T13:21:04.483503+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.192:0/3220155484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]: dispatch 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: audit 2024-03-21T13:21:04.484608+0000 mon.a (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]: dispatch 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: audit 2024-03-21T13:21:04.496485+0000 mon.a (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]': finished 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: cluster 2024-03-21T13:21:04.496600+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: audit 2024-03-21T13:21:04.496756+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[14284]: audit 2024-03-21T13:21:05.182559+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.192:0/3350097525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: cluster 2024-03-21T13:21:03.678766+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:05.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: audit 2024-03-21T13:21:04.483503+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.192:0/3220155484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]: dispatch 2024-03-21T13:21:05.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: audit 2024-03-21T13:21:04.484608+0000 mon.a (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]: dispatch 2024-03-21T13:21:05.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: audit 2024-03-21T13:21:04.496485+0000 mon.a (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]': finished 2024-03-21T13:21:05.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: cluster 2024-03-21T13:21:04.496600+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-21T13:21:05.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: audit 2024-03-21T13:21:04.496756+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:05.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:05 smithi038 bash[19780]: audit 2024-03-21T13:21:05.182559+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.192:0/3350097525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:21:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: cluster 2024-03-21T13:21:03.678766+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: audit 2024-03-21T13:21:04.483503+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.192:0/3220155484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]: dispatch 2024-03-21T13:21:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: audit 2024-03-21T13:21:04.484608+0000 mon.a (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]: dispatch 2024-03-21T13:21:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: audit 2024-03-21T13:21:04.496485+0000 mon.a (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32dffd09-187e-4812-a004-32d6cc4c9135"}]': finished 2024-03-21T13:21:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: cluster 2024-03-21T13:21:04.496600+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-21T13:21:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: audit 2024-03-21T13:21:04.496756+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:05 smithi192 bash[14483]: audit 2024-03-21T13:21:05.182559+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.192:0/3350097525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:21:07.653 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:07 smithi192 bash[14483]: cluster 2024-03-21T13:21:05.679423+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:07.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:07 smithi038 bash[14284]: cluster 2024-03-21T13:21:05.679423+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:07.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:07 smithi038 bash[19780]: cluster 2024-03-21T13:21:05.679423+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:09.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:09 smithi038 bash[14284]: cluster 2024-03-21T13:21:07.680080+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:09.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:09 smithi038 bash[19780]: cluster 2024-03-21T13:21:07.680080+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:09.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:09 smithi192 bash[14483]: cluster 2024-03-21T13:21:07.680080+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:11 smithi038 bash[14284]: cluster 2024-03-21T13:21:09.680742+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:11.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:11 smithi038 bash[19780]: cluster 2024-03-21T13:21:09.680742+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:11.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:11 smithi192 bash[14483]: cluster 2024-03-21T13:21:09.680742+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:13.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:13 smithi038 bash[19780]: cluster 2024-03-21T13:21:11.681333+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:13.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:13 smithi038 bash[14284]: cluster 2024-03-21T13:21:11.681333+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:13.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:13 smithi192 bash[14483]: cluster 2024-03-21T13:21:11.681333+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:14 smithi192 bash[14483]: cluster 2024-03-21T13:21:13.681936+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:14 smithi038 bash[14284]: cluster 2024-03-21T13:21:13.681936+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:14.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:14 smithi038 bash[19780]: cluster 2024-03-21T13:21:13.681936+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:15.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:15 smithi192 bash[14483]: audit 2024-03-21T13:21:14.637448+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:21:15.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:15 smithi192 bash[14483]: audit 2024-03-21T13:21:14.639406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:15.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:15 smithi192 bash[14483]: cephadm 2024-03-21T13:21:14.640982+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-03-21T13:21:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:15 smithi038 bash[14284]: audit 2024-03-21T13:21:14.637448+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:21:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:15 smithi038 bash[14284]: audit 2024-03-21T13:21:14.639406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:15.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:15 smithi038 bash[14284]: cephadm 2024-03-21T13:21:14.640982+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-03-21T13:21:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:15 smithi038 bash[19780]: audit 2024-03-21T13:21:14.637448+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:21:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:15 smithi038 bash[19780]: audit 2024-03-21T13:21:14.639406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:15 smithi038 bash[19780]: cephadm 2024-03-21T13:21:14.640982+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-03-21T13:21:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:16 smithi192 bash[14483]: cluster 2024-03-21T13:21:15.682542+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:16.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:16 smithi038 bash[14284]: cluster 2024-03-21T13:21:15.682542+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:16.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:16 smithi038 bash[19780]: cluster 2024-03-21T13:21:15.682542+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[14284]: cluster 2024-03-21T13:21:17.683164+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[14284]: audit 2024-03-21T13:21:18.687279+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[14284]: audit 2024-03-21T13:21:18.706013+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[14284]: audit 2024-03-21T13:21:18.708799+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[14284]: audit 2024-03-21T13:21:18.710649+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[19780]: cluster 2024-03-21T13:21:17.683164+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[19780]: audit 2024-03-21T13:21:18.687279+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[19780]: audit 2024-03-21T13:21:18.706013+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[19780]: audit 2024-03-21T13:21:18.708799+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:19 smithi038 bash[19780]: audit 2024-03-21T13:21:18.710649+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:19.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:19 smithi192 bash[14483]: cluster 2024-03-21T13:21:17.683164+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:19.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:19 smithi192 bash[14483]: audit 2024-03-21T13:21:18.687279+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:19.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:19 smithi192 bash[14483]: audit 2024-03-21T13:21:18.706013+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:19.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:19 smithi192 bash[14483]: audit 2024-03-21T13:21:18.708799+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:19.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:19 smithi192 bash[14483]: audit 2024-03-21T13:21:18.710649+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:21 smithi038 bash[14284]: cluster 2024-03-21T13:21:19.683781+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:21 smithi038 bash[19780]: cluster 2024-03-21T13:21:19.683781+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:21 smithi192 bash[14483]: cluster 2024-03-21T13:21:19.683781+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:23 smithi038 bash[14284]: cluster 2024-03-21T13:21:21.684388+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:23 smithi038 bash[14284]: audit 2024-03-21T13:21:22.429628+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:23 smithi038 bash[14284]: audit 2024-03-21T13:21:22.437232+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:23 smithi038 bash[19780]: cluster 2024-03-21T13:21:21.684388+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:23 smithi038 bash[19780]: audit 2024-03-21T13:21:22.429628+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:23 smithi038 bash[19780]: audit 2024-03-21T13:21:22.437232+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:23 smithi192 bash[14483]: cluster 2024-03-21T13:21:21.684388+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:23 smithi192 bash[14483]: audit 2024-03-21T13:21:22.429628+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:23 smithi192 bash[14483]: audit 2024-03-21T13:21:22.437232+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:24 smithi192 bash[14483]: cluster 2024-03-21T13:21:23.684991+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:24.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:24 smithi038 bash[14284]: cluster 2024-03-21T13:21:23.684991+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:24 smithi038 bash[19780]: cluster 2024-03-21T13:21:23.684991+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:25.525 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 5 on host 'smithi192' 2024-03-21T13:21:25.766 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:25 smithi192 bash[14483]: audit 2024-03-21T13:21:25.514387+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:25.766 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:25 smithi192 bash[14483]: audit 2024-03-21T13:21:25.517258+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:25.767 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:25 smithi192 bash[14483]: audit 2024-03-21T13:21:25.522727+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:25.767 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:25 smithi192 bash[14483]: audit 2024-03-21T13:21:25.523244+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[14284]: audit 2024-03-21T13:21:25.514387+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[14284]: audit 2024-03-21T13:21:25.517258+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[14284]: audit 2024-03-21T13:21:25.522727+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[14284]: audit 2024-03-21T13:21:25.523244+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:25.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[19780]: audit 2024-03-21T13:21:25.514387+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:25.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[19780]: audit 2024-03-21T13:21:25.517258+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:25.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[19780]: audit 2024-03-21T13:21:25.522727+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:25.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:25 smithi038 bash[19780]: audit 2024-03-21T13:21:25.523244+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:26.178 DEBUG:teuthology.orchestra.run.smithi192:osd.5> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.5.service 2024-03-21T13:21:26.180 INFO:tasks.cephadm:Deploying osd.6 on smithi192 with /dev/vg_nvme/lv_2... 2024-03-21T13:21:26.180 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-21T13:21:26.331 INFO:journalctl@ceph.osd.5.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:21:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:26 smithi192 bash[14483]: cluster 2024-03-21T13:21:25.685602+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:26 smithi192 bash[14483]: audit 2024-03-21T13:21:25.857486+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:21:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:26 smithi192 bash[14483]: audit 2024-03-21T13:21:25.858966+0000 mon.a (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:21:26.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:26 smithi038 bash[14284]: cluster 2024-03-21T13:21:25.685602+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:26.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:26 smithi038 bash[14284]: audit 2024-03-21T13:21:25.857486+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:21:26.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:26 smithi038 bash[14284]: audit 2024-03-21T13:21:25.858966+0000 mon.a (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:21:26.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:26 smithi038 bash[19780]: cluster 2024-03-21T13:21:25.685602+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:26.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:26 smithi038 bash[19780]: audit 2024-03-21T13:21:25.857486+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:21:26.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:26 smithi038 bash[19780]: audit 2024-03-21T13:21:25.858966+0000 mon.a (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:21:27.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[14284]: audit 2024-03-21T13:21:26.593758+0000 mon.a (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:21:27.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[14284]: cluster 2024-03-21T13:21:26.593970+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-21T13:21:27.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[14284]: audit 2024-03-21T13:21:26.594245+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:27.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[14284]: audit 2024-03-21T13:21:26.594574+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:21:27.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[14284]: audit 2024-03-21T13:21:26.596077+0000 mon.a (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:21:27.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[19780]: audit 2024-03-21T13:21:26.593758+0000 mon.a (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:21:27.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[19780]: cluster 2024-03-21T13:21:26.593970+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-21T13:21:27.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[19780]: audit 2024-03-21T13:21:26.594245+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:27.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[19780]: audit 2024-03-21T13:21:26.594574+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:21:27.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:27 smithi038 bash[19780]: audit 2024-03-21T13:21:26.596077+0000 mon.a (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:21:27.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[14483]: audit 2024-03-21T13:21:26.593758+0000 mon.a (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:21:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[14483]: cluster 2024-03-21T13:21:26.593970+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-21T13:21:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[14483]: audit 2024-03-21T13:21:26.594245+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[14483]: audit 2024-03-21T13:21:26.594574+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:21:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[14483]: audit 2024-03-21T13:21:26.596077+0000 mon.a (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:21:27.962 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[20698]: debug 2024-03-21T13:21:27.599+0000 7f1439746700 -1 osd.5 0 waiting for initial osdmap 2024-03-21T13:21:27.962 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:21:27 smithi192 bash[20698]: debug 2024-03-21T13:21:27.607+0000 7f14320d9700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:21:28.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[14284]: audit 2024-03-21T13:21:27.593927+0000 mon.a (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:21:28.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[14284]: cluster 2024-03-21T13:21:27.594192+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-21T13:21:28.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[14284]: audit 2024-03-21T13:21:27.595120+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:28.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[14284]: audit 2024-03-21T13:21:27.605781+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:28.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[14284]: cluster 2024-03-21T13:21:27.686267+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:28.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[19780]: audit 2024-03-21T13:21:27.593927+0000 mon.a (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:21:28.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[19780]: cluster 2024-03-21T13:21:27.594192+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-21T13:21:28.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[19780]: audit 2024-03-21T13:21:27.595120+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:28.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[19780]: audit 2024-03-21T13:21:27.605781+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:28.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:28 smithi038 bash[19780]: cluster 2024-03-21T13:21:27.686267+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:28 smithi192 bash[14483]: audit 2024-03-21T13:21:27.593927+0000 mon.a (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:21:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:28 smithi192 bash[14483]: cluster 2024-03-21T13:21:27.594192+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-21T13:21:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:28 smithi192 bash[14483]: audit 2024-03-21T13:21:27.595120+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:28 smithi192 bash[14483]: audit 2024-03-21T13:21:27.605781+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:28 smithi192 bash[14483]: cluster 2024-03-21T13:21:27.686267+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:21:29.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[14284]: cluster 2024-03-21T13:21:26.903688+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:21:29.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[14284]: cluster 2024-03-21T13:21:26.903869+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:21:29.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[14284]: cluster 2024-03-21T13:21:28.598903+0000 mon.a (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232] boot 2024-03-21T13:21:29.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[14284]: cluster 2024-03-21T13:21:28.599046+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-21T13:21:29.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[14284]: audit 2024-03-21T13:21:28.599449+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:29.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[19780]: cluster 2024-03-21T13:21:26.903688+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:21:29.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[19780]: cluster 2024-03-21T13:21:26.903869+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:21:29.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[19780]: cluster 2024-03-21T13:21:28.598903+0000 mon.a (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232] boot 2024-03-21T13:21:29.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[19780]: cluster 2024-03-21T13:21:28.599046+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-21T13:21:29.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:29 smithi038 bash[19780]: audit 2024-03-21T13:21:28.599449+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:29.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:29 smithi192 bash[14483]: cluster 2024-03-21T13:21:26.903688+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:21:29.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:29 smithi192 bash[14483]: cluster 2024-03-21T13:21:26.903869+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:21:29.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:29 smithi192 bash[14483]: cluster 2024-03-21T13:21:28.598903+0000 mon.a (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.192:6808/3512240232,v1:172.21.15.192:6809/3512240232] boot 2024-03-21T13:21:29.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:29 smithi192 bash[14483]: cluster 2024-03-21T13:21:28.599046+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-21T13:21:29.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:29 smithi192 bash[14483]: audit 2024-03-21T13:21:28.599449+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:21:29.949 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-21T13:21:29.949 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-21T13:21:29.949 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-03-21T13:21:29.950 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-03-21T13:21:29.950 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0203447 s, 515 MB/s 2024-03-21T13:21:29.950 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-03-21T13:21:30.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:30 smithi038 bash[14284]: cluster 2024-03-21T13:21:29.612578+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-21T13:21:30.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:30 smithi038 bash[14284]: cluster 2024-03-21T13:21:29.686874+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:30.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:30 smithi038 bash[19780]: cluster 2024-03-21T13:21:29.612578+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-21T13:21:30.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:30 smithi038 bash[19780]: cluster 2024-03-21T13:21:29.686874+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:30 smithi192 bash[14483]: cluster 2024-03-21T13:21:29.612578+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-21T13:21:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:30 smithi192 bash[14483]: cluster 2024-03-21T13:21:29.686874+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:31.175 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_2 2024-03-21T13:21:31.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:31 smithi038 bash[19780]: cluster 2024-03-21T13:21:30.639087+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-21T13:21:31.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:31 smithi038 bash[14284]: cluster 2024-03-21T13:21:30.639087+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-21T13:21:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:31 smithi192 bash[14483]: cluster 2024-03-21T13:21:30.639087+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-21T13:21:32.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:32 smithi192 bash[14483]: cluster 2024-03-21T13:21:31.647589+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T13:21:32.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:32 smithi192 bash[14483]: cluster 2024-03-21T13:21:31.687571+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:32.792 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:32 smithi192 bash[14483]: audit 2024-03-21T13:21:31.696217+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:32.792 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:32 smithi192 bash[14483]: audit 2024-03-21T13:21:31.700408+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[14284]: cluster 2024-03-21T13:21:31.647589+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T13:21:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[14284]: cluster 2024-03-21T13:21:31.687571+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[14284]: audit 2024-03-21T13:21:31.696217+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[14284]: audit 2024-03-21T13:21:31.700408+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[19780]: cluster 2024-03-21T13:21:31.647589+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T13:21:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[19780]: cluster 2024-03-21T13:21:31.687571+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[19780]: audit 2024-03-21T13:21:31.696217+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:32 smithi038 bash[19780]: audit 2024-03-21T13:21:31.700408+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:33.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:33 smithi192 bash[14483]: cluster 2024-03-21T13:21:32.642044+0000 mon.a (mon.0) 483 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:21:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:33 smithi192 bash[14483]: cluster 2024-03-21T13:21:32.662575+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T13:21:34.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:33 smithi038 bash[19780]: cluster 2024-03-21T13:21:32.642044+0000 mon.a (mon.0) 483 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:21:34.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:33 smithi038 bash[19780]: cluster 2024-03-21T13:21:32.662575+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T13:21:34.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:33 smithi038 bash[14284]: cluster 2024-03-21T13:21:32.642044+0000 mon.a (mon.0) 483 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:21:34.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:33 smithi038 bash[14284]: cluster 2024-03-21T13:21:32.662575+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T13:21:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:34 smithi192 bash[14483]: cluster 2024-03-21T13:21:33.688300+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:34 smithi192 bash[14483]: audit 2024-03-21T13:21:34.537056+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:34 smithi192 bash[14483]: audit 2024-03-21T13:21:34.539289+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:34 smithi192 bash[14483]: audit 2024-03-21T13:21:34.541240+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:34 smithi192 bash[14483]: audit 2024-03-21T13:21:34.552403+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:34 smithi192 bash[14483]: audit 2024-03-21T13:21:34.562556+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[14284]: cluster 2024-03-21T13:21:33.688300+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[14284]: audit 2024-03-21T13:21:34.537056+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[14284]: audit 2024-03-21T13:21:34.539289+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[14284]: audit 2024-03-21T13:21:34.541240+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[14284]: audit 2024-03-21T13:21:34.552403+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[14284]: audit 2024-03-21T13:21:34.562556+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[19780]: cluster 2024-03-21T13:21:33.688300+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[19780]: audit 2024-03-21T13:21:34.537056+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[19780]: audit 2024-03-21T13:21:34.539289+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[19780]: audit 2024-03-21T13:21:34.541240+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[19780]: audit 2024-03-21T13:21:34.552403+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:34 smithi038 bash[19780]: audit 2024-03-21T13:21:34.562556+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:35.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: cephadm 2024-03-21T13:21:34.525270+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: cephadm 2024-03-21T13:21:34.542638+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 8635M 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: cluster 2024-03-21T13:21:34.657294+0000 mon.a (mon.0) 490 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: cluster 2024-03-21T13:21:34.657362+0000 mon.a (mon.0) 491 : cluster [INF] Cluster is now healthy 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: audit 2024-03-21T13:21:35.036359+0000 mgr.y (mgr.14152) 202 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: audit 2024-03-21T13:21:35.043236+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: audit 2024-03-21T13:21:35.049541+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:21:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:35 smithi192 bash[14483]: audit 2024-03-21T13:21:35.051307+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: cephadm 2024-03-21T13:21:34.525270+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:21:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: cephadm 2024-03-21T13:21:34.542638+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 8635M 2024-03-21T13:21:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: cluster 2024-03-21T13:21:34.657294+0000 mon.a (mon.0) 490 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T13:21:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: cluster 2024-03-21T13:21:34.657362+0000 mon.a (mon.0) 491 : cluster [INF] Cluster is now healthy 2024-03-21T13:21:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: audit 2024-03-21T13:21:35.036359+0000 mgr.y (mgr.14152) 202 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: audit 2024-03-21T13:21:35.043236+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: audit 2024-03-21T13:21:35.049541+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[14284]: audit 2024-03-21T13:21:35.051307+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: cephadm 2024-03-21T13:21:34.525270+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: cephadm 2024-03-21T13:21:34.542638+0000 mgr.y (mgr.14152) 201 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 8635M 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: cluster 2024-03-21T13:21:34.657294+0000 mon.a (mon.0) 490 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: cluster 2024-03-21T13:21:34.657362+0000 mon.a (mon.0) 491 : cluster [INF] Cluster is now healthy 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: audit 2024-03-21T13:21:35.036359+0000 mgr.y (mgr.14152) 202 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: audit 2024-03-21T13:21:35.043236+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: audit 2024-03-21T13:21:35.049541+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:21:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:35 smithi038 bash[19780]: audit 2024-03-21T13:21:35.051307+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:36 smithi192 bash[14483]: cluster 2024-03-21T13:21:35.688943+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:36 smithi038 bash[14284]: cluster 2024-03-21T13:21:35.688943+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:37.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:36 smithi038 bash[19780]: cluster 2024-03-21T13:21:35.688943+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:39 smithi038 bash[14284]: cluster 2024-03-21T13:21:37.689545+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-03-21T13:21:39.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:39 smithi038 bash[19780]: cluster 2024-03-21T13:21:37.689545+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-03-21T13:21:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:39 smithi192 bash[14483]: cluster 2024-03-21T13:21:37.689545+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-03-21T13:21:41.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[14284]: cluster 2024-03-21T13:21:39.690173+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-21T13:21:41.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[14284]: audit 2024-03-21T13:21:41.108794+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.192:0/2454148388' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]: dispatch 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[14284]: audit 2024-03-21T13:21:41.110512+0000 mon.a (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]: dispatch 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[14284]: audit 2024-03-21T13:21:41.120057+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]': finished 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[14284]: cluster 2024-03-21T13:21:41.120283+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[14284]: audit 2024-03-21T13:21:41.120589+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[19780]: cluster 2024-03-21T13:21:39.690173+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[19780]: audit 2024-03-21T13:21:41.108794+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.192:0/2454148388' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]: dispatch 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[19780]: audit 2024-03-21T13:21:41.110512+0000 mon.a (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]: dispatch 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[19780]: audit 2024-03-21T13:21:41.120057+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]': finished 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[19780]: cluster 2024-03-21T13:21:41.120283+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-21T13:21:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:41 smithi038 bash[19780]: audit 2024-03-21T13:21:41.120589+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:21:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:41 smithi192 bash[14483]: cluster 2024-03-21T13:21:39.690173+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-21T13:21:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:41 smithi192 bash[14483]: audit 2024-03-21T13:21:41.108794+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.192:0/2454148388' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]: dispatch 2024-03-21T13:21:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:41 smithi192 bash[14483]: audit 2024-03-21T13:21:41.110512+0000 mon.a (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]: dispatch 2024-03-21T13:21:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:41 smithi192 bash[14483]: audit 2024-03-21T13:21:41.120057+0000 mon.a (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "928eeb68-f285-4917-a25d-8676165d6b5d"}]': finished 2024-03-21T13:21:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:41 smithi192 bash[14483]: cluster 2024-03-21T13:21:41.120283+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-21T13:21:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:41 smithi192 bash[14483]: audit 2024-03-21T13:21:41.120589+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:21:42.691 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:42 smithi038 bash[14284]: cluster 2024-03-21T13:21:41.690767+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-03-21T13:21:42.691 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:42 smithi038 bash[14284]: audit 2024-03-21T13:21:41.822085+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.192:0/3668692704' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:21:42.691 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:42 smithi038 bash[19780]: cluster 2024-03-21T13:21:41.690767+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-03-21T13:21:42.691 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:42 smithi038 bash[19780]: audit 2024-03-21T13:21:41.822085+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.192:0/3668692704' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:21:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:42 smithi192 bash[14483]: cluster 2024-03-21T13:21:41.690767+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-03-21T13:21:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:42 smithi192 bash[14483]: audit 2024-03-21T13:21:41.822085+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.192:0/3668692704' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:21:45.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:44 smithi192 bash[14483]: cluster 2024-03-21T13:21:43.691394+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:44 smithi038 bash[14284]: cluster 2024-03-21T13:21:43.691394+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:44 smithi038 bash[19780]: cluster 2024-03-21T13:21:43.691394+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:46 smithi038 bash[14284]: cluster 2024-03-21T13:21:45.691981+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:46 smithi038 bash[19780]: cluster 2024-03-21T13:21:45.691981+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:46 smithi192 bash[14483]: cluster 2024-03-21T13:21:45.691981+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:49 smithi038 bash[14284]: cluster 2024-03-21T13:21:47.692560+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:49.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:49 smithi038 bash[19780]: cluster 2024-03-21T13:21:47.692560+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:49 smithi192 bash[14483]: cluster 2024-03-21T13:21:47.692560+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:51.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:51 smithi038 bash[14284]: cluster 2024-03-21T13:21:49.693138+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:51 smithi038 bash[19780]: cluster 2024-03-21T13:21:49.693138+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:51.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:51 smithi192 bash[14483]: cluster 2024-03-21T13:21:49.693138+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:52 smithi038 bash[14284]: audit 2024-03-21T13:21:51.520291+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:21:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:52 smithi038 bash[14284]: audit 2024-03-21T13:21:51.521819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:52.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:52 smithi038 bash[19780]: audit 2024-03-21T13:21:51.520291+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:21:52.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:52 smithi038 bash[19780]: audit 2024-03-21T13:21:51.521819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:52.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:52 smithi192 bash[14483]: audit 2024-03-21T13:21:51.520291+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:21:52.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:52 smithi192 bash[14483]: audit 2024-03-21T13:21:51.521819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:53 smithi038 bash[14284]: cephadm 2024-03-21T13:21:51.523067+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-03-21T13:21:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:53 smithi038 bash[14284]: cluster 2024-03-21T13:21:51.693739+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:53 smithi038 bash[19780]: cephadm 2024-03-21T13:21:51.523067+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-03-21T13:21:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:53 smithi038 bash[19780]: cluster 2024-03-21T13:21:51.693739+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:53 smithi192 bash[14483]: cephadm 2024-03-21T13:21:51.523067+0000 mgr.y (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-03-21T13:21:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:53 smithi192 bash[14483]: cluster 2024-03-21T13:21:51.693739+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:54.626 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:54 smithi192 bash[14483]: cluster 2024-03-21T13:21:53.694382+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:54.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:54 smithi038 bash[14284]: cluster 2024-03-21T13:21:53.694382+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:54.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:54 smithi038 bash[19780]: cluster 2024-03-21T13:21:53.694382+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:56 smithi192 bash[14483]: cluster 2024-03-21T13:21:55.695062+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:56 smithi192 bash[14483]: audit 2024-03-21T13:21:55.787678+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:56 smithi192 bash[14483]: audit 2024-03-21T13:21:55.793711+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:56 smithi192 bash[14483]: audit 2024-03-21T13:21:55.797154+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:56 smithi192 bash[14483]: audit 2024-03-21T13:21:55.799216+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[14284]: cluster 2024-03-21T13:21:55.695062+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[14284]: audit 2024-03-21T13:21:55.787678+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[14284]: audit 2024-03-21T13:21:55.793711+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[14284]: audit 2024-03-21T13:21:55.797154+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[14284]: audit 2024-03-21T13:21:55.799216+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[19780]: cluster 2024-03-21T13:21:55.695062+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[19780]: audit 2024-03-21T13:21:55.787678+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[19780]: audit 2024-03-21T13:21:55.793711+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[19780]: audit 2024-03-21T13:21:55.797154+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:56 smithi038 bash[19780]: audit 2024-03-21T13:21:55.799216+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:59.522 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:59 smithi192 bash[14483]: cluster 2024-03-21T13:21:57.695697+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:59.522 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:21:59 smithi192 bash[14483]: audit 2024-03-21T13:21:59.251791+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:59 smithi038 bash[14284]: cluster 2024-03-21T13:21:57.695697+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:21:59 smithi038 bash[14284]: audit 2024-03-21T13:21:59.251791+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:21:59.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:59 smithi038 bash[19780]: cluster 2024-03-21T13:21:57.695697+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:21:59.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:21:59 smithi038 bash[19780]: audit 2024-03-21T13:21:59.251791+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:00 smithi192 bash[14483]: audit 2024-03-21T13:21:59.538169+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:00 smithi192 bash[14483]: cluster 2024-03-21T13:21:59.696372+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:00 smithi038 bash[14284]: audit 2024-03-21T13:21:59.538169+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:00 smithi038 bash[14284]: cluster 2024-03-21T13:21:59.696372+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:00.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:00 smithi038 bash[19780]: audit 2024-03-21T13:21:59.538169+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:00.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:00 smithi038 bash[19780]: cluster 2024-03-21T13:21:59.696372+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:02.424 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 6 on host 'smithi192' 2024-03-21T13:22:03.028 DEBUG:teuthology.orchestra.run.smithi192:osd.6> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.6.service 2024-03-21T13:22:03.030 INFO:tasks.cephadm:Deploying osd.7 on smithi192 with /dev/vg_nvme/lv_1... 2024-03-21T13:22:03.030 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-21T13:22:03.158 INFO:journalctl@ceph.osd.6.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:22:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: cluster 2024-03-21T13:22:01.696997+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: audit 2024-03-21T13:22:02.413716+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: audit 2024-03-21T13:22:02.422652+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:22:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: audit 2024-03-21T13:22:02.422728+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: audit 2024-03-21T13:22:02.423309+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: audit 2024-03-21T13:22:02.424141+0000 mon.a (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[14284]: audit 2024-03-21T13:22:02.426376+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: cluster 2024-03-21T13:22:01.696997+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: audit 2024-03-21T13:22:02.413716+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: audit 2024-03-21T13:22:02.422652+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: audit 2024-03-21T13:22:02.422728+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: audit 2024-03-21T13:22:02.423309+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: audit 2024-03-21T13:22:02.424141+0000 mon.a (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:22:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:03 smithi038 bash[19780]: audit 2024-03-21T13:22:02.426376+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: cluster 2024-03-21T13:22:01.696997+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: audit 2024-03-21T13:22:02.413716+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: audit 2024-03-21T13:22:02.422652+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: audit 2024-03-21T13:22:02.422728+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: audit 2024-03-21T13:22:02.423309+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: audit 2024-03-21T13:22:02.424141+0000 mon.a (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:03 smithi192 bash[14483]: audit 2024-03-21T13:22:02.426376+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[14483]: audit 2024-03-21T13:22:03.427526+0000 mon.a (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[14483]: cluster 2024-03-21T13:22:03.427697+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-21T13:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[14483]: audit 2024-03-21T13:22:03.427984+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[14483]: audit 2024-03-21T13:22:03.428013+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[14483]: audit 2024-03-21T13:22:03.429721+0000 mon.a (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[14483]: cluster 2024-03-21T13:22:03.697592+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:04.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[23803]: debug 2024-03-21T13:22:04.430+0000 7f10c6b4c700 -1 osd.6 0 waiting for initial osdmap 2024-03-21T13:22:04.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:22:04 smithi192 bash[23803]: debug 2024-03-21T13:22:04.446+0000 7f10c14e3700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:22:04.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[14284]: audit 2024-03-21T13:22:03.427526+0000 mon.a (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:22:04.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[14284]: cluster 2024-03-21T13:22:03.427697+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-21T13:22:04.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[14284]: audit 2024-03-21T13:22:03.427984+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:04.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[14284]: audit 2024-03-21T13:22:03.428013+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:04.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[14284]: audit 2024-03-21T13:22:03.429721+0000 mon.a (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:04.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[14284]: cluster 2024-03-21T13:22:03.697592+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[19780]: audit 2024-03-21T13:22:03.427526+0000 mon.a (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:22:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[19780]: cluster 2024-03-21T13:22:03.427697+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-21T13:22:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[19780]: audit 2024-03-21T13:22:03.427984+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[19780]: audit 2024-03-21T13:22:03.428013+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[19780]: audit 2024-03-21T13:22:03.429721+0000 mon.a (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:04 smithi038 bash[19780]: cluster 2024-03-21T13:22:03.697592+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:05 smithi192 bash[14483]: cluster 2024-03-21T13:22:03.397615+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:05 smithi192 bash[14483]: cluster 2024-03-21T13:22:03.397814+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:05 smithi192 bash[14483]: audit 2024-03-21T13:22:04.428884+0000 mon.a (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:05 smithi192 bash[14483]: cluster 2024-03-21T13:22:04.429127+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-21T13:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:05 smithi192 bash[14483]: audit 2024-03-21T13:22:04.434038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:05 smithi192 bash[14483]: audit 2024-03-21T13:22:04.450661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[14284]: cluster 2024-03-21T13:22:03.397615+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:22:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[14284]: cluster 2024-03-21T13:22:03.397814+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:22:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[14284]: audit 2024-03-21T13:22:04.428884+0000 mon.a (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:22:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[14284]: cluster 2024-03-21T13:22:04.429127+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-21T13:22:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[14284]: audit 2024-03-21T13:22:04.434038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[14284]: audit 2024-03-21T13:22:04.450661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[19780]: cluster 2024-03-21T13:22:03.397615+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:22:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[19780]: cluster 2024-03-21T13:22:03.397814+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:22:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[19780]: audit 2024-03-21T13:22:04.428884+0000 mon.a (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:22:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[19780]: cluster 2024-03-21T13:22:04.429127+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-21T13:22:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[19780]: audit 2024-03-21T13:22:04.434038+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:05 smithi038 bash[19780]: audit 2024-03-21T13:22:04.450661+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.515 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:06 smithi192 bash[14483]: audit 2024-03-21T13:22:05.437452+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.515 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:06 smithi192 bash[14483]: cluster 2024-03-21T13:22:05.448470+0000 mon.a (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931] boot 2024-03-21T13:22:06.515 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:06 smithi192 bash[14483]: cluster 2024-03-21T13:22:05.448555+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-21T13:22:06.515 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:06 smithi192 bash[14483]: audit 2024-03-21T13:22:05.449258+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.515 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:06 smithi192 bash[14483]: cluster 2024-03-21T13:22:05.698192+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:06.844 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-21T13:22:06.844 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-21T13:22:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-03-21T13:22:06.844 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-03-21T13:22:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0180825 s, 580 MB/s 2024-03-21T13:22:06.844 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-03-21T13:22:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[14284]: audit 2024-03-21T13:22:05.437452+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[14284]: cluster 2024-03-21T13:22:05.448470+0000 mon.a (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931] boot 2024-03-21T13:22:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[14284]: cluster 2024-03-21T13:22:05.448555+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-21T13:22:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[14284]: audit 2024-03-21T13:22:05.449258+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[14284]: cluster 2024-03-21T13:22:05.698192+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[19780]: audit 2024-03-21T13:22:05.437452+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[19780]: cluster 2024-03-21T13:22:05.448470+0000 mon.a (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.192:6816/1186978931,v1:172.21.15.192:6817/1186978931] boot 2024-03-21T13:22:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[19780]: cluster 2024-03-21T13:22:05.448555+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-21T13:22:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[19780]: audit 2024-03-21T13:22:05.449258+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:22:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:06 smithi038 bash[19780]: cluster 2024-03-21T13:22:05.698192+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T13:22:07.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:07 smithi192 bash[14483]: cluster 2024-03-21T13:22:06.450542+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-21T13:22:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:07 smithi192 bash[14483]: cluster 2024-03-21T13:22:07.461293+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-21T13:22:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:07 smithi038 bash[14284]: cluster 2024-03-21T13:22:06.450542+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-21T13:22:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:07 smithi038 bash[14284]: cluster 2024-03-21T13:22:07.461293+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-21T13:22:07.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:07 smithi038 bash[19780]: cluster 2024-03-21T13:22:06.450542+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-21T13:22:07.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:07 smithi038 bash[19780]: cluster 2024-03-21T13:22:07.461293+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-21T13:22:08.242 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_1 2024-03-21T13:22:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:08 smithi192 bash[14483]: cluster 2024-03-21T13:22:07.698789+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:08.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:08 smithi038 bash[14284]: cluster 2024-03-21T13:22:07.698789+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:08.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:08 smithi038 bash[19780]: cluster 2024-03-21T13:22:07.698789+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:09.794 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:09 smithi192 bash[14483]: cluster 2024-03-21T13:22:08.498208+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-21T13:22:09.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:09 smithi038 bash[14284]: cluster 2024-03-21T13:22:08.498208+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-21T13:22:09.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:09 smithi038 bash[19780]: cluster 2024-03-21T13:22:08.498208+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-21T13:22:10.869 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:10 smithi192 bash[14483]: cluster 2024-03-21T13:22:09.508052+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-21T13:22:10.869 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:10 smithi192 bash[14483]: cluster 2024-03-21T13:22:09.699413+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v210: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:10 smithi038 bash[14284]: cluster 2024-03-21T13:22:09.508052+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-21T13:22:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:10 smithi038 bash[14284]: cluster 2024-03-21T13:22:09.699413+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v210: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:10.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:10 smithi038 bash[19780]: cluster 2024-03-21T13:22:09.508052+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-21T13:22:10.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:10 smithi038 bash[19780]: cluster 2024-03-21T13:22:09.699413+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v210: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: cephadm 2024-03-21T13:22:11.519619+0000 mgr.y (mgr.14152) 222 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:22:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.531796+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.533740+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.535441+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.536959+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: cephadm 2024-03-21T13:22:11.538164+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 5757M 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.546796+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.554712+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: cluster 2024-03-21T13:22:11.700101+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.937865+0000 mgr.y (mgr.14152) 225 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.944699+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.951069+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[14284]: audit 2024-03-21T13:22:11.952888+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:12.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: cephadm 2024-03-21T13:22:11.519619+0000 mgr.y (mgr.14152) 222 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.531796+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.533740+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.535441+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.536959+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: cephadm 2024-03-21T13:22:11.538164+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 5757M 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.546796+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.554712+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: cluster 2024-03-21T13:22:11.700101+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.937865+0000 mgr.y (mgr.14152) 225 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.944699+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.951069+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:12.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:12 smithi038 bash[19780]: audit 2024-03-21T13:22:11.952888+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: cephadm 2024-03-21T13:22:11.519619+0000 mgr.y (mgr.14152) 222 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.531796+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.533740+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.535441+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.536959+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: cephadm 2024-03-21T13:22:11.538164+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 5757M 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.546796+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.554712+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: cluster 2024-03-21T13:22:11.700101+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.937865+0000 mgr.y (mgr.14152) 225 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.944699+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.951069+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:12 smithi192 bash[14483]: audit 2024-03-21T13:22:11.952888+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:15.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:14 smithi038 bash[14284]: cluster 2024-03-21T13:22:13.700781+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-03-21T13:22:15.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:14 smithi038 bash[19780]: cluster 2024-03-21T13:22:13.700781+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-03-21T13:22:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:14 smithi192 bash[14483]: cluster 2024-03-21T13:22:13.700781+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-03-21T13:22:17.134 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:16 smithi192 bash[14483]: cluster 2024-03-21T13:22:15.701431+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T13:22:17.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:16 smithi038 bash[14284]: cluster 2024-03-21T13:22:15.701431+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T13:22:17.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:16 smithi038 bash[19780]: cluster 2024-03-21T13:22:15.701431+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[14284]: audit 2024-03-21T13:22:17.974307+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.192:0/355990289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]: dispatch 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[14284]: audit 2024-03-21T13:22:17.976189+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]: dispatch 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[14284]: audit 2024-03-21T13:22:17.987949+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]': finished 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[14284]: cluster 2024-03-21T13:22:17.988246+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[14284]: audit 2024-03-21T13:22:17.988532+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[19780]: audit 2024-03-21T13:22:17.974307+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.192:0/355990289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]: dispatch 2024-03-21T13:22:18.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[19780]: audit 2024-03-21T13:22:17.976189+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]: dispatch 2024-03-21T13:22:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[19780]: audit 2024-03-21T13:22:17.987949+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]': finished 2024-03-21T13:22:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[19780]: cluster 2024-03-21T13:22:17.988246+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-21T13:22:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:18 smithi038 bash[19780]: audit 2024-03-21T13:22:17.988532+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:18 smithi192 bash[14483]: audit 2024-03-21T13:22:17.974307+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.192:0/355990289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]: dispatch 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:18 smithi192 bash[14483]: audit 2024-03-21T13:22:17.976189+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]: dispatch 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:18 smithi192 bash[14483]: audit 2024-03-21T13:22:17.987949+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4988e74-c75f-410e-aadb-f0d832d56994"}]': finished 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:18 smithi192 bash[14483]: cluster 2024-03-21T13:22:17.988246+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:18 smithi192 bash[14483]: audit 2024-03-21T13:22:17.988532+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:19 smithi038 bash[14284]: cluster 2024-03-21T13:22:17.702091+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-03-21T13:22:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:19 smithi038 bash[14284]: audit 2024-03-21T13:22:18.729647+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.192:0/85552860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:19 smithi038 bash[19780]: cluster 2024-03-21T13:22:17.702091+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-03-21T13:22:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:19 smithi038 bash[19780]: audit 2024-03-21T13:22:18.729647+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.192:0/85552860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:19 smithi192 bash[14483]: cluster 2024-03-21T13:22:17.702091+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-03-21T13:22:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:19 smithi192 bash[14483]: audit 2024-03-21T13:22:18.729647+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.192:0/85552860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:21 smithi192 bash[14483]: cluster 2024-03-21T13:22:19.702698+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T13:22:21.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:21 smithi038 bash[14284]: cluster 2024-03-21T13:22:19.702698+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T13:22:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:21 smithi038 bash[19780]: cluster 2024-03-21T13:22:19.702698+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T13:22:23.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:23 smithi038 bash[14284]: cluster 2024-03-21T13:22:21.703294+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:23.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:23 smithi038 bash[19780]: cluster 2024-03-21T13:22:21.703294+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:23 smithi192 bash[14483]: cluster 2024-03-21T13:22:21.703294+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:24.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:24 smithi192 bash[14483]: cluster 2024-03-21T13:22:23.703887+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:24.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:24 smithi038 bash[14284]: cluster 2024-03-21T13:22:23.703887+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:24 smithi038 bash[19780]: cluster 2024-03-21T13:22:23.703887+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:26 smithi038 bash[14284]: cluster 2024-03-21T13:22:25.704481+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:27.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:26 smithi038 bash[19780]: cluster 2024-03-21T13:22:25.704481+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:26 smithi192 bash[14483]: cluster 2024-03-21T13:22:25.704481+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:28.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:28 smithi038 bash[19780]: audit 2024-03-21T13:22:28.277675+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:22:28.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:28 smithi038 bash[19780]: audit 2024-03-21T13:22:28.279474+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:28 smithi038 bash[14284]: audit 2024-03-21T13:22:28.277675+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:22:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:28 smithi038 bash[14284]: audit 2024-03-21T13:22:28.279474+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:28.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:28 smithi192 bash[14483]: audit 2024-03-21T13:22:28.277675+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:22:28.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:28 smithi192 bash[14483]: audit 2024-03-21T13:22:28.279474+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:29.604 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:29 smithi192 bash[14483]: cluster 2024-03-21T13:22:27.705096+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:29.604 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:29 smithi192 bash[14483]: cephadm 2024-03-21T13:22:28.280776+0000 mgr.y (mgr.14152) 234 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-03-21T13:22:29.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:29 smithi038 bash[14284]: cluster 2024-03-21T13:22:27.705096+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:29.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:29 smithi038 bash[14284]: cephadm 2024-03-21T13:22:28.280776+0000 mgr.y (mgr.14152) 234 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-03-21T13:22:29.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:29 smithi038 bash[19780]: cluster 2024-03-21T13:22:27.705096+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:29.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:29 smithi038 bash[19780]: cephadm 2024-03-21T13:22:28.280776+0000 mgr.y (mgr.14152) 234 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-03-21T13:22:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:30 smithi192 bash[14483]: cluster 2024-03-21T13:22:29.705698+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:30.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:30 smithi038 bash[14284]: cluster 2024-03-21T13:22:29.705698+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:30.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:30 smithi038 bash[19780]: cluster 2024-03-21T13:22:29.705698+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:32.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:31 smithi038 bash[14284]: audit 2024-03-21T13:22:31.701058+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:22:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:31 smithi038 bash[14284]: audit 2024-03-21T13:22:31.703782+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:22:32.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:31 smithi038 bash[19780]: audit 2024-03-21T13:22:31.701058+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:22:32.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:31 smithi038 bash[19780]: audit 2024-03-21T13:22:31.703782+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:22:32.178 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:31 smithi192 bash[14483]: audit 2024-03-21T13:22:31.701058+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:22:32.178 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:31 smithi192 bash[14483]: audit 2024-03-21T13:22:31.703782+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:22:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:33 smithi192 bash[14483]: cluster 2024-03-21T13:22:31.706135+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:33 smithi192 bash[14483]: audit 2024-03-21T13:22:32.227706+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:33 smithi192 bash[14483]: audit 2024-03-21T13:22:32.228621+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:33 smithi192 bash[14483]: audit 2024-03-21T13:22:32.231562+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:33 smithi192 bash[14483]: audit 2024-03-21T13:22:32.233460+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[14284]: cluster 2024-03-21T13:22:31.706135+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[14284]: audit 2024-03-21T13:22:32.227706+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[14284]: audit 2024-03-21T13:22:32.228621+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[14284]: audit 2024-03-21T13:22:32.231562+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[14284]: audit 2024-03-21T13:22:32.233460+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[19780]: cluster 2024-03-21T13:22:31.706135+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[19780]: audit 2024-03-21T13:22:32.227706+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[19780]: audit 2024-03-21T13:22:32.228621+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[19780]: audit 2024-03-21T13:22:32.231562+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:33 smithi038 bash[19780]: audit 2024-03-21T13:22:32.233460+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:35 smithi192 bash[14483]: cluster 2024-03-21T13:22:33.706769+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:35.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:35 smithi038 bash[14284]: cluster 2024-03-21T13:22:33.706769+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:35.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:35 smithi038 bash[19780]: cluster 2024-03-21T13:22:33.706769+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:37 smithi192 bash[14483]: cluster 2024-03-21T13:22:35.707436+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:37 smithi192 bash[14483]: audit 2024-03-21T13:22:36.152344+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:37 smithi192 bash[14483]: audit 2024-03-21T13:22:36.165116+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:37.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:37 smithi038 bash[19780]: cluster 2024-03-21T13:22:35.707436+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:37.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:37 smithi038 bash[19780]: audit 2024-03-21T13:22:36.152344+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:37.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:37 smithi038 bash[19780]: audit 2024-03-21T13:22:36.165116+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:37.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:37 smithi038 bash[14284]: cluster 2024-03-21T13:22:35.707436+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:37.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:37 smithi038 bash[14284]: audit 2024-03-21T13:22:36.152344+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:37.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:37 smithi038 bash[14284]: audit 2024-03-21T13:22:36.165116+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:39.230 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 7 on host 'smithi192' 2024-03-21T13:22:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:39 smithi192 bash[14483]: cluster 2024-03-21T13:22:37.707988+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:39 smithi192 bash[14483]: audit 2024-03-21T13:22:39.229058+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:39 smithi192 bash[14483]: audit 2024-03-21T13:22:39.243384+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:39 smithi192 bash[14483]: audit 2024-03-21T13:22:39.246233+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:39 smithi192 bash[14483]: audit 2024-03-21T13:22:39.248067+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[14284]: cluster 2024-03-21T13:22:37.707988+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[14284]: audit 2024-03-21T13:22:39.229058+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[14284]: audit 2024-03-21T13:22:39.243384+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[14284]: audit 2024-03-21T13:22:39.246233+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[14284]: audit 2024-03-21T13:22:39.248067+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:39.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[19780]: cluster 2024-03-21T13:22:37.707988+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[19780]: audit 2024-03-21T13:22:39.229058+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[19780]: audit 2024-03-21T13:22:39.243384+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[19780]: audit 2024-03-21T13:22:39.246233+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:39 smithi038 bash[19780]: audit 2024-03-21T13:22:39.248067+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:39.864 DEBUG:teuthology.orchestra.run.smithi192:osd.7> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.7.service 2024-03-21T13:22:39.867 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-21T13:22:39.867 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:22:40.080 INFO:journalctl@ceph.osd.7.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:22:40.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:40 smithi038 bash[14284]: audit 2024-03-21T13:22:39.626608+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:22:40.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:40 smithi038 bash[14284]: audit 2024-03-21T13:22:39.628816+0000 mon.a (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:22:40.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:40 smithi038 bash[19780]: audit 2024-03-21T13:22:39.626608+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:22:40.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:40 smithi038 bash[19780]: audit 2024-03-21T13:22:39.628816+0000 mon.a (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:22:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:40 smithi192 bash[14483]: audit 2024-03-21T13:22:39.626608+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:22:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:40 smithi192 bash[14483]: audit 2024-03-21T13:22:39.628816+0000 mon.a (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:22:41.628 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[19780]: cluster 2024-03-21T13:22:39.708596+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[19780]: audit 2024-03-21T13:22:40.404499+0000 mon.a (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[19780]: cluster 2024-03-21T13:22:40.404605+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[19780]: audit 2024-03-21T13:22:40.404758+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[19780]: audit 2024-03-21T13:22:40.405069+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[19780]: audit 2024-03-21T13:22:40.407186+0000 mon.a (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[14284]: cluster 2024-03-21T13:22:39.708596+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[14284]: audit 2024-03-21T13:22:40.404499+0000 mon.a (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[14284]: cluster 2024-03-21T13:22:40.404605+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[14284]: audit 2024-03-21T13:22:40.404758+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:41.629 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[14284]: audit 2024-03-21T13:22:40.405069+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:41.630 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:41 smithi038 bash[14284]: audit 2024-03-21T13:22:40.407186+0000 mon.a (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[14483]: cluster 2024-03-21T13:22:39.708596+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[14483]: audit 2024-03-21T13:22:40.404499+0000 mon.a (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[14483]: cluster 2024-03-21T13:22:40.404605+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-21T13:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[14483]: audit 2024-03-21T13:22:40.404758+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[14483]: audit 2024-03-21T13:22:40.405069+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[14483]: audit 2024-03-21T13:22:40.407186+0000 mon.a (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:22:41.712 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[26945]: debug 2024-03-21T13:22:41.418+0000 7f3eb36d5700 -1 osd.7 0 waiting for initial osdmap 2024-03-21T13:22:41.712 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:22:41 smithi192 bash[26945]: debug 2024-03-21T13:22:41.430+0000 7f3eaf86f700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: audit 2024-03-21T13:22:41.409065+0000 mon.a (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: cluster 2024-03-21T13:22:41.409259+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: audit 2024-03-21T13:22:41.410127+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: audit 2024-03-21T13:22:41.420447+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: cluster 2024-03-21T13:22:41.709179+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: cluster 2024-03-21T13:22:42.383787+0000 mon.a (mon.0) 564 : cluster [INF] osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422] boot 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: cluster 2024-03-21T13:22:42.383865+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-21T13:22:42.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[14284]: audit 2024-03-21T13:22:42.384597+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: audit 2024-03-21T13:22:41.409065+0000 mon.a (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: cluster 2024-03-21T13:22:41.409259+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: audit 2024-03-21T13:22:41.410127+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: audit 2024-03-21T13:22:41.420447+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: cluster 2024-03-21T13:22:41.709179+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: cluster 2024-03-21T13:22:42.383787+0000 mon.a (mon.0) 564 : cluster [INF] osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422] boot 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: cluster 2024-03-21T13:22:42.383865+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-21T13:22:42.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:42 smithi038 bash[19780]: audit 2024-03-21T13:22:42.384597+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: audit 2024-03-21T13:22:41.409065+0000 mon.a (mon.0) 560 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: cluster 2024-03-21T13:22:41.409259+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: audit 2024-03-21T13:22:41.410127+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: audit 2024-03-21T13:22:41.420447+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: cluster 2024-03-21T13:22:41.709179+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: cluster 2024-03-21T13:22:42.383787+0000 mon.a (mon.0) 564 : cluster [INF] osd.7 [v2:172.21.15.192:6824/3662764422,v1:172.21.15.192:6825/3662764422] boot 2024-03-21T13:22:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: cluster 2024-03-21T13:22:42.383865+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-21T13:22:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:42 smithi192 bash[14483]: audit 2024-03-21T13:22:42.384597+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:22:43.307 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:22:43.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[14284]: cluster 2024-03-21T13:22:40.646357+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[14284]: cluster 2024-03-21T13:22:40.646596+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[14284]: audit 2024-03-21T13:22:43.307245+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.38:0/3459444688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[14284]: cluster 2024-03-21T13:22:43.397921+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[19780]: cluster 2024-03-21T13:22:40.646357+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[19780]: cluster 2024-03-21T13:22:40.646596+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[19780]: audit 2024-03-21T13:22:43.307245+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.38:0/3459444688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:43.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:43 smithi038 bash[19780]: cluster 2024-03-21T13:22:43.397921+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-21T13:22:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:43 smithi192 bash[14483]: cluster 2024-03-21T13:22:40.646357+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:22:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:43 smithi192 bash[14483]: cluster 2024-03-21T13:22:40.646596+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:22:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:43 smithi192 bash[14483]: audit 2024-03-21T13:22:43.307245+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.38:0/3459444688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:43 smithi192 bash[14483]: cluster 2024-03-21T13:22:43.397921+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-21T13:22:44.040 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1711027362,"num_in_osds":8,"osd_in_since":1711027337,"num_remapped_pgs":1} 2024-03-21T13:22:44.041 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:22:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:45 smithi192 bash[14483]: cluster 2024-03-21T13:22:43.709706+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:45 smithi192 bash[14483]: cluster 2024-03-21T13:22:44.400254+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-21T13:22:45.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:45 smithi038 bash[14284]: cluster 2024-03-21T13:22:43.709706+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:45 smithi038 bash[14284]: cluster 2024-03-21T13:22:44.400254+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-21T13:22:45.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:45 smithi038 bash[19780]: cluster 2024-03-21T13:22:43.709706+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:45.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:45 smithi038 bash[19780]: cluster 2024-03-21T13:22:44.400254+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: cluster 2024-03-21T13:22:45.405753+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: cluster 2024-03-21T13:22:45.710406+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v235: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: cephadm 2024-03-21T13:22:46.311719+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.331151+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.333610+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.335613+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.337544+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.339498+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: cephadm 2024-03-21T13:22:46.340950+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 4317M 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.349953+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:46 smithi192 bash[14483]: audit 2024-03-21T13:22:46.357132+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.764 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: cluster 2024-03-21T13:22:45.405753+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: cluster 2024-03-21T13:22:45.710406+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v235: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: cephadm 2024-03-21T13:22:46.311719+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.331151+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.333610+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.335613+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.337544+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.339498+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: cephadm 2024-03-21T13:22:46.340950+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 4317M 2024-03-21T13:22:46.795 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.349953+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[14284]: audit 2024-03-21T13:22:46.357132+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: cluster 2024-03-21T13:22:45.405753+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: cluster 2024-03-21T13:22:45.710406+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v235: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: cephadm 2024-03-21T13:22:46.311719+0000 mgr.y (mgr.14152) 244 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.331151+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.333610+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.335613+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.337544+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.339498+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:22:46.796 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: cephadm 2024-03-21T13:22:46.340950+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 4317M 2024-03-21T13:22:46.797 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.349953+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:46.797 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:46 smithi038 bash[19780]: audit 2024-03-21T13:22:46.357132+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:22:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:47 smithi192 bash[14483]: cluster 2024-03-21T13:22:46.427253+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-21T13:22:47.715 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:47 smithi038 bash[14284]: cluster 2024-03-21T13:22:46.427253+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-21T13:22:47.715 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:47 smithi038 bash[19780]: cluster 2024-03-21T13:22:46.427253+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-21T13:22:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:48 smithi192 bash[14483]: cluster 2024-03-21T13:22:47.711134+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-03-21T13:22:48.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:48 smithi038 bash[14284]: cluster 2024-03-21T13:22:47.711134+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-03-21T13:22:48.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:48 smithi038 bash[19780]: cluster 2024-03-21T13:22:47.711134+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-03-21T13:22:49.819 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:22:49.819 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":59,"fsid":"f13f7fc0-e784-11ee-95cd-87774f69a715","created":"2024-03-21T13:15:25.596152+0000","modified":"2024-03-21T13:22:46.410952+0000","last_up_change":"2024-03-21T13:22:42.373397+0000","last_in_change":"2024-03-21T13:22:17.977778+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:19:40.215699+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":"3832bcde-0b9f-4891-9cb4-af0bd58d06d5","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.38:6802","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6803","nonce":1830163572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6805","nonce":1830163572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6809","nonce":1830163572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6807","nonce":1830163572}]},"public_addr":"172.21.15.38:6803/1830163572","cluster_addr":"172.21.15.38:6805/1830163572","heartbeat_back_addr":"172.21.15.38:6809/1830163572","heartbeat_front_addr":"172.21.15.38:6807/1830163572","state":["exists","up"]},{"osd":1,"uuid":"e4fb94b9-37ae-4032-b388-473ea7c6a5d7","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.38:6810","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6811","nonce":3945573321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6813","nonce":3945573321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6817","nonce":3945573321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6815","nonce":3945573321}]},"public_addr":"172.21.15.38:6811/3945573321","cluster_addr":"172.21.15.38:6813/3945573321","heartbeat_back_addr":"172.21.15.38:6817/3945573321","heartbeat_front_addr":"172.21.15.38:6815/3945573321","state":["exists","up"]},{"osd":2,"uuid":"0fde30e7-9458-4512-93b5-532a5ce8f04c","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.38:6818","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6819","nonce":1215787835}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6821","nonce":1215787835}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6825","nonce":1215787835}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6823","nonce":1215787835}]},"public_addr":"172.21.15.38:6819/1215787835","cluster_addr":"172.21.15.38:6821/1215787835","heartbeat_back_addr":"172.21.15.38:6825/1215787835","heartbeat_front_addr":"172.21.15.38:6823/1215787835","state":["exists","up"]},{"osd":3,"uuid":"63eeab09-ba55-4c38-8023-baedfb3dc666","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.38:6826","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6827","nonce":2084911981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6829","nonce":2084911981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6833","nonce":2084911981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6831","nonce":2084911981}]},"public_addr":"172.21.15.38:6827/2084911981","cluster_addr":"172.21.15.38:6829/2084911981","heartbeat_back_addr":"172.21.15.38:6833/2084911981","heartbeat_front_addr":"172.21.15.38:6831/2084911981","state":["exists","up"]},{"osd":4,"uuid":"2a8449e6-5185-48cf-95df-ffef7094602e","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.192:6800","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6801","nonce":729111641}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6803","nonce":729111641}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6807","nonce":729111641}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6805","nonce":729111641}]},"public_addr":"172.21.15.192:6801/729111641","cluster_addr":"172.21.15.192:6803/729111641","heartbeat_back_addr":"172.21.15.192:6807/729111641","heartbeat_front_addr":"172.21.15.192:6805/729111641","state":["exists","up"]},{"osd":5,"uuid":"32dffd09-187e-4812-a004-32d6cc4c9135","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.192:6808","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6809","nonce":3512240232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6811","nonce":3512240232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6815","nonce":3512240232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6813","nonce":3512240232}]},"public_addr":"172.21.15.192:6809/3512240232","cluster_addr":"172.21.15.192:6811/3512240232","heartbeat_back_addr":"172.21.15.192:6815/3512240232","heartbeat_front_addr":"172.21.15.192:6813/3512240232","state":["exists","up"]},{"osd":6,"uuid":"928eeb68-f285-4917-a25d-8676165d6b5d","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.192:6816","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6817","nonce":1186978931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6819","nonce":1186978931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6823","nonce":1186978931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6821","nonce":1186978931}]},"public_addr":"172.21.15.192:6817/1186978931","cluster_addr":"172.21.15.192:6819/1186978931","heartbeat_back_addr":"172.21.15.192:6823/1186978931","heartbeat_front_addr":"172.21.15.192:6821/1186978931","state":["exists","up"]},{"osd":7,"uuid":"f4988e74-c75f-410e-aadb-f0d832d56994","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.192:6824","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6825","nonce":3662764422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6827","nonce":3662764422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6831","nonce":3662764422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6829","nonce":3662764422}]},"public_addr":"172.21.15.192:6825/3662764422","cluster_addr":"172.21.15.192:6827/3662764422","heartbeat_back_addr":"172.21.15.192:6831/3662764422","heartbeat_front_addr":"172.21.15.192:6829/3662764422","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:18:17.557474+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:18:56.837647+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:36.098729+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:16.610291+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:50.410113+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:21:26.903875+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:22:03.397820+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:22:40.646605+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:0/540625617":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6801/2329766282":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6800/2329766282":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/1317380608":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/3255062991":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6800/4156347182":"2024-03-22T13:15:58.709202+0000","172.21.15.38:6801/4156347182":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/3176924287":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/1650391518":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/1212091891":"2024-03-22T13:15:58.709202+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:22:50.540 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T13:19:40.215699+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-03-21T13:22:50.541 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T13:22:50.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:50 smithi038 bash[14284]: cluster 2024-03-21T13:22:49.711561+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T13:22:50.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:50 smithi038 bash[14284]: audit 2024-03-21T13:22:49.817264+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/1986689856' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:22:50.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:50 smithi038 bash[19780]: cluster 2024-03-21T13:22:49.711561+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T13:22:50.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:50 smithi038 bash[19780]: audit 2024-03-21T13:22:49.817264+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/1986689856' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:22:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:50 smithi192 bash[14483]: cluster 2024-03-21T13:22:49.711561+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T13:22:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:50 smithi192 bash[14483]: audit 2024-03-21T13:22:49.817264+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/1986689856' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:22:53.269 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:22:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:53 smithi038 bash[19780]: cluster 2024-03-21T13:22:51.712110+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:22:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:53 smithi038 bash[14284]: cluster 2024-03-21T13:22:51.712110+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:22:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:53 smithi192 bash[14483]: cluster 2024-03-21T13:22:51.712110+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T13:22:54.618 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:54 smithi038 bash[14284]: cluster 2024-03-21T13:22:53.712694+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:54.618 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:54 smithi038 bash[19780]: cluster 2024-03-21T13:22:53.712694+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:54 smithi192 bash[14483]: cluster 2024-03-21T13:22:53.712694+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:56.226 INFO:teuthology.orchestra.run.smithi038.stdout:pg_num: 1 2024-03-21T13:22:56.971 INFO:tasks.cephadm:Adding prometheus.a on smithi192 2024-03-21T13:22:56.972 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch apply prometheus '1;smithi192=a' 2024-03-21T13:22:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:56 smithi038 bash[14284]: cluster 2024-03-21T13:22:55.713317+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:56 smithi038 bash[14284]: audit 2024-03-21T13:22:56.225836+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3253130600' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:22:57.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:56 smithi038 bash[19780]: cluster 2024-03-21T13:22:55.713317+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:57.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:56 smithi038 bash[19780]: audit 2024-03-21T13:22:56.225836+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3253130600' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:22:57.161 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:56 smithi192 bash[14483]: cluster 2024-03-21T13:22:55.713317+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:57.162 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:56 smithi192 bash[14483]: audit 2024-03-21T13:22:56.225836+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3253130600' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:22:59.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:22:59 smithi038 bash[19780]: cluster 2024-03-21T13:22:57.713960+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:22:59 smithi038 bash[14284]: cluster 2024-03-21T13:22:57.713960+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:59.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:22:59 smithi192 bash[14483]: cluster 2024-03-21T13:22:57.713960+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:22:59.957 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled prometheus update... 2024-03-21T13:23:00.645 DEBUG:teuthology.orchestra.run.smithi192:prometheus.a> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a.service 2024-03-21T13:23:00.647 INFO:tasks.cephadm:Adding node-exporter.a on smithi038 2024-03-21T13:23:00.647 INFO:tasks.cephadm:Adding node-exporter.b on smithi192 2024-03-21T13:23:00.648 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch apply node-exporter '2;smithi038=a;smithi192=b' 2024-03-21T13:23:00.753 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: cluster 2024-03-21T13:22:59.714600+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:22:59.941949+0000 mgr.y (mgr.14152) 253 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: cephadm 2024-03-21T13:22:59.945355+0000 mgr.y (mgr.14152) 254 : cephadm [INF] Saving service prometheus spec with placement smithi192=a;count:1 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:22:59.956855+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:22:59.958781+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:22:59.961561+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:22:59.963085+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:23:00.249771+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:23:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:00 smithi192 bash[14483]: audit 2024-03-21T13:23:00.260148+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: cluster 2024-03-21T13:22:59.714600+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:22:59.941949+0000 mgr.y (mgr.14152) 253 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: cephadm 2024-03-21T13:22:59.945355+0000 mgr.y (mgr.14152) 254 : cephadm [INF] Saving service prometheus spec with placement smithi192=a;count:1 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:22:59.956855+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:22:59.958781+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:22:59.961561+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:22:59.963085+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:23:00.249771+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:23:01.285 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[14284]: audit 2024-03-21T13:23:00.260148+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: cluster 2024-03-21T13:22:59.714600+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:22:59.941949+0000 mgr.y (mgr.14152) 253 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: cephadm 2024-03-21T13:22:59.945355+0000 mgr.y (mgr.14152) 254 : cephadm [INF] Saving service prometheus spec with placement smithi192=a;count:1 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:22:59.956855+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:22:59.958781+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:22:59.961561+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:22:59.963085+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:23:00.249771+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' 2024-03-21T13:23:01.286 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:00 smithi038 bash[19780]: audit 2024-03-21T13:23:00.260148+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:23:01.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:01 smithi038 bash[14566]: ignoring --setuser ceph since I am not root 2024-03-21T13:23:01.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:01 smithi038 bash[14566]: ignoring --setgroup ceph since I am not root 2024-03-21T13:23:01.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:01 smithi038 bash[14566]: debug 2024-03-21T13:23:01.304+0000 7f3f71ea8700 1 -- 172.21.15.38:0/1969995091 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55be4b4f8340 con 0x55be4c274400 2024-03-21T13:23:01.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:01 smithi038 bash[14566]: debug 2024-03-21T13:23:01.464+0000 7f3f7a904000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:23:01.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:01 smithi192 bash[15246]: ignoring --setuser ceph since I am not root 2024-03-21T13:23:01.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:01 smithi192 bash[15246]: ignoring --setgroup ceph since I am not root 2024-03-21T13:23:01.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:01 smithi192 bash[15246]: debug 2024-03-21T13:23:01.301+0000 7fd1f480d700 1 -- 172.21.15.192:0/2831360849 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5652b1f46340 con 0x5652b2cc2400 2024-03-21T13:23:01.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:01 smithi192 bash[15246]: debug 2024-03-21T13:23:01.461+0000 7fd1fd269000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:23:02.422 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[15246]: debug 2024-03-21T13:23:02.137+0000 7fd1fd269000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:23:02.422 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[15246]: debug 2024-03-21T13:23:02.257+0000 7fd1fd269000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:23:02.423 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[14483]: audit 2024-03-21T13:23:01.260998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:23:02.423 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[14483]: cluster 2024-03-21T13:23:01.261180+0000 mon.a (mon.0) 586 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-21T13:23:02.455 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14566]: debug 2024-03-21T13:23:02.156+0000 7f3f7a904000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:23:02.455 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14566]: debug 2024-03-21T13:23:02.284+0000 7f3f7a904000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:23:02.455 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14284]: audit 2024-03-21T13:23:01.260998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:23:02.455 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14284]: cluster 2024-03-21T13:23:01.261180+0000 mon.a (mon.0) 586 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-21T13:23:02.455 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[19780]: audit 2024-03-21T13:23:01.260998+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.38:0/302538043' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:23:02.455 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[19780]: cluster 2024-03-21T13:23:01.261180+0000 mon.a (mon.0) 586 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-21T13:23:02.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[15246]: debug 2024-03-21T13:23:02.417+0000 7fd1fd269000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:23:02.793 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14566]: debug 2024-03-21T13:23:02.448+0000 7f3f7a904000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:23:02.846 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[15246]: debug 2024-03-21T13:23:02.749+0000 7fd1fd269000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:23:03.047 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:02 smithi192 bash[15246]: debug 2024-03-21T13:23:02.841+0000 7fd1fd269000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:23:03.098 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14566]: debug 2024-03-21T13:23:02.788+0000 7f3f7a904000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:23:03.098 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:02 smithi038 bash[14566]: debug 2024-03-21T13:23:02.884+0000 7f3f7a904000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:23:03.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:03 smithi038 bash[14566]: debug 2024-03-21T13:23:03.092+0000 7f3f7a904000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:23:03.425 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:03 smithi192 bash[15246]: debug 2024-03-21T13:23:03.041+0000 7fd1fd269000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:23:04.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:03 smithi192 bash[15246]: debug 2024-03-21T13:23:03.929+0000 7fd1fd269000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:23:04.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:04 smithi192 bash[15246]: debug 2024-03-21T13:23:04.045+0000 7fd1fd269000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:23:04.299 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:03 smithi038 bash[14566]: debug 2024-03-21T13:23:03.976+0000 7f3f7a904000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:23:04.299 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:04 smithi038 bash[14566]: debug 2024-03-21T13:23:04.084+0000 7f3f7a904000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:23:04.614 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:04 smithi192 bash[15246]: debug 2024-03-21T13:23:04.269+0000 7fd1fd269000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:23:04.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:04 smithi038 bash[14566]: debug 2024-03-21T13:23:04.292+0000 7f3f7a904000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:23:04.940 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:04 smithi192 bash[15246]: debug 2024-03-21T13:23:04.609+0000 7fd1fd269000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:23:04.998 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:04 smithi038 bash[14566]: debug 2024-03-21T13:23:04.656+0000 7f3f7a904000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:23:05.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:04 smithi192 bash[15246]: debug 2024-03-21T13:23:04.937+0000 7fd1fd269000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:23:05.384 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:04 smithi038 bash[14566]: debug 2024-03-21T13:23:04.992+0000 7f3f7a904000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:23:05.570 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:05 smithi192 bash[15246]: debug 2024-03-21T13:23:05.301+0000 7fd1fd269000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:23:05.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:05 smithi038 bash[14566]: debug 2024-03-21T13:23:05.380+0000 7f3f7a904000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:23:05.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:05 smithi192 bash[15246]: debug 2024-03-21T13:23:05.565+0000 7fd1fd269000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:23:06.153 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:05 smithi038 bash[14566]: debug 2024-03-21T13:23:05.656+0000 7f3f7a904000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:23:06.499 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:06 smithi192 bash[15246]: debug 2024-03-21T13:23:06.237+0000 7fd1fd269000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:23:06.499 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:06 smithi192 bash[15246]: debug 2024-03-21T13:23:06.341+0000 7fd1fd269000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:23:06.643 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:06 smithi038 bash[14566]: debug 2024-03-21T13:23:06.364+0000 7f3f7a904000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:23:06.643 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:06 smithi038 bash[14566]: debug 2024-03-21T13:23:06.472+0000 7f3f7a904000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:23:06.898 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:06 smithi038 bash[14566]: debug 2024-03-21T13:23:06.636+0000 7f3f7a904000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:23:06.898 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:06 smithi038 bash[14566]: debug 2024-03-21T13:23:06.748+0000 7f3f7a904000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:23:06.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:06 smithi192 bash[15246]: debug 2024-03-21T13:23:06.493+0000 7fd1fd269000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:23:06.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:06 smithi192 bash[15246]: debug 2024-03-21T13:23:06.601+0000 7fd1fd269000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:23:06.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:06 smithi192 bash[15246]: debug 2024-03-21T13:23:06.737+0000 7fd1fd269000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:23:07.153 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:06 smithi038 bash[14566]: debug 2024-03-21T13:23:06.892+0000 7f3f7a904000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:23:07.332 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:07 smithi192 bash[15246]: debug 2024-03-21T13:23:07.029+0000 7fd1fd269000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:23:07.332 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:07 smithi192 bash[15246]: debug 2024-03-21T13:23:07.145+0000 7fd1fd269000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:23:07.509 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:07 smithi038 bash[14566]: debug 2024-03-21T13:23:07.192+0000 7f3f7a904000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:23:07.509 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:07 smithi038 bash[14566]: debug 2024-03-21T13:23:07.316+0000 7f3f7a904000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:23:07.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:07 smithi192 bash[15246]: debug 2024-03-21T13:23:07.329+0000 7fd1fd269000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:23:07.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:07 smithi192 bash[15246]: debug 2024-03-21T13:23:07.445+0000 7fd1fd269000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:23:07.903 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:07 smithi038 bash[14566]: debug 2024-03-21T13:23:07.504+0000 7f3f7a904000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:23:07.903 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:07 smithi038 bash[14566]: debug 2024-03-21T13:23:07.628+0000 7f3f7a904000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:23:08.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14566]: debug 2024-03-21T13:23:08.520+0000 7f3f7a904000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14284]: cluster 2024-03-21T13:23:08.311153+0000 mon.a (mon.0) 587 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14284]: cluster 2024-03-21T13:23:08.311376+0000 mon.a (mon.0) 588 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14284]: audit 2024-03-21T13:23:08.314864+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14284]: audit 2024-03-21T13:23:08.316022+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14284]: audit 2024-03-21T13:23:08.320221+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[14284]: audit 2024-03-21T13:23:08.322809+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[19780]: cluster 2024-03-21T13:23:08.311153+0000 mon.a (mon.0) 587 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:23:08.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[19780]: cluster 2024-03-21T13:23:08.311376+0000 mon.a (mon.0) 588 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:23:08.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[19780]: audit 2024-03-21T13:23:08.314864+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:23:08.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[19780]: audit 2024-03-21T13:23:08.316022+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:23:08.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[19780]: audit 2024-03-21T13:23:08.320221+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:23:08.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:08 smithi038 bash[19780]: audit 2024-03-21T13:23:08.322809+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[15246]: debug 2024-03-21T13:23:08.285+0000 7fd1fd269000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[15246]: [21/Mar/2024:13:23:08] ENGINE Bus STARTING 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[15246]: CherryPy Checker: 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[15246]: The Application mounted at '' has an empty config. 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[15246]: [21/Mar/2024:13:23:08] ENGINE Serving on http://:::9283 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[15246]: [21/Mar/2024:13:23:08] ENGINE Bus STARTED 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[14483]: cluster 2024-03-21T13:23:08.311153+0000 mon.a (mon.0) 587 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[14483]: cluster 2024-03-21T13:23:08.311376+0000 mon.a (mon.0) 588 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[14483]: audit 2024-03-21T13:23:08.314864+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[14483]: audit 2024-03-21T13:23:08.316022+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[14483]: audit 2024-03-21T13:23:08.320221+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:08 smithi192 bash[14483]: audit 2024-03-21T13:23:08.322809+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.192:0/4253248804' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:23:09.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14566]: [21/Mar/2024:13:23:09] ENGINE Bus STARTING 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14284]: cluster 2024-03-21T13:23:08.403678+0000 mon.a (mon.0) 589 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14284]: cluster 2024-03-21T13:23:08.546698+0000 mon.a (mon.0) 590 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14284]: cluster 2024-03-21T13:23:08.547910+0000 mon.a (mon.0) 591 : cluster [INF] Activating manager daemon y 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14284]: cluster 2024-03-21T13:23:08.555064+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[19780]: cluster 2024-03-21T13:23:08.403678+0000 mon.a (mon.0) 589 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[19780]: cluster 2024-03-21T13:23:08.546698+0000 mon.a (mon.0) 590 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[19780]: cluster 2024-03-21T13:23:08.547910+0000 mon.a (mon.0) 591 : cluster [INF] Activating manager daemon y 2024-03-21T13:23:09.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[19780]: cluster 2024-03-21T13:23:08.555064+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-21T13:23:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:09 smithi192 bash[14483]: cluster 2024-03-21T13:23:08.403678+0000 mon.a (mon.0) 589 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2024-03-21T13:23:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:09 smithi192 bash[14483]: cluster 2024-03-21T13:23:08.546698+0000 mon.a (mon.0) 590 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:23:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:09 smithi192 bash[14483]: cluster 2024-03-21T13:23:08.547910+0000 mon.a (mon.0) 591 : cluster [INF] Activating manager daemon y 2024-03-21T13:23:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:09 smithi192 bash[14483]: cluster 2024-03-21T13:23:08.555064+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-21T13:23:10.153 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14566]: CherryPy Checker: 2024-03-21T13:23:10.153 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14566]: The Application mounted at '' has an empty config. 2024-03-21T13:23:10.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14566]: [21/Mar/2024:13:23:09] ENGINE Serving on http://:::9283 2024-03-21T13:23:10.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14566]: [21/Mar/2024:13:23:09] ENGINE Bus STARTED 2024-03-21T13:23:10.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:09 smithi038 bash[14566]: [21/Mar/2024:13:23:09] ENGINE Bus STARTING 2024-03-21T13:23:10.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: cluster 2024-03-21T13:23:09.418351+0000 mon.a (mon.0) 593 : cluster [DBG] mgrmap e18: y(active, starting, since 0.870633s), standbys: x 2024-03-21T13:23:10.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.425461+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:10.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.425850+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:10.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.426184+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: cluster 2024-03-21T13:23:09.418351+0000 mon.a (mon.0) 593 : cluster [DBG] mgrmap e18: y(active, starting, since 0.870633s), standbys: x 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.425461+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.425850+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.426184+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.427891+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.428194+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.428546+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:10.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.428947+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.429305+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.429697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.430000+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.430313+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.430626+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.430954+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14566]: [21/Mar/2024:13:23:10] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:23:10.424 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14566]: [21/Mar/2024:13:23:10] ENGINE Bus STARTED 2024-03-21T13:23:10.454 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled node-exporter update... 2024-03-21T13:23:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: cluster 2024-03-21T13:23:09.418351+0000 mon.a (mon.0) 593 : cluster [DBG] mgrmap e18: y(active, starting, since 0.870633s), standbys: x 2024-03-21T13:23:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.425461+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:23:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.425850+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:23:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.426184+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:23:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.427891+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:23:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.428194+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.428546+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.428947+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.429305+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.429697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.430000+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.430313+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.430626+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.430954+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.431286+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.431539+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.432151+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: cluster 2024-03-21T13:23:09.443277+0000 mon.a (mon.0) 610 : cluster [INF] Manager daemon y is now available 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.484367+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.490626+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.494163+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.497403+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.521949+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.538772+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:09.801696+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: cephadm 2024-03-21T13:23:09.973498+0000 mgr.y (mgr.24361) 1 : cephadm [INF] [21/Mar/2024:13:23:09] ENGINE Bus STARTING 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: cephadm 2024-03-21T13:23:10.244970+0000 mgr.y (mgr.24361) 2 : cephadm [INF] [21/Mar/2024:13:23:10] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: cephadm 2024-03-21T13:23:10.245520+0000 mgr.y (mgr.24361) 3 : cephadm [INF] [21/Mar/2024:13:23:10] ENGINE Bus STARTED 2024-03-21T13:23:10.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:10 smithi192 bash[14483]: audit 2024-03-21T13:23:10.253591+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.431286+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.431539+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.432151+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: cluster 2024-03-21T13:23:09.443277+0000 mon.a (mon.0) 610 : cluster [INF] Manager daemon y is now available 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.484367+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.490626+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.494163+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.497403+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.521949+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.538772+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:09.801696+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: cephadm 2024-03-21T13:23:09.973498+0000 mgr.y (mgr.24361) 1 : cephadm [INF] [21/Mar/2024:13:23:09] ENGINE Bus STARTING 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: cephadm 2024-03-21T13:23:10.244970+0000 mgr.y (mgr.24361) 2 : cephadm [INF] [21/Mar/2024:13:23:10] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: cephadm 2024-03-21T13:23:10.245520+0000 mgr.y (mgr.24361) 3 : cephadm [INF] [21/Mar/2024:13:23:10] ENGINE Bus STARTED 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[14284]: audit 2024-03-21T13:23:10.253591+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.427891+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.428194+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:23:10.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.428546+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.428947+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.429305+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.429697+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.430000+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.430313+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.430626+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.430954+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.431286+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.431539+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.432151+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: cluster 2024-03-21T13:23:09.443277+0000 mon.a (mon.0) 610 : cluster [INF] Manager daemon y is now available 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.484367+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.490626+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.494163+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:10.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.497403+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.521949+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.538772+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:09.801696+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: cephadm 2024-03-21T13:23:09.973498+0000 mgr.y (mgr.24361) 1 : cephadm [INF] [21/Mar/2024:13:23:09] ENGINE Bus STARTING 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: cephadm 2024-03-21T13:23:10.244970+0000 mgr.y (mgr.24361) 2 : cephadm [INF] [21/Mar/2024:13:23:10] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: cephadm 2024-03-21T13:23:10.245520+0000 mgr.y (mgr.24361) 3 : cephadm [INF] [21/Mar/2024:13:23:10] ENGINE Bus STARTED 2024-03-21T13:23:10.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:10 smithi038 bash[19780]: audit 2024-03-21T13:23:10.253591+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:11.200 DEBUG:teuthology.orchestra.run.smithi038:node-exporter.a> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service 2024-03-21T13:23:11.203 DEBUG:teuthology.orchestra.run.smithi192:node-exporter.b> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service 2024-03-21T13:23:11.206 INFO:tasks.cephadm:Adding alertmanager.a on smithi038 2024-03-21T13:23:11.206 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch apply alertmanager '1;smithi038=a' 2024-03-21T13:23:11.351 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:23:11.390 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:23:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:11 smithi192 bash[14483]: cluster 2024-03-21T13:23:10.437865+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e19: y(active, since 1.89015s), standbys: x 2024-03-21T13:23:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:11 smithi192 bash[14483]: audit 2024-03-21T13:23:10.445819+0000 mgr.y (mgr.24361) 4 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi038=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:11 smithi192 bash[14483]: cephadm 2024-03-21T13:23:10.448431+0000 mgr.y (mgr.24361) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi038=a;smithi192=b;count:2 2024-03-21T13:23:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:11 smithi192 bash[14483]: cluster 2024-03-21T13:23:10.448995+0000 mgr.y (mgr.24361) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:11 smithi192 bash[14483]: audit 2024-03-21T13:23:10.453464+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[14284]: cluster 2024-03-21T13:23:10.437865+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e19: y(active, since 1.89015s), standbys: x 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[14284]: audit 2024-03-21T13:23:10.445819+0000 mgr.y (mgr.24361) 4 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi038=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[14284]: cephadm 2024-03-21T13:23:10.448431+0000 mgr.y (mgr.24361) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi038=a;smithi192=b;count:2 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[14284]: cluster 2024-03-21T13:23:10.448995+0000 mgr.y (mgr.24361) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[14284]: audit 2024-03-21T13:23:10.453464+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[19780]: cluster 2024-03-21T13:23:10.437865+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e19: y(active, since 1.89015s), standbys: x 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[19780]: audit 2024-03-21T13:23:10.445819+0000 mgr.y (mgr.24361) 4 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi038=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[19780]: cephadm 2024-03-21T13:23:10.448431+0000 mgr.y (mgr.24361) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi038=a;smithi192=b;count:2 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[19780]: cluster 2024-03-21T13:23:10.448995+0000 mgr.y (mgr.24361) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:11.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:11 smithi038 bash[19780]: audit 2024-03-21T13:23:10.453464+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:12.568 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:12 smithi192 bash[14483]: cluster 2024-03-21T13:23:11.429727+0000 mgr.y (mgr.24361) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:12.568 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:12 smithi192 bash[14483]: cluster 2024-03-21T13:23:11.459943+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2024-03-21T13:23:12.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:12 smithi038 bash[14284]: cluster 2024-03-21T13:23:11.429727+0000 mgr.y (mgr.24361) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:12 smithi038 bash[14284]: cluster 2024-03-21T13:23:11.459943+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2024-03-21T13:23:12.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:12 smithi038 bash[19780]: cluster 2024-03-21T13:23:11.429727+0000 mgr.y (mgr.24361) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:12.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:12 smithi038 bash[19780]: cluster 2024-03-21T13:23:11.459943+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2024-03-21T13:23:14.247 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled alertmanager update... 2024-03-21T13:23:14.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:13.383900+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:13.422362+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cluster 2024-03-21T13:23:13.430331+0000 mgr.y (mgr.24361) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:14.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:13.889503+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cephadm 2024-03-21T13:23:13.891293+0000 mgr.y (mgr.24361) 9 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:13.929063+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cephadm 2024-03-21T13:23:13.930933+0000 mgr.y (mgr.24361) 10 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cephadm 2024-03-21T13:23:13.998817+0000 mgr.y (mgr.24361) 11 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cephadm 2024-03-21T13:23:14.052258+0000 mgr.y (mgr.24361) 12 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:14.117653+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:14.176567+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:14.184854+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cephadm 2024-03-21T13:23:14.208603+0000 mgr.y (mgr.24361) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:14.232752+0000 mgr.y (mgr.24361) 14 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: cephadm 2024-03-21T13:23:14.235433+0000 mgr.y (mgr.24361) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi038=a;count:1 2024-03-21T13:23:14.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[19780]: audit 2024-03-21T13:23:14.241827+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:13.383900+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:13.422362+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cluster 2024-03-21T13:23:13.430331+0000 mgr.y (mgr.24361) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:13.889503+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cephadm 2024-03-21T13:23:13.891293+0000 mgr.y (mgr.24361) 9 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:13.929063+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cephadm 2024-03-21T13:23:13.930933+0000 mgr.y (mgr.24361) 10 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cephadm 2024-03-21T13:23:13.998817+0000 mgr.y (mgr.24361) 11 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cephadm 2024-03-21T13:23:14.052258+0000 mgr.y (mgr.24361) 12 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:14.117653+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:14.176567+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:14.184854+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cephadm 2024-03-21T13:23:14.208603+0000 mgr.y (mgr.24361) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:14.232752+0000 mgr.y (mgr.24361) 14 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: cephadm 2024-03-21T13:23:14.235433+0000 mgr.y (mgr.24361) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi038=a;count:1 2024-03-21T13:23:14.657 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:14 smithi038 bash[14284]: audit 2024-03-21T13:23:14.241827+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:13.383900+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:13.422362+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cluster 2024-03-21T13:23:13.430331+0000 mgr.y (mgr.24361) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:13.889503+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cephadm 2024-03-21T13:23:13.891293+0000 mgr.y (mgr.24361) 9 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:13.929063+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cephadm 2024-03-21T13:23:13.930933+0000 mgr.y (mgr.24361) 10 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cephadm 2024-03-21T13:23:13.998817+0000 mgr.y (mgr.24361) 11 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cephadm 2024-03-21T13:23:14.052258+0000 mgr.y (mgr.24361) 12 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:14.117653+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:14.176567+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:14.184854+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cephadm 2024-03-21T13:23:14.208603+0000 mgr.y (mgr.24361) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:14.232752+0000 mgr.y (mgr.24361) 14 : audit [DBG] from='client.24398 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: cephadm 2024-03-21T13:23:14.235433+0000 mgr.y (mgr.24361) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi038=a;count:1 2024-03-21T13:23:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:14 smithi192 bash[14483]: audit 2024-03-21T13:23:14.241827+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:15.088 DEBUG:teuthology.orchestra.run.smithi038:alertmanager.a> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@alertmanager.a.service 2024-03-21T13:23:15.091 INFO:tasks.cephadm:Adding grafana.a on smithi192 2024-03-21T13:23:15.091 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph orch apply grafana '1;smithi192=a' 2024-03-21T13:23:15.308 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:23:16.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:16 smithi192 bash[14483]: cluster 2024-03-21T13:23:15.430974+0000 mgr.y (mgr.24361) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:16.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:16 smithi038 bash[14284]: cluster 2024-03-21T13:23:15.430974+0000 mgr.y (mgr.24361) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:16.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:16 smithi038 bash[19780]: cluster 2024-03-21T13:23:15.430974+0000 mgr.y (mgr.24361) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:18 smithi192 bash[14483]: cluster 2024-03-21T13:23:17.431723+0000 mgr.y (mgr.24361) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:18.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:18 smithi038 bash[14284]: cluster 2024-03-21T13:23:17.431723+0000 mgr.y (mgr.24361) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:18.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:18 smithi038 bash[19780]: cluster 2024-03-21T13:23:17.431723+0000 mgr.y (mgr.24361) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:20.073 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled grafana update... 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[14284]: cluster 2024-03-21T13:23:19.432337+0000 mgr.y (mgr.24361) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[14284]: audit 2024-03-21T13:23:20.053212+0000 mgr.y (mgr.24361) 19 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[14284]: cephadm 2024-03-21T13:23:20.056670+0000 mgr.y (mgr.24361) 20 : cephadm [INF] Saving service grafana spec with placement smithi192=a;count:1 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[14284]: audit 2024-03-21T13:23:20.072675+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[19780]: cluster 2024-03-21T13:23:19.432337+0000 mgr.y (mgr.24361) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[19780]: audit 2024-03-21T13:23:20.053212+0000 mgr.y (mgr.24361) 19 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:21.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[19780]: cephadm 2024-03-21T13:23:20.056670+0000 mgr.y (mgr.24361) 20 : cephadm [INF] Saving service grafana spec with placement smithi192=a;count:1 2024-03-21T13:23:21.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:21 smithi038 bash[19780]: audit 2024-03-21T13:23:20.072675+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:21 smithi192 bash[14483]: cluster 2024-03-21T13:23:19.432337+0000 mgr.y (mgr.24361) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:21 smithi192 bash[14483]: audit 2024-03-21T13:23:20.053212+0000 mgr.y (mgr.24361) 19 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:23:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:21 smithi192 bash[14483]: cephadm 2024-03-21T13:23:20.056670+0000 mgr.y (mgr.24361) 20 : cephadm [INF] Saving service grafana spec with placement smithi192=a;count:1 2024-03-21T13:23:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:21 smithi192 bash[14483]: audit 2024-03-21T13:23:20.072675+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:21.772 DEBUG:teuthology.orchestra.run.smithi192:grafana.a> sudo journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service 2024-03-21T13:23:21.774 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T13:23:21.777 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-21T13:23:21.847 INFO:journalctl@ceph.grafana.a.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T13:23:23.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:23 smithi192 bash[14483]: cluster 2024-03-21T13:23:21.433021+0000 mgr.y (mgr.24361) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:23.381 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:23 smithi038 bash[14284]: cluster 2024-03-21T13:23:21.433021+0000 mgr.y (mgr.24361) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:23.381 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:23 smithi038 bash[19780]: cluster 2024-03-21T13:23:21.433021+0000 mgr.y (mgr.24361) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:25.106 INFO:teuthology.orchestra.run.smithi038.stdout:[client.0] 2024-03-21T13:23:25.106 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQDNNPxljFB3BRAATs7J/qnZ46IWW0mzehMMpg== 2024-03-21T13:23:25.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:25 smithi038 bash[14284]: cluster 2024-03-21T13:23:23.433674+0000 mgr.y (mgr.24361) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:25 smithi038 bash[14284]: audit 2024-03-21T13:23:25.090494+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.38:0/966957490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:25 smithi038 bash[14284]: audit 2024-03-21T13:23:25.091194+0000 mon.a (mon.0) 631 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:25.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:25 smithi038 bash[19780]: cluster 2024-03-21T13:23:23.433674+0000 mgr.y (mgr.24361) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:25.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:25 smithi038 bash[19780]: audit 2024-03-21T13:23:25.090494+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.38:0/966957490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:25.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:25 smithi038 bash[19780]: audit 2024-03-21T13:23:25.091194+0000 mon.a (mon.0) 631 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:25 smithi192 bash[14483]: cluster 2024-03-21T13:23:23.433674+0000 mgr.y (mgr.24361) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:25 smithi192 bash[14483]: audit 2024-03-21T13:23:25.090494+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.38:0/966957490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:25 smithi192 bash[14483]: audit 2024-03-21T13:23:25.091194+0000 mon.a (mon.0) 631 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:25.820 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-03-21T13:23:25.820 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-21T13:23:25.820 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-21T13:23:25.848 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-21T13:23:26.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:26 smithi038 bash[14284]: audit 2024-03-21T13:23:25.102941+0000 mon.a (mon.0) 632 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:23:26.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:26 smithi038 bash[19780]: audit 2024-03-21T13:23:25.102941+0000 mon.a (mon.0) 632 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:23:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:26 smithi192 bash[14483]: audit 2024-03-21T13:23:25.102941+0000 mon.a (mon.0) 632 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:23:27.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:27 smithi192 bash[14483]: cluster 2024-03-21T13:23:25.434418+0000 mgr.y (mgr.24361) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:27.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:27 smithi038 bash[14284]: cluster 2024-03-21T13:23:25.434418+0000 mgr.y (mgr.24361) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:27.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:27 smithi038 bash[19780]: cluster 2024-03-21T13:23:25.434418+0000 mgr.y (mgr.24361) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:28.389 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:28 smithi038 systemd[1]: Started Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:23:28.653 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[34560]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-21T13:23:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[14284]: cluster 2024-03-21T13:23:27.435177+0000 mgr.y (mgr.24361) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[14284]: audit 2024-03-21T13:23:27.616766+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[14284]: cephadm 2024-03-21T13:23:27.621046+0000 mgr.y (mgr.24361) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2024-03-21T13:23:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[14284]: audit 2024-03-21T13:23:28.369778+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:28.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[19780]: cluster 2024-03-21T13:23:27.435177+0000 mgr.y (mgr.24361) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:28.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[19780]: audit 2024-03-21T13:23:27.616766+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:28.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[19780]: cephadm 2024-03-21T13:23:27.621046+0000 mgr.y (mgr.24361) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2024-03-21T13:23:28.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[19780]: audit 2024-03-21T13:23:28.369778+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:28.657 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:28 smithi192 bash[14483]: cluster 2024-03-21T13:23:27.435177+0000 mgr.y (mgr.24361) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:28.761 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:28 smithi192 bash[14483]: audit 2024-03-21T13:23:27.616766+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:28 smithi192 bash[14483]: cephadm 2024-03-21T13:23:27.621046+0000 mgr.y (mgr.24361) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2024-03-21T13:23:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:28 smithi192 bash[14483]: audit 2024-03-21T13:23:28.369778+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:29.266 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:29 smithi192 systemd[1]: Started Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:23:29.282 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:28 smithi038 bash[34560]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-21T13:23:29.282 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: aa2a8d90b84c: Pulling fs layer 2024-03-21T13:23:29.282 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: b45d31ee2d7f: Pulling fs layer 2024-03-21T13:23:29.282 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: b5db1e299295: Pulling fs layer 2024-03-21T13:23:29.544 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:29 smithi192 bash[29628]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-21T13:23:29.653 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: aa2a8d90b84c: Verifying Checksum 2024-03-21T13:23:29.654 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: aa2a8d90b84c: Download complete 2024-03-21T13:23:29.654 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: b45d31ee2d7f: Verifying Checksum 2024-03-21T13:23:29.654 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: b45d31ee2d7f: Download complete 2024-03-21T13:23:29.654 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: b5db1e299295: Verifying Checksum 2024-03-21T13:23:29.654 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: b5db1e299295: Download complete 2024-03-21T13:23:29.654 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:29 smithi038 bash[34560]: aa2a8d90b84c: Pull complete 2024-03-21T13:23:29.945 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:23:29 smithi192 bash[29502]: ts=2024-03-21T13:23:29.734Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:23:30.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-21T13:23:30.297 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[34560]: b45d31ee2d7f: Pull complete 2024-03-21T13:23:30.431 INFO:teuthology.orchestra.run.smithi192.stdout:[client.1] 2024-03-21T13:23:30.431 INFO:teuthology.orchestra.run.smithi192.stdout: key = AQDSNPxl470RGRAAE3CbYtnZSBmuonXaEMqmnw== 2024-03-21T13:23:30.554 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[34560]: b5db1e299295: Pull complete 2024-03-21T13:23:30.554 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[14284]: cephadm 2024-03-21T13:23:28.371820+0000 mgr.y (mgr.24361) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[14284]: audit 2024-03-21T13:23:29.286618+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[14284]: audit 2024-03-21T13:23:29.288969+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[14284]: audit 2024-03-21T13:23:29.290730+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[14284]: audit 2024-03-21T13:23:29.292246+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[14284]: audit 2024-03-21T13:23:29.527520+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[19780]: cephadm 2024-03-21T13:23:28.371820+0000 mgr.y (mgr.24361) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[19780]: audit 2024-03-21T13:23:29.286618+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[19780]: audit 2024-03-21T13:23:29.288969+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[19780]: audit 2024-03-21T13:23:29.290730+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[19780]: audit 2024-03-21T13:23:29.292246+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:30.555 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[19780]: audit 2024-03-21T13:23:29.527520+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:30.640 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: aa2a8d90b84c: Pulling fs layer 2024-03-21T13:23:30.640 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: b45d31ee2d7f: Pulling fs layer 2024-03-21T13:23:30.640 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: b5db1e299295: Pulling fs layer 2024-03-21T13:23:30.640 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: b45d31ee2d7f: Download complete 2024-03-21T13:23:30.640 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: aa2a8d90b84c: Download complete 2024-03-21T13:23:30.641 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[14483]: cephadm 2024-03-21T13:23:28.371820+0000 mgr.y (mgr.24361) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-03-21T13:23:30.641 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[14483]: audit 2024-03-21T13:23:29.286618+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:30.641 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[14483]: audit 2024-03-21T13:23:29.288969+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:30.641 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[14483]: audit 2024-03-21T13:23:29.290730+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:30.641 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[14483]: audit 2024-03-21T13:23:29.292246+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:30.641 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[14483]: audit 2024-03-21T13:23:29.527520+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:30.903 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[34560]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-21T13:23:30.904 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:30 smithi038 bash[34560]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-21T13:23:30.961 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: b5db1e299295: Verifying Checksum 2024-03-21T13:23:30.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: b5db1e299295: Download complete 2024-03-21T13:23:30.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:30 smithi192 bash[29628]: aa2a8d90b84c: Pull complete 2024-03-21T13:23:31.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:31 smithi192 bash[14483]: cluster 2024-03-21T13:23:29.435775+0000 mgr.y (mgr.24361) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:31.613 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:31 smithi192 bash[14483]: audit 2024-03-21T13:23:30.417837+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.192:0/1530541199' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:31.613 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:31 smithi192 bash[14483]: audit 2024-03-21T13:23:30.420212+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:31.613 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:31 smithi192 bash[14483]: audit 2024-03-21T13:23:30.430573+0000 mon.a (mon.0) 641 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:23:31.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[14284]: cluster 2024-03-21T13:23:29.435775+0000 mgr.y (mgr.24361) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[14284]: audit 2024-03-21T13:23:30.417837+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.192:0/1530541199' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[14284]: audit 2024-03-21T13:23:30.420212+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[14284]: audit 2024-03-21T13:23:30.430573+0000 mon.a (mon.0) 641 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[19780]: cluster 2024-03-21T13:23:29.435775+0000 mgr.y (mgr.24361) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[19780]: audit 2024-03-21T13:23:30.417837+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.192:0/1530541199' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[19780]: audit 2024-03-21T13:23:30.420212+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:23:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:31 smithi038 bash[19780]: audit 2024-03-21T13:23:30.430573+0000 mon.a (mon.0) 641 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:23:31.672 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-03-21T13:23:31.672 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-21T13:23:31.672 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-21T13:23:31.696 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T13:23:31.697 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T13:23:31.697 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T13:23:31.961 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:31 smithi192 bash[29628]: b45d31ee2d7f: Pull complete 2024-03-21T13:23:32.212 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:31 smithi192 bash[29628]: b5db1e299295: Pull complete 2024-03-21T13:23:32.212 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:32 smithi192 bash[29628]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-21T13:23:32.212 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:32 smithi192 bash[29628]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-21T13:23:32.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.153Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T13:23:32.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.153Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T13:23:32.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.153Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T13:23:32.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.154Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:23:32.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.155Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T13:23:32.405 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T13:23:32.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T13:23:32.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.156Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T13:23:32.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:23:32 smithi038 bash[34560]: ts=2024-03-21T13:23:32.158Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T13:23:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[14483]: cluster 2024-03-21T13:23:31.436501+0000 mgr.y (mgr.24361) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[14483]: audit 2024-03-21T13:23:32.757513+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:33.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.267Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T13:23:33.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.267Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.267Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.268Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T13:23:33.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T13:23:33.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T13:23:33.465 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T13:23:33.466 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T13:23:33.466 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T13:23:33.466 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T13:23:33.466 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T13:23:33.466 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T13:23:33.466 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:23:33 smithi192 bash[29628]: ts=2024-03-21T13:23:33.269Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T13:23:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:33 smithi038 bash[14284]: cluster 2024-03-21T13:23:31.436501+0000 mgr.y (mgr.24361) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:33 smithi038 bash[14284]: audit 2024-03-21T13:23:32.757513+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:33 smithi038 bash[19780]: cluster 2024-03-21T13:23:31.436501+0000 mgr.y (mgr.24361) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:33 smithi038 bash[19780]: audit 2024-03-21T13:23:32.757513+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:34.078 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:35.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:35 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:23:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:23:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:34 smithi192 bash[14483]: cluster 2024-03-21T13:23:33.437213+0000 mgr.y (mgr.24361) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:34 smithi192 bash[14483]: audit 2024-03-21T13:23:33.946795+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:34 smithi192 bash[14483]: audit 2024-03-21T13:23:33.955117+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:34 smithi192 bash[14483]: cephadm 2024-03-21T13:23:33.972593+0000 mgr.y (mgr.24361) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2024-03-21T13:23:35.382 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[14284]: cluster 2024-03-21T13:23:33.437213+0000 mgr.y (mgr.24361) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[14284]: audit 2024-03-21T13:23:33.946795+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[14284]: audit 2024-03-21T13:23:33.955117+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[14284]: cephadm 2024-03-21T13:23:33.972593+0000 mgr.y (mgr.24361) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[19780]: cluster 2024-03-21T13:23:33.437213+0000 mgr.y (mgr.24361) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[19780]: audit 2024-03-21T13:23:33.946795+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[19780]: audit 2024-03-21T13:23:33.955117+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:35.383 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:34 smithi038 bash[19780]: cephadm 2024-03-21T13:23:33.972593+0000 mgr.y (mgr.24361) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2024-03-21T13:23:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:36 smithi192 bash[14483]: cluster 2024-03-21T13:23:35.437901+0000 mgr.y (mgr.24361) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:37.382 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:36 smithi038 bash[14284]: cluster 2024-03-21T13:23:35.437901+0000 mgr.y (mgr.24361) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:37.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:37 smithi038 bash[19780]: cluster 2024-03-21T13:23:35.437901+0000 mgr.y (mgr.24361) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:38.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:38 smithi192 bash[14483]: cluster 2024-03-21T13:23:37.438583+0000 mgr.y (mgr.24361) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:38.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:38 smithi038 bash[14284]: cluster 2024-03-21T13:23:37.438583+0000 mgr.y (mgr.24361) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:38.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:38 smithi038 bash[19780]: cluster 2024-03-21T13:23:37.438583+0000 mgr.y (mgr.24361) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:39.029 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:23:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:39 smithi192 bash[14483]: audit 2024-03-21T13:23:39.019500+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.38:0/377844914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:23:39.754 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:39 smithi038 bash[14284]: audit 2024-03-21T13:23:39.019500+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.38:0/377844914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:23:39.754 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:39 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:23:39] "GET /metrics HTTP/1.1" 200 191536 "" "Prometheus/2.33.4" 2024-03-21T13:23:39.754 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:39 smithi038 bash[19780]: audit 2024-03-21T13:23:39.019500+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.38:0/377844914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:23:40.368 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":20,"active_gid":24361,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":431774222},{"type":"v1","addr":"172.21.15.38:6801","nonce":431774222}]},"active_addr":"172.21.15.38:6801/431774222","active_change":"2024-03-21T13:23:08.547702+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24365,"name":"x","mgr_features":4540138303579357183,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.38:8443/","prometheus":"http://172.21.15.38: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.38:0","nonce":2080758502}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2645202325}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2891848203}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2842491788}]}]}} 2024-03-21T13:23:40.372 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T13:23:40.372 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T13:23:40.372 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:23:40.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:40 smithi038 bash[14284]: cluster 2024-03-21T13:23:39.439249+0000 mgr.y (mgr.24361) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:40.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:40 smithi038 bash[19780]: cluster 2024-03-21T13:23:39.439249+0000 mgr.y (mgr.24361) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:40 smithi192 bash[14483]: cluster 2024-03-21T13:23:39.439249+0000 mgr.y (mgr.24361) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:42.821 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:42 smithi038 bash[14284]: cluster 2024-03-21T13:23:41.440083+0000 mgr.y (mgr.24361) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:42.821 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:42 smithi038 bash[19780]: cluster 2024-03-21T13:23:41.440083+0000 mgr.y (mgr.24361) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:42 smithi192 bash[14483]: cluster 2024-03-21T13:23:41.440083+0000 mgr.y (mgr.24361) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:43.113 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:44.364 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:44 smithi038 systemd[1]: Started Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:23:44.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:44 smithi038 bash[14284]: cluster 2024-03-21T13:23:43.440787+0000 mgr.y (mgr.24361) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:44.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:44 smithi038 bash[14284]: audit 2024-03-21T13:23:44.375306+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:44.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:44 smithi038 bash[19780]: cluster 2024-03-21T13:23:43.440787+0000 mgr.y (mgr.24361) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:44.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:44 smithi038 bash[19780]: audit 2024-03-21T13:23:44.375306+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:44 smithi192 bash[14483]: cluster 2024-03-21T13:23:43.440787+0000 mgr.y (mgr.24361) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:44 smithi192 bash[14483]: audit 2024-03-21T13:23:44.375306+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:23:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: audit 2024-03-21T13:23:44.545283+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: audit 2024-03-21T13:23:44.585902+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: audit 2024-03-21T13:23:44.590959+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: audit 2024-03-21T13:23:44.595356+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: audit 2024-03-21T13:23:44.595990+0000 mgr.y (mgr.24361) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: audit 2024-03-21T13:23:44.601710+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[14284]: cephadm 2024-03-21T13:23:44.609532+0000 mgr.y (mgr.24361) 37 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-03-21T13:23:45.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: audit 2024-03-21T13:23:44.545283+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: audit 2024-03-21T13:23:44.585902+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: audit 2024-03-21T13:23:44.590959+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: audit 2024-03-21T13:23:44.595356+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:23:45.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: audit 2024-03-21T13:23:44.595990+0000 mgr.y (mgr.24361) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:23:45.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: audit 2024-03-21T13:23:44.601710+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:45 smithi038 bash[19780]: cephadm 2024-03-21T13:23:44.609532+0000 mgr.y (mgr.24361) 37 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: audit 2024-03-21T13:23:44.545283+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: audit 2024-03-21T13:23:44.585902+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: audit 2024-03-21T13:23:44.590959+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: audit 2024-03-21T13:23:44.595356+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: audit 2024-03-21T13:23:44.595990+0000 mgr.y (mgr.24361) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: audit 2024-03-21T13:23:44.601710+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:23:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:45 smithi192 bash[14483]: cephadm 2024-03-21T13:23:44.609532+0000 mgr.y (mgr.24361) 37 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-03-21T13:23:46.858 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[14284]: cluster 2024-03-21T13:23:45.441389+0000 mgr.y (mgr.24361) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:46.858 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[19780]: cluster 2024-03-21T13:23:45.441389+0000 mgr.y (mgr.24361) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:46.859 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.804Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-21T13:23:46.859 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.804Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-21T13:23:46.859 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.807Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2024-03-21T13:23:46.859 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.810Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T13:23:46.859 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.857Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:23:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:46 smithi192 bash[14483]: cluster 2024-03-21T13:23:45.441389+0000 mgr.y (mgr.24361) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:47.153 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.858Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:23:47.154 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.861Z caller=main.go:518 msg=Listening address=:9093 2024-03-21T13:23:47.154 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:46 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:46.862Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-21T13:23:47.356 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:23:47.356 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":60,"fsid":"f13f7fc0-e784-11ee-95cd-87774f69a715","created":"2024-03-21T13:15:25.596152+0000","modified":"2024-03-21T13:23:08.546846+0000","last_up_change":"2024-03-21T13:22:42.373397+0000","last_in_change":"2024-03-21T13:22:17.977778+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:19:40.215699+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":"3832bcde-0b9f-4891-9cb4-af0bd58d06d5","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.38:6802","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6803","nonce":1830163572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6805","nonce":1830163572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6809","nonce":1830163572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6807","nonce":1830163572}]},"public_addr":"172.21.15.38:6803/1830163572","cluster_addr":"172.21.15.38:6805/1830163572","heartbeat_back_addr":"172.21.15.38:6809/1830163572","heartbeat_front_addr":"172.21.15.38:6807/1830163572","state":["exists","up"]},{"osd":1,"uuid":"e4fb94b9-37ae-4032-b388-473ea7c6a5d7","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.38:6810","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6811","nonce":3945573321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6813","nonce":3945573321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6817","nonce":3945573321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6815","nonce":3945573321}]},"public_addr":"172.21.15.38:6811/3945573321","cluster_addr":"172.21.15.38:6813/3945573321","heartbeat_back_addr":"172.21.15.38:6817/3945573321","heartbeat_front_addr":"172.21.15.38:6815/3945573321","state":["exists","up"]},{"osd":2,"uuid":"0fde30e7-9458-4512-93b5-532a5ce8f04c","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.38:6818","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6819","nonce":1215787835}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6821","nonce":1215787835}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6825","nonce":1215787835}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6823","nonce":1215787835}]},"public_addr":"172.21.15.38:6819/1215787835","cluster_addr":"172.21.15.38:6821/1215787835","heartbeat_back_addr":"172.21.15.38:6825/1215787835","heartbeat_front_addr":"172.21.15.38:6823/1215787835","state":["exists","up"]},{"osd":3,"uuid":"63eeab09-ba55-4c38-8023-baedfb3dc666","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.38:6826","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6827","nonce":2084911981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6829","nonce":2084911981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6833","nonce":2084911981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6831","nonce":2084911981}]},"public_addr":"172.21.15.38:6827/2084911981","cluster_addr":"172.21.15.38:6829/2084911981","heartbeat_back_addr":"172.21.15.38:6833/2084911981","heartbeat_front_addr":"172.21.15.38:6831/2084911981","state":["exists","up"]},{"osd":4,"uuid":"2a8449e6-5185-48cf-95df-ffef7094602e","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.192:6800","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6801","nonce":729111641}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6803","nonce":729111641}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6807","nonce":729111641}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6805","nonce":729111641}]},"public_addr":"172.21.15.192:6801/729111641","cluster_addr":"172.21.15.192:6803/729111641","heartbeat_back_addr":"172.21.15.192:6807/729111641","heartbeat_front_addr":"172.21.15.192:6805/729111641","state":["exists","up"]},{"osd":5,"uuid":"32dffd09-187e-4812-a004-32d6cc4c9135","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.192:6808","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6809","nonce":3512240232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6811","nonce":3512240232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6815","nonce":3512240232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6813","nonce":3512240232}]},"public_addr":"172.21.15.192:6809/3512240232","cluster_addr":"172.21.15.192:6811/3512240232","heartbeat_back_addr":"172.21.15.192:6815/3512240232","heartbeat_front_addr":"172.21.15.192:6813/3512240232","state":["exists","up"]},{"osd":6,"uuid":"928eeb68-f285-4917-a25d-8676165d6b5d","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.192:6816","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6817","nonce":1186978931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6819","nonce":1186978931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6823","nonce":1186978931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6821","nonce":1186978931}]},"public_addr":"172.21.15.192:6817/1186978931","cluster_addr":"172.21.15.192:6819/1186978931","heartbeat_back_addr":"172.21.15.192:6823/1186978931","heartbeat_front_addr":"172.21.15.192:6821/1186978931","state":["exists","up"]},{"osd":7,"uuid":"f4988e74-c75f-410e-aadb-f0d832d56994","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.192:6824","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6825","nonce":3662764422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6827","nonce":3662764422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6831","nonce":3662764422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6829","nonce":3662764422}]},"public_addr":"172.21.15.192:6825/3662764422","cluster_addr":"172.21.15.192:6827/3662764422","heartbeat_back_addr":"172.21.15.192:6831/3662764422","heartbeat_front_addr":"172.21.15.192:6829/3662764422","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:18:17.557474+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:18:56.837647+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:36.098729+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:16.610291+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:50.410113+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:21:26.903875+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:22:03.397820+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:22:40.646605+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:0/519761041":"2024-03-22T13:23:08.546750+0000","172.21.15.38:0/627527986":"2024-03-22T13:23:08.546750+0000","172.21.15.38:6800/4196727569":"2024-03-22T13:23:08.546750+0000","172.21.15.38:0/540625617":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6801/2329766282":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/4289021246":"2024-03-22T13:23:08.546750+0000","172.21.15.38:6800/2329766282":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/1317380608":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/3255062991":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6800/4156347182":"2024-03-22T13:15:58.709202+0000","172.21.15.38:6801/4156347182":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/3176924287":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/2900511846":"2024-03-22T13:23:08.546750+0000","172.21.15.38:6801/4196727569":"2024-03-22T13:23:08.546750+0000","172.21.15.38:0/1650391518":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/1212091891":"2024-03-22T13:15:58.709202+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:23:47.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:47 smithi038 bash[14284]: audit 2024-03-21T13:23:47.354222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.38:0/3793285080' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:23:47.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:47 smithi038 bash[19780]: audit 2024-03-21T13:23:47.354222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.38:0/3793285080' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:23:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:47 smithi192 bash[14483]: audit 2024-03-21T13:23:47.354222+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.38:0/3793285080' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:23:48.097 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T13:23:48.097 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:23:48.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:48 smithi038 bash[14284]: cluster 2024-03-21T13:23:47.442048+0000 mgr.y (mgr.24361) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:48.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:48 smithi038 bash[19780]: cluster 2024-03-21T13:23:47.442048+0000 mgr.y (mgr.24361) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:48.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:48 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:48.810Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000196655s 2024-03-21T13:23:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:48 smithi192 bash[14483]: cluster 2024-03-21T13:23:47.442048+0000 mgr.y (mgr.24361) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:49.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:23:49] "GET /metrics HTTP/1.1" 200 191531 "" "Prometheus/2.33.4" 2024-03-21T13:23:50.834 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:50.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:50 smithi038 bash[14284]: cluster 2024-03-21T13:23:49.442610+0000 mgr.y (mgr.24361) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:50.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:50 smithi038 bash[19780]: cluster 2024-03-21T13:23:49.442610+0000 mgr.y (mgr.24361) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:50 smithi192 bash[14483]: cluster 2024-03-21T13:23:49.442610+0000 mgr.y (mgr.24361) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:52.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:52 smithi038 bash[14284]: cluster 2024-03-21T13:23:51.443373+0000 mgr.y (mgr.24361) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:52.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:52 smithi038 bash[19780]: cluster 2024-03-21T13:23:51.443373+0000 mgr.y (mgr.24361) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:52.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:52 smithi192 bash[14483]: cluster 2024-03-21T13:23:51.443373+0000 mgr.y (mgr.24361) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:53.877 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:23:53.877 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":60,"fsid":"f13f7fc0-e784-11ee-95cd-87774f69a715","created":"2024-03-21T13:15:25.596152+0000","modified":"2024-03-21T13:23:08.546846+0000","last_up_change":"2024-03-21T13:22:42.373397+0000","last_in_change":"2024-03-21T13:22:17.977778+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:19:40.215699+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":"3832bcde-0b9f-4891-9cb4-af0bd58d06d5","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.38:6802","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6803","nonce":1830163572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6805","nonce":1830163572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6809","nonce":1830163572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":1830163572},{"type":"v1","addr":"172.21.15.38:6807","nonce":1830163572}]},"public_addr":"172.21.15.38:6803/1830163572","cluster_addr":"172.21.15.38:6805/1830163572","heartbeat_back_addr":"172.21.15.38:6809/1830163572","heartbeat_front_addr":"172.21.15.38:6807/1830163572","state":["exists","up"]},{"osd":1,"uuid":"e4fb94b9-37ae-4032-b388-473ea7c6a5d7","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.38:6810","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6811","nonce":3945573321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6813","nonce":3945573321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6817","nonce":3945573321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":3945573321},{"type":"v1","addr":"172.21.15.38:6815","nonce":3945573321}]},"public_addr":"172.21.15.38:6811/3945573321","cluster_addr":"172.21.15.38:6813/3945573321","heartbeat_back_addr":"172.21.15.38:6817/3945573321","heartbeat_front_addr":"172.21.15.38:6815/3945573321","state":["exists","up"]},{"osd":2,"uuid":"0fde30e7-9458-4512-93b5-532a5ce8f04c","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.38:6818","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6819","nonce":1215787835}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6821","nonce":1215787835}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6825","nonce":1215787835}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":1215787835},{"type":"v1","addr":"172.21.15.38:6823","nonce":1215787835}]},"public_addr":"172.21.15.38:6819/1215787835","cluster_addr":"172.21.15.38:6821/1215787835","heartbeat_back_addr":"172.21.15.38:6825/1215787835","heartbeat_front_addr":"172.21.15.38:6823/1215787835","state":["exists","up"]},{"osd":3,"uuid":"63eeab09-ba55-4c38-8023-baedfb3dc666","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.38:6826","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6827","nonce":2084911981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6829","nonce":2084911981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6833","nonce":2084911981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":2084911981},{"type":"v1","addr":"172.21.15.38:6831","nonce":2084911981}]},"public_addr":"172.21.15.38:6827/2084911981","cluster_addr":"172.21.15.38:6829/2084911981","heartbeat_back_addr":"172.21.15.38:6833/2084911981","heartbeat_front_addr":"172.21.15.38:6831/2084911981","state":["exists","up"]},{"osd":4,"uuid":"2a8449e6-5185-48cf-95df-ffef7094602e","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.192:6800","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6801","nonce":729111641}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6803","nonce":729111641}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6807","nonce":729111641}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":729111641},{"type":"v1","addr":"172.21.15.192:6805","nonce":729111641}]},"public_addr":"172.21.15.192:6801/729111641","cluster_addr":"172.21.15.192:6803/729111641","heartbeat_back_addr":"172.21.15.192:6807/729111641","heartbeat_front_addr":"172.21.15.192:6805/729111641","state":["exists","up"]},{"osd":5,"uuid":"32dffd09-187e-4812-a004-32d6cc4c9135","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.192:6808","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6809","nonce":3512240232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6811","nonce":3512240232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6815","nonce":3512240232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":3512240232},{"type":"v1","addr":"172.21.15.192:6813","nonce":3512240232}]},"public_addr":"172.21.15.192:6809/3512240232","cluster_addr":"172.21.15.192:6811/3512240232","heartbeat_back_addr":"172.21.15.192:6815/3512240232","heartbeat_front_addr":"172.21.15.192:6813/3512240232","state":["exists","up"]},{"osd":6,"uuid":"928eeb68-f285-4917-a25d-8676165d6b5d","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.192:6816","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6817","nonce":1186978931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6819","nonce":1186978931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6823","nonce":1186978931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":1186978931},{"type":"v1","addr":"172.21.15.192:6821","nonce":1186978931}]},"public_addr":"172.21.15.192:6817/1186978931","cluster_addr":"172.21.15.192:6819/1186978931","heartbeat_back_addr":"172.21.15.192:6823/1186978931","heartbeat_front_addr":"172.21.15.192:6821/1186978931","state":["exists","up"]},{"osd":7,"uuid":"f4988e74-c75f-410e-aadb-f0d832d56994","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.192:6824","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6825","nonce":3662764422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6827","nonce":3662764422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6831","nonce":3662764422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":3662764422},{"type":"v1","addr":"172.21.15.192:6829","nonce":3662764422}]},"public_addr":"172.21.15.192:6825/3662764422","cluster_addr":"172.21.15.192:6827/3662764422","heartbeat_back_addr":"172.21.15.192:6831/3662764422","heartbeat_front_addr":"172.21.15.192:6829/3662764422","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:18:17.557474+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:18:56.837647+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:36.098729+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:16.610291+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:50.410113+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:21:26.903875+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:22:03.397820+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:22:40.646605+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:0/519761041":"2024-03-22T13:23:08.546750+0000","172.21.15.38:0/627527986":"2024-03-22T13:23:08.546750+0000","172.21.15.38:6800/4196727569":"2024-03-22T13:23:08.546750+0000","172.21.15.38:0/540625617":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6801/2329766282":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/4289021246":"2024-03-22T13:23:08.546750+0000","172.21.15.38:6800/2329766282":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/1317380608":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/3255062991":"2024-03-22T13:16:31.545413+0000","172.21.15.38:6800/4156347182":"2024-03-22T13:15:58.709202+0000","172.21.15.38:6801/4156347182":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/3176924287":"2024-03-22T13:15:58.709202+0000","172.21.15.38:0/2900511846":"2024-03-22T13:23:08.546750+0000","172.21.15.38:6801/4196727569":"2024-03-22T13:23:08.546750+0000","172.21.15.38:0/1650391518":"2024-03-22T13:16:31.545413+0000","172.21.15.38:0/1212091891":"2024-03-22T13:15:58.709202+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:23:54.605 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T13:23:54.605 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T13:23:54.606 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T13:23:54.606 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-21T13:23:54.606 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-21T13:23:54.607 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-21T13:23:54.607 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-21T13:23:54.607 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-21T13:23:54.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:54 smithi038 bash[14284]: cluster 2024-03-21T13:23:53.443971+0000 mgr.y (mgr.24361) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:54.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:54 smithi038 bash[14284]: audit 2024-03-21T13:23:53.875715+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.38:0/876540735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:23:54.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:54 smithi038 bash[19780]: cluster 2024-03-21T13:23:53.443971+0000 mgr.y (mgr.24361) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:54.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:54 smithi038 bash[19780]: audit 2024-03-21T13:23:53.875715+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.38:0/876540735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:23:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:54 smithi192 bash[14483]: cluster 2024-03-21T13:23:53.443971+0000 mgr.y (mgr.24361) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:54 smithi192 bash[14483]: audit 2024-03-21T13:23:53.875715+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.38:0/876540735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:23:55.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:23:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:23:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:23:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:56 smithi192 bash[14483]: cluster 2024-03-21T13:23:55.444578+0000 mgr.y (mgr.24361) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:56 smithi038 bash[14284]: cluster 2024-03-21T13:23:55.444578+0000 mgr.y (mgr.24361) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:57.154 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:23:56 smithi038 bash[35433]: level=info ts=2024-03-21T13:23:56.813Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003320806s 2024-03-21T13:23:57.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:56 smithi038 bash[19780]: cluster 2024-03-21T13:23:55.444578+0000 mgr.y (mgr.24361) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:57.440 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.442 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.445 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.446 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.446 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.448 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.449 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:57.449 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:23:58.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:23:58 smithi038 bash[14284]: cluster 2024-03-21T13:23:57.445193+0000 mgr.y (mgr.24361) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:58.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:23:58 smithi038 bash[19780]: cluster 2024-03-21T13:23:57.445193+0000 mgr.y (mgr.24361) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:58.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:23:58 smithi192 bash[14483]: cluster 2024-03-21T13:23:57.445193+0000 mgr.y (mgr.24361) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:23:59.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:23:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:23:59] "GET /metrics HTTP/1.1" 200 191514 "" "Prometheus/2.33.4" 2024-03-21T13:24:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:00 smithi038 bash[14284]: cluster 2024-03-21T13:23:59.445805+0000 mgr.y (mgr.24361) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:00.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:00 smithi038 bash[19780]: cluster 2024-03-21T13:23:59.445805+0000 mgr.y (mgr.24361) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:00 smithi192 bash[14483]: cluster 2024-03-21T13:23:59.445805+0000 mgr.y (mgr.24361) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:02.523 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:02 smithi038 bash[14284]: cluster 2024-03-21T13:24:01.446552+0000 mgr.y (mgr.24361) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:02.523 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:02 smithi038 bash[19780]: cluster 2024-03-21T13:24:01.446552+0000 mgr.y (mgr.24361) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:02 smithi192 bash[14483]: cluster 2024-03-21T13:24:01.446552+0000 mgr.y (mgr.24361) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:04.696 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:04 smithi038 bash[14284]: cluster 2024-03-21T13:24:03.447209+0000 mgr.y (mgr.24361) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:04.696 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:04 smithi038 bash[19780]: cluster 2024-03-21T13:24:03.447209+0000 mgr.y (mgr.24361) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:04 smithi192 bash[14483]: cluster 2024-03-21T13:24:03.447209+0000 mgr.y (mgr.24361) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:05.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:24:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:24:06.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:06 smithi192 bash[14483]: cluster 2024-03-21T13:24:05.447943+0000 mgr.y (mgr.24361) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:06.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:06 smithi038 bash[14284]: cluster 2024-03-21T13:24:05.447943+0000 mgr.y (mgr.24361) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:06.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:06 smithi038 bash[19780]: cluster 2024-03-21T13:24:05.447943+0000 mgr.y (mgr.24361) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:08.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:07 smithi192 bash[14483]: audit 2024-03-21T13:24:06.914465+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:08.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:07 smithi192 bash[14483]: audit 2024-03-21T13:24:06.917224+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:08.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:07 smithi192 bash[14483]: audit 2024-03-21T13:24:06.919457+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:08.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:07 smithi192 bash[14483]: audit 2024-03-21T13:24:06.921003+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:08.157 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-03-21T13:24:08.157 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[14284]: audit 2024-03-21T13:24:06.914465+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[14284]: audit 2024-03-21T13:24:06.917224+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[14284]: audit 2024-03-21T13:24:06.919457+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[14284]: audit 2024-03-21T13:24:06.921003+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[19780]: audit 2024-03-21T13:24:06.914465+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[19780]: audit 2024-03-21T13:24:06.917224+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[19780]: audit 2024-03-21T13:24:06.919457+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:08.193 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:07 smithi038 bash[19780]: audit 2024-03-21T13:24:06.921003+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-21T13:24:08.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-03-21T13:24:08.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-03-21T13:24:08.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-03-21T13:24:08.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-03-21T13:24:08.982 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[14483]: cluster 2024-03-21T13:24:07.448640+0000 mgr.y (mgr.24361) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-03-21T13:24:08.983 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:08 smithi192 bash[30390]: t=2024-03-21T13:24:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-03-21T13:24:09.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-03-21T13:24:09.369 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:08 smithi038 bash[14284]: cluster 2024-03-21T13:24:07.448640+0000 mgr.y (mgr.24361) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:09.370 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:08 smithi038 bash[19780]: cluster 2024-03-21T13:24:07.448640+0000 mgr.y (mgr.24361) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:09.505 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-03-21T13:24:09.505 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-03-21T13:24:09.505 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-03-21T13:24:09.505 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-03-21T13:24:09.505 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-03-21T13:24:09.506 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-03-21T13:24:09.506 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-03-21T13:24:09.506 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-03-21T13:24:09.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:24:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:09] "GET /metrics HTTP/1.1" 200 191514 "" "Prometheus/2.33.4" 2024-03-21T13:24:09.774 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-03-21T13:24:09.775 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-03-21T13:24:10.026 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-03-21T13:24:10.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-03-21T13:24:10.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-03-21T13:24:10.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-03-21T13:24:10.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:09 smithi192 bash[30390]: t=2024-03-21T13:24:09+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-03-21T13:24:10.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-03-21T13:24:10.288 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-03-21T13:24:10.308 INFO:teuthology.orchestra.run.smithi038.stdout:55834574911 2024-03-21T13:24:10.308 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-03-21T13:24:10.567 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-03-21T13:24:10.835 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[14483]: cluster 2024-03-21T13:24:09.449142+0000 mgr.y (mgr.24361) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:10.835 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[14483]: audit 2024-03-21T13:24:09.559988+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:10.836 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[14483]: audit 2024-03-21T13:24:09.798533+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:24:10.836 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[14483]: audit 2024-03-21T13:24:09.808400+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-03-21T13:24:10.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[14284]: cluster 2024-03-21T13:24:09.449142+0000 mgr.y (mgr.24361) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[14284]: audit 2024-03-21T13:24:09.559988+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[14284]: audit 2024-03-21T13:24:09.798533+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[14284]: audit 2024-03-21T13:24:09.808400+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[19780]: cluster 2024-03-21T13:24:09.449142+0000 mgr.y (mgr.24361) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[19780]: audit 2024-03-21T13:24:09.559988+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[19780]: audit 2024-03-21T13:24:09.798533+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:24:10.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:10 smithi038 bash[19780]: audit 2024-03-21T13:24:09.808400+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:24:10.956 INFO:teuthology.orchestra.run.smithi038.stdout:201863462938 2024-03-21T13:24:10.956 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-21T13:24:11.113 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-03-21T13:24:11.113 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-03-21T13:24:11.113 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-03-21T13:24:11.114 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-03-21T13:24:11.114 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:10 smithi192 bash[30390]: t=2024-03-21T13:24:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-03-21T13:24:11.114 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-03-21T13:24:11.114 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-03-21T13:24:11.114 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-03-21T13:24:11.114 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-03-21T13:24:11.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-03-21T13:24:11.694 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-03-21T13:24:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[14483]: audit 2024-03-21T13:24:10.751195+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:11.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-03-21T13:24:11.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-03-21T13:24:11.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-03-21T13:24:11.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-03-21T13:24:11.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-03-21T13:24:11.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-03-21T13:24:11.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-03-21T13:24:11.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-03-21T13:24:11.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-03-21T13:24:12.070 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:11 smithi038 bash[14284]: audit 2024-03-21T13:24:10.751195+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:12.071 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:11 smithi038 bash[19780]: audit 2024-03-21T13:24:10.751195+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:11 smithi192 bash[30390]: t=2024-03-21T13:24:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-03-21T13:24:12.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-03-21T13:24:12.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-03-21T13:24:12.512 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-03-21T13:24:12.512 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-03-21T13:24:12.779 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-03-21T13:24:12.779 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-03-21T13:24:12.779 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-03-21T13:24:12.780 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-03-21T13:24:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:12 smithi038 bash[14284]: cluster 2024-03-21T13:24:11.449722+0000 mgr.y (mgr.24361) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:12.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:12 smithi038 bash[19780]: cluster 2024-03-21T13:24:11.449722+0000 mgr.y (mgr.24361) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:13.042 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[14483]: cluster 2024-03-21T13:24:11.449722+0000 mgr.y (mgr.24361) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:13.042 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-03-21T13:24:13.042 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-03-21T13:24:13.042 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-03-21T13:24:13.042 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-03-21T13:24:13.042 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-03-21T13:24:13.042 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:12 smithi192 bash[30390]: t=2024-03-21T13:24:12+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-03-21T13:24:13.043 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-03-21T13:24:13.043 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-03-21T13:24:13.312 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-03-21T13:24:13.313 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-03-21T13:24:13.615 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-03-21T13:24:13.661 INFO:teuthology.orchestra.run.smithi038.stdout:236223201299 2024-03-21T13:24:13.662 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-21T13:24:13.867 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-03-21T13:24:13.867 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-03-21T13:24:13.867 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-03-21T13:24:13.867 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-03-21T13:24:13.867 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-03-21T13:24:13.868 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-03-21T13:24:13.868 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-03-21T13:24:13.868 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-03-21T13:24:14.124 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:13 smithi192 bash[30390]: t=2024-03-21T13:24:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-03-21T13:24:14.125 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-03-21T13:24:14.350 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[14284]: audit 2024-03-21T13:24:13.115658+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:14.350 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[14284]: audit 2024-03-21T13:24:13.131881+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:14.350 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[14284]: cephadm 2024-03-21T13:24:13.136166+0000 mgr.y (mgr.24361) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T13:24:14.350 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[14284]: cephadm 2024-03-21T13:24:13.141120+0000 mgr.y (mgr.24361) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2024-03-21T13:24:14.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[19780]: audit 2024-03-21T13:24:13.115658+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:14.350 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[19780]: audit 2024-03-21T13:24:13.131881+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:14.351 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[19780]: cephadm 2024-03-21T13:24:13.136166+0000 mgr.y (mgr.24361) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T13:24:14.351 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:14 smithi038 bash[19780]: cephadm 2024-03-21T13:24:13.141120+0000 mgr.y (mgr.24361) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2024-03-21T13:24:14.351 INFO:teuthology.orchestra.run.smithi038.stdout:34359738440 2024-03-21T13:24:14.352 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T13:24:14.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[14483]: audit 2024-03-21T13:24:13.115658+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:14.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[14483]: audit 2024-03-21T13:24:13.131881+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:14.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[14483]: cephadm 2024-03-21T13:24:13.136166+0000 mgr.y (mgr.24361) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T13:24:14.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[14483]: cephadm 2024-03-21T13:24:13.141120+0000 mgr.y (mgr.24361) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2024-03-21T13:24:14.381 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-03-21T13:24:14.381 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-03-21T13:24:14.381 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-03-21T13:24:14.382 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-03-21T13:24:14.382 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-03-21T13:24:14.382 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-03-21T13:24:14.382 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-03-21T13:24:14.382 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-03-21T13:24:14.633 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-03-21T13:24:14.634 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-03-21T13:24:14.886 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-03-21T13:24:14.886 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-03-21T13:24:14.886 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-03-21T13:24:14.887 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-03-21T13:24:14.887 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-03-21T13:24:14.887 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-03-21T13:24:14.887 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-03-21T13:24:14.887 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:14 smithi192 bash[30390]: t=2024-03-21T13:24:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-03-21T13:24:15.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-03-21T13:24:15.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[14483]: cluster 2024-03-21T13:24:13.450348+0000 mgr.y (mgr.24361) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:15.392 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-03-21T13:24:15.392 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-03-21T13:24:15.508 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:15 smithi038 bash[14284]: cluster 2024-03-21T13:24:13.450348+0000 mgr.y (mgr.24361) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:15.508 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:15 smithi038 bash[19780]: cluster 2024-03-21T13:24:13.450348+0000 mgr.y (mgr.24361) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-03-21T13:24:15.653 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-03-21T13:24:15.837 INFO:teuthology.orchestra.run.smithi038.stdout:111669149744 2024-03-21T13:24:15.837 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-21T13:24:15.922 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-03-21T13:24:15.922 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-03-21T13:24:15.922 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-03-21T13:24:15.922 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-03-21T13:24:15.922 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-03-21T13:24:15.923 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-03-21T13:24:15.923 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-03-21T13:24:15.923 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-03-21T13:24:15.979 INFO:teuthology.orchestra.run.smithi038.stdout:77309411385 2024-03-21T13:24:15.979 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T13:24:15.982 INFO:teuthology.orchestra.run.smithi038.stdout:133143986217 2024-03-21T13:24:15.982 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:15 smithi192 bash[30390]: t=2024-03-21T13:24:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-03-21T13:24:16.175 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-03-21T13:24:16.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-03-21T13:24:16.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-03-21T13:24:16.712 INFO:teuthology.orchestra.run.smithi038.stdout:167503724579 2024-03-21T13:24:16.712 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-03-21T13:24:16.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-03-21T13:24:16.994 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-03-21T13:24:16.994 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-03-21T13:24:16.994 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-03-21T13:24:16.994 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-03-21T13:24:16.994 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-03-21T13:24:16.994 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-03-21T13:24:16.995 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-03-21T13:24:16.995 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-03-21T13:24:16.995 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-03-21T13:24:16.995 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-03-21T13:24:16.995 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:16 smithi192 bash[30390]: t=2024-03-21T13:24:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-03-21T13:24:17.185 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:17.185 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:17.185 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:17.186 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:17.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:17 smithi038 bash[14284]: cluster 2024-03-21T13:24:15.451008+0000 mgr.y (mgr.24361) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:17.212 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:17 smithi038 bash[19780]: cluster 2024-03-21T13:24:15.451008+0000 mgr.y (mgr.24361) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:17.305 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[14483]: cluster 2024-03-21T13:24:15.451008+0000 mgr.y (mgr.24361) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:17.305 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-03-21T13:24:17.305 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-03-21T13:24:17.305 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-03-21T13:24:17.305 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-03-21T13:24:17.306 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-03-21T13:24:17.306 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-03-21T13:24:17.306 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-03-21T13:24:17.306 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-03-21T13:24:17.592 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-03-21T13:24:17.593 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-03-21T13:24:17.854 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-03-21T13:24:18.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-03-21T13:24:18.139 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-03-21T13:24:18.140 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:17 smithi192 bash[30390]: t=2024-03-21T13:24:17+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-03-21T13:24:18.140 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-03-21T13:24:18.140 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-03-21T13:24:18.140 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-03-21T13:24:18.140 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-03-21T13:24:18.409 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-03-21T13:24:18.409 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-03-21T13:24:18.409 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-03-21T13:24:18.409 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-03-21T13:24:18.409 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-03-21T13:24:18.410 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-03-21T13:24:18.410 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-03-21T13:24:18.410 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-03-21T13:24:18.535 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:18.536 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:18.537 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:18.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[14483]: cluster 2024-03-21T13:24:17.451709+0000 mgr.y (mgr.24361) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:18.679 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-03-21T13:24:18.679 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-03-21T13:24:18.679 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-03-21T13:24:18.679 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-03-21T13:24:18.680 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-03-21T13:24:18.893 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:18.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:18 smithi038 bash[14284]: cluster 2024-03-21T13:24:17.451709+0000 mgr.y (mgr.24361) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:18.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:18 smithi038 bash[19780]: cluster 2024-03-21T13:24:17.451709+0000 mgr.y (mgr.24361) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-03-21T13:24:18.932 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:18 smithi192 bash[30390]: t=2024-03-21T13:24:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-03-21T13:24:19.185 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-03-21T13:24:19.186 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-03-21T13:24:19.186 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-03-21T13:24:19.186 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-03-21T13:24:19.186 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-03-21T13:24:19.446 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-03-21T13:24:19.446 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-03-21T13:24:19.446 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-03-21T13:24:19.447 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-03-21T13:24:19.447 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-03-21T13:24:19.447 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-03-21T13:24:19.447 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-03-21T13:24:19.447 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-03-21T13:24:19.662 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:24:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:19] "GET /metrics HTTP/1.1" 200 191518 "" "Prometheus/2.33.4" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-03-21T13:24:19.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-03-21T13:24:19.713 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-03-21T13:24:20.010 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-03-21T13:24:20.011 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-03-21T13:24:20.011 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:19 smithi192 bash[30390]: t=2024-03-21T13:24:19+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-03-21T13:24:20.011 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-03-21T13:24:20.274 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.033365218s 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-03-21T13:24:20.275 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-03-21T13:24:20.514 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:20 smithi038 bash[14284]: cluster 2024-03-21T13:24:19.452250+0000 mgr.y (mgr.24361) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[14483]: cluster 2024-03-21T13:24:19.452250+0000 mgr.y (mgr.24361) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:20.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-03-21T13:24:20.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-21T13:24:20.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-03-21T13:24:20.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-03-21T13:24:20.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:24:20 smithi192 bash[30390]: t=2024-03-21T13:24:20+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-03-21T13:24:20.888 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:20 smithi038 bash[19780]: cluster 2024-03-21T13:24:19.452250+0000 mgr.y (mgr.24361) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:22 smithi038 bash[14284]: cluster 2024-03-21T13:24:21.452941+0000 mgr.y (mgr.24361) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:22.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:22 smithi038 bash[19780]: cluster 2024-03-21T13:24:21.452941+0000 mgr.y (mgr.24361) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:22.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:22 smithi192 bash[14483]: cluster 2024-03-21T13:24:21.452941+0000 mgr.y (mgr.24361) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:24.893 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:24 smithi038 bash[14284]: cluster 2024-03-21T13:24:23.453574+0000 mgr.y (mgr.24361) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:24.893 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:24 smithi038 bash[19780]: cluster 2024-03-21T13:24:23.453574+0000 mgr.y (mgr.24361) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:24 smithi192 bash[14483]: cluster 2024-03-21T13:24:23.453574+0000 mgr.y (mgr.24361) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:25.177 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:24 smithi038 systemd[1]: Stopping Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:24:25.177 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:24 smithi038 bash[38489]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T13:24:25.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:24:25 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:24:25.587 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:25 smithi038 bash[35433]: level=info ts=2024-03-21T13:24:25.265Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:24:26.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:26 smithi038 bash[14284]: cluster 2024-03-21T13:24:25.454178+0000 mgr.y (mgr.24361) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:26.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:26 smithi038 bash[19780]: cluster 2024-03-21T13:24:25.454178+0000 mgr.y (mgr.24361) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:26 smithi192 bash[14483]: cluster 2024-03-21T13:24:25.454178+0000 mgr.y (mgr.24361) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:28.403 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:28 smithi038 bash[38497]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:24:28.404 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:28 smithi038 bash[38705]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T13:24:28.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:28 smithi192 bash[14483]: cluster 2024-03-21T13:24:27.454794+0000 mgr.y (mgr.24361) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:28.725 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:28 smithi038 bash[14284]: cluster 2024-03-21T13:24:27.454794+0000 mgr.y (mgr.24361) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:28.725 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:28 smithi038 bash[19780]: cluster 2024-03-21T13:24:27.454794+0000 mgr.y (mgr.24361) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:29.399 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:29 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:24:29.399 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:29 smithi038 systemd[1]: Stopped Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:24:29.399 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:29 smithi038 systemd[1]: Started Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:24:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:24:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:29] "GET /metrics HTTP/1.1" 200 191517 "" "Prometheus/2.33.4" 2024-03-21T13:24:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:30 smithi192 bash[14483]: audit 2024-03-21T13:24:29.073533+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:30 smithi192 bash[14483]: cephadm 2024-03-21T13:24:29.075632+0000 mgr.y (mgr.24361) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:24:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:30 smithi192 bash[14483]: cephadm 2024-03-21T13:24:29.080399+0000 mgr.y (mgr.24361) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:24:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:30 smithi038 bash[14284]: audit 2024-03-21T13:24:29.073533+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:30 smithi038 bash[14284]: cephadm 2024-03-21T13:24:29.075632+0000 mgr.y (mgr.24361) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:24:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:30 smithi038 bash[14284]: cephadm 2024-03-21T13:24:29.080399+0000 mgr.y (mgr.24361) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:24:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:30 smithi038 bash[19780]: audit 2024-03-21T13:24:29.073533+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:30 smithi038 bash[19780]: cephadm 2024-03-21T13:24:29.075632+0000 mgr.y (mgr.24361) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:24:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:30 smithi038 bash[19780]: cephadm 2024-03-21T13:24:29.080399+0000 mgr.y (mgr.24361) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:24:31.102 INFO:teuthology.orchestra.run.smithi038.stdout:34359738443 2024-03-21T13:24:31.208 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:31 smithi038 bash[14284]: cluster 2024-03-21T13:24:29.455415+0000 mgr.y (mgr.24361) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:31.208 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:31 smithi038 bash[19780]: cluster 2024-03-21T13:24:29.455415+0000 mgr.y (mgr.24361) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:31 smithi192 bash[14483]: cluster 2024-03-21T13:24:29.455415+0000 mgr.y (mgr.24361) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:32.154 INFO:teuthology.orchestra.run.smithi038.stdout:236223201303 2024-03-21T13:24:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[14483]: audit 2024-03-21T13:24:31.102328+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.38:0/2760714244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:24:32.403 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:32 smithi038 bash[14284]: audit 2024-03-21T13:24:31.102328+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.38:0/2760714244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:24:32.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:32 smithi038 bash[19780]: audit 2024-03-21T13:24:31.102328+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.38:0/2760714244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:24:32.956 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 systemd[1]: Stopping Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:24:32.956 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[30947]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:24:32.956 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.796Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:24:32.956 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:24:32.956 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:24:32.956 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.797Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.798Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.798Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:24:32.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:32 smithi192 bash[29502]: ts=2024-03-21T13:24:32.798Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:24:33.182 INFO:teuthology.orchestra.run.smithi038.stdout:201863462943 2024-03-21T13:24:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:33 smithi192 bash[14483]: cluster 2024-03-21T13:24:31.456042+0000 mgr.y (mgr.24361) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:33 smithi192 bash[14483]: audit 2024-03-21T13:24:32.153746+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/1148696650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T13:24:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:33 smithi038 bash[14284]: cluster 2024-03-21T13:24:31.456042+0000 mgr.y (mgr.24361) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:33 smithi038 bash[14284]: audit 2024-03-21T13:24:32.153746+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/1148696650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T13:24:33.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:33 smithi038 bash[19780]: cluster 2024-03-21T13:24:31.456042+0000 mgr.y (mgr.24361) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:33.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:33 smithi038 bash[19780]: audit 2024-03-21T13:24:32.153746+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/1148696650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T13:24:33.598 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:33 smithi192 bash[30958]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:24:33.598 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:33 smithi192 bash[30994]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:24:33.598 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:33 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:24:33.598 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:33 smithi192 systemd[1]: Stopped Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:24:33.598 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:33 smithi192 systemd[1]: Started Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.181994+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.38:0/1941098626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.475554+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.483964+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.486997+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.38:9093"}]: dispatch 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.501348+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.511500+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.522048+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.192:9095"}]: dispatch 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.532213+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.396 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.541994+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:24:34.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.556166+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.192:3000"}]: dispatch 2024-03-21T13:24:34.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.563230+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.568857+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:34.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.571154+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:34.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[14483]: audit 2024-03-21T13:24:33.572860+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.181994+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.38:0/1941098626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.475554+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.483964+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.486997+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.38:9093"}]: dispatch 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.501348+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.511500+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:24:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.522048+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.192:9095"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.532213+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.541994+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.556166+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.192:3000"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.563230+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.568857+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.571154+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[14284]: audit 2024-03-21T13:24:33.572860+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.181994+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.38:0/1941098626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.475554+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.483964+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.486997+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.38:9093"}]: dispatch 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.501348+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.511500+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.522048+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.192:9095"}]: dispatch 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.532213+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.541994+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.556166+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.192:3000"}]: dispatch 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.563230+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.568857+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.571154+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:34.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:34 smithi038 bash[19780]: audit 2024-03-21T13:24:33.572860+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:34.649 INFO:teuthology.orchestra.run.smithi038.stdout:55834574917 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.550Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.550Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.550Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.550Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi192 (none))" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.550Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.550Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.553Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.553Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.556Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.564Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.564Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.183µs 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.564Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:24:34.705 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.702Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-03-21T13:24:34.846 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738440 got 34359738443 for osd.0 2024-03-21T13:24:34.846 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:34.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.703Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-03-21T13:24:34.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.703Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=123.224µs wal_replay_duration=139.16159ms total_replay_duration=139.3255ms 2024-03-21T13:24:34.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.707Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:24:34.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.707Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T13:24:34.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.707Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:24:34.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.738Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=30.929617ms db_storage=1.331µs remote_storage=2.64µs web_handler=661ns query_engine=1.115µs scrape=579.183µs scrape_sd=53.439µs notify=41.253µs notify_sd=17.117µs rules=29.633818ms 2024-03-21T13:24:34.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:24:34 smithi192 bash[31020]: ts=2024-03-21T13:24:34.738Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: cluster 2024-03-21T13:24:33.456596+0000 mgr.y (mgr.24361) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:33.484844+0000 mgr.y (mgr.24361) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:33.487787+0000 mgr.y (mgr.24361) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.38:9093"}]: dispatch 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:33.512563+0000 mgr.y (mgr.24361) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:33.523004+0000 mgr.y (mgr.24361) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.192:9095"}]: dispatch 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:33.542639+0000 mgr.y (mgr.24361) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:33.556852+0000 mgr.y (mgr.24361) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.192:3000"}]: dispatch 2024-03-21T13:24:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:35 smithi192 bash[14483]: audit 2024-03-21T13:24:34.648976+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.38:0/3798981403' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: cluster 2024-03-21T13:24:33.456596+0000 mgr.y (mgr.24361) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:33.484844+0000 mgr.y (mgr.24361) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:33.487787+0000 mgr.y (mgr.24361) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.38:9093"}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:33.512563+0000 mgr.y (mgr.24361) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:33.523004+0000 mgr.y (mgr.24361) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.192:9095"}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:33.542639+0000 mgr.y (mgr.24361) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:33.556852+0000 mgr.y (mgr.24361) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.192:3000"}]: dispatch 2024-03-21T13:24:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[14284]: audit 2024-03-21T13:24:34.648976+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.38:0/3798981403' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: cluster 2024-03-21T13:24:33.456596+0000 mgr.y (mgr.24361) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:33.484844+0000 mgr.y (mgr.24361) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:33.487787+0000 mgr.y (mgr.24361) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.38:9093"}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:33.512563+0000 mgr.y (mgr.24361) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:33.523004+0000 mgr.y (mgr.24361) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.192:9095"}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:33.542639+0000 mgr.y (mgr.24361) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:33.556852+0000 mgr.y (mgr.24361) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.192:3000"}]: dispatch 2024-03-21T13:24:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:35 smithi038 bash[19780]: audit 2024-03-21T13:24:34.648976+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.38:0/3798981403' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:24:36.115 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201299 got 236223201303 for osd.7 2024-03-21T13:24:36.115 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.423Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.423Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.427Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.429Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.480Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.480Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.483Z caller=main.go:518 msg=Listening address=:9093 2024-03-21T13:24:36.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:36 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:36.483Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-21T13:24:36.690 INFO:teuthology.orchestra.run.smithi038.stdout:167503724583 2024-03-21T13:24:37.048 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462938 got 201863462943 for osd.6 2024-03-21T13:24:37.048 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:37.410 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:37 smithi038 bash[14284]: cluster 2024-03-21T13:24:35.457365+0000 mgr.y (mgr.24361) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:37.410 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:37 smithi038 bash[14284]: audit 2024-03-21T13:24:36.689755+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.38:0/485257141' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:24:37.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:37 smithi038 bash[19780]: cluster 2024-03-21T13:24:35.457365+0000 mgr.y (mgr.24361) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:37.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:37 smithi038 bash[19780]: audit 2024-03-21T13:24:36.689755+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.38:0/485257141' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:24:37.436 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:37 smithi192 bash[14483]: cluster 2024-03-21T13:24:35.457365+0000 mgr.y (mgr.24361) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:37.436 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:37 smithi192 bash[14483]: audit 2024-03-21T13:24:36.689755+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.38:0/485257141' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:24:37.603 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574911 got 55834574917 for osd.1 2024-03-21T13:24:37.603 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:38.621 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724579 got 167503724583 for osd.5 2024-03-21T13:24:38.621 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:38.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:38 smithi038 bash[14284]: audit 2024-03-21T13:24:37.451015+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:38.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:38 smithi038 bash[14284]: cluster 2024-03-21T13:24:37.457854+0000 mgr.y (mgr.24361) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:38.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:38 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:38.430Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000688837s 2024-03-21T13:24:38.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:38 smithi038 bash[19780]: audit 2024-03-21T13:24:37.451015+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:38.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:38 smithi038 bash[19780]: cluster 2024-03-21T13:24:37.457854+0000 mgr.y (mgr.24361) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:38.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:38 smithi192 bash[14483]: audit 2024-03-21T13:24:37.451015+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:38.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:38 smithi192 bash[14483]: cluster 2024-03-21T13:24:37.457854+0000 mgr.y (mgr.24361) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:38.984 INFO:teuthology.orchestra.run.smithi038.stdout:133143986222 2024-03-21T13:24:38.990 INFO:teuthology.orchestra.run.smithi038.stdout:77309411390 2024-03-21T13:24:39.006 INFO:teuthology.orchestra.run.smithi038.stdout:111669149749 2024-03-21T13:24:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:39 smithi038 bash[14284]: audit 2024-03-21T13:24:38.984509+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.38:0/183802169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:24:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:39 smithi038 bash[14284]: audit 2024-03-21T13:24:38.990613+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.38:0/1591664666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:24:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:39 smithi038 bash[14284]: audit 2024-03-21T13:24:39.006419+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.38:0/2965821898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:24:39.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:39 smithi038 bash[19780]: audit 2024-03-21T13:24:38.984509+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.38:0/183802169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:24:39.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:39 smithi038 bash[19780]: audit 2024-03-21T13:24:38.990613+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.38:0/1591664666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:24:39.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:39 smithi038 bash[19780]: audit 2024-03-21T13:24:39.006419+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.38:0/2965821898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:24:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:39 smithi192 bash[14483]: audit 2024-03-21T13:24:38.984509+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.38:0/183802169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:24:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:39 smithi192 bash[14483]: audit 2024-03-21T13:24:38.990613+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.38:0/1591664666' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:24:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:39 smithi192 bash[14483]: audit 2024-03-21T13:24:39.006419+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.38:0/2965821898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:24:40.429 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411385 got 77309411390 for osd.2 2024-03-21T13:24:40.430 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:40.430 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149744 got 111669149749 for osd.3 2024-03-21T13:24:40.431 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:40.431 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986217 got 133143986222 for osd.4 2024-03-21T13:24:40.431 DEBUG:teuthology.parallel:result is None 2024-03-21T13:24:40.432 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T13:24:40.432 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:24:40.903 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:40 smithi038 bash[14284]: cluster 2024-03-21T13:24:39.458489+0000 mgr.y (mgr.24361) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:40.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:40 smithi038 bash[19780]: cluster 2024-03-21T13:24:39.458489+0000 mgr.y (mgr.24361) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:40.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:40 smithi192 bash[14483]: cluster 2024-03-21T13:24:39.458489+0000 mgr.y (mgr.24361) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:42.924 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[14284]: cluster 2024-03-21T13:24:41.459263+0000 mgr.y (mgr.24361) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[14284]: audit 2024-03-21T13:24:41.708215+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[14284]: audit 2024-03-21T13:24:41.981938+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[14284]: audit 2024-03-21T13:24:41.987868+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[14284]: audit 2024-03-21T13:24:41.989647+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[14284]: audit 2024-03-21T13:24:41.990838+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:42.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[19780]: cluster 2024-03-21T13:24:41.459263+0000 mgr.y (mgr.24361) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:42.959 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[19780]: audit 2024-03-21T13:24:41.708215+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:42.959 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[19780]: audit 2024-03-21T13:24:41.981938+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:42.959 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[19780]: audit 2024-03-21T13:24:41.987868+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:42.959 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[19780]: audit 2024-03-21T13:24:41.989647+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:42.959 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:42 smithi038 bash[19780]: audit 2024-03-21T13:24:41.990838+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:42 smithi192 bash[14483]: cluster 2024-03-21T13:24:41.459263+0000 mgr.y (mgr.24361) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:42 smithi192 bash[14483]: audit 2024-03-21T13:24:41.708215+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:42 smithi192 bash[14483]: audit 2024-03-21T13:24:41.981938+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:42 smithi192 bash[14483]: audit 2024-03-21T13:24:41.987868+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:42 smithi192 bash[14483]: audit 2024-03-21T13:24:41.989647+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:42 smithi192 bash[14483]: audit 2024-03-21T13:24:41.990838+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:45.153 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:44 smithi038 bash[14284]: cluster 2024-03-21T13:24:43.459964+0000 mgr.y (mgr.24361) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:44 smithi038 bash[19780]: cluster 2024-03-21T13:24:43.459964+0000 mgr.y (mgr.24361) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:45.183 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:44 smithi192 bash[14483]: cluster 2024-03-21T13:24:43.459964+0000 mgr.y (mgr.24361) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:45.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:24:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:24:46.211 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:24:46.214 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-03-21T13:24:46.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[38777]: level=info ts=2024-03-21T13:24:46.433Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004224183s 2024-03-21T13:24:46.942 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2024-03-21T13:24:45.460287+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":48960,"kb_used_data":6144,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912256,"statfs":{"total":767960285184,"available":767910150144,"internally_reserved":0,"allocated":6291456,"data_stored":3510300,"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.003961"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-21T13:23:09.830296+0000","last_change":"2024-03-21T13:22:46.433013+0000","last_active":"2024-03-21T13:23:09.830296+0000","last_peered":"2024-03-21T13:23:09.830296+0000","last_clean":"2024-03-21T13:23:09.830296+0000","last_became_active":"2024-03-21T13:22:46.432033+0000","last_became_peered":"2024-03-21T13:22:46.432033+0000","last_unstale":"2024-03-21T13:23:09.830296+0000","last_undegraded":"2024-03-21T13:23:09.830296+0000","last_fullsized":"2024-03-21T13:23:09.830296+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:19:40.265928+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:19:40.265928+0000","last_clean_scrub_stamp":"2024-03-21T13:19:40.265928+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T19:32:20.774286+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":236223201306,"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":769265,"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":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":1.02},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.0529999999999999}]},{"osd":1,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":1.1180000000000001},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.1779999999999999}]},{"osd":2,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.999,"15min":0.999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":1.2110000000000001},{"interface":"front","average":{"1min":1.069,"5min":1.069,"15min":1.069},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":0.90900000000000003}]},{"osd":3,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.004,"15min":1.004},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.278},{"interface":"front","average":{"1min":1.046,"5min":1.046,"15min":1.046},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.94999999999999996}]},{"osd":4,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.256}]},{"osd":5,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.302},{"interface":"front","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.363}]},{"osd":6,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.458,"5min":1.458,"15min":1.458},"last":1.391},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.877,"5min":0.877,"15min":0.877},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":1.3280000000000001}]}]},{"osd":6,"up_from":47,"seq":201863462946,"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":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.94999999999999996,"15min":0.95799999999999996},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.2669999999999999,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.93400000000000005},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.998,"15min":0.99399999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.4850000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":0.80400000000000005}]},{"osd":1,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.70899999999999996,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":2.0459999999999998,"5min":2.0459999999999998,"15min":2.0459999999999998},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1.008,"15min":1.0149999999999999},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.107}]},{"osd":2,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.96999999999999997,"15min":0.96599999999999997},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":2.5049999999999999,"5min":2.5049999999999999,"15min":2.5049999999999999},"last":1.2470000000000001},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.038,"15min":1.038},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":0.90500000000000003}]},{"osd":3,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":1.0229999999999999,"15min":1.0329999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.121,"15min":1.1160000000000001},"min":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":2.4670000000000001,"5min":2.4670000000000001,"15min":2.4670000000000001},"last":1.1639999999999999}]},{"osd":4,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":0.97799999999999998},{"interface":"front","average":{"1min":0.996,"5min":1.0569999999999999,"15min":1.0669999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3540000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.296}]},{"osd":5,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.1120000000000001,"15min":1.115},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.151,"5min":1.167,"15min":1.1699999999999999},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.6180000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.196}]},{"osd":7,"last update":"Thu Mar 21 13:23:43 2024","interfaces":[{"interface":"back","average":{"1min":1.214,"5min":1.214,"15min":1.214},"min":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.125},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.3100000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574920,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6340,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738812,"statfs":{"total":95995035648,"available":95988543488,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 13:24:10 2024","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.73499999999999999,"15min":0.65500000000000003},"min":{"1min":0.378,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.29,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.80600000000000005,"15min":0.69899999999999995},"min":{"1min":0.45700000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.135,"5min":1.353,"15min":1.353},"last":0.83099999999999996}]},{"osd":2,"last update":"Thu Mar 21 13:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.77500000000000002,"15min":0.70499999999999996},"min":{"1min":0.51200000000000001,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.9339999999999999,"5min":1.9339999999999999,"15min":1.9339999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.82599999999999996,"15min":0.73399999999999999},"min":{"1min":0.47399999999999998,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.96799999999999997}]},{"osd":3,"last update":"Thu Mar 21 13:24:26 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93700000000000006,"15min":0.90600000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.355,"5min":1.625,"15min":1.625},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.871,"5min":0.85799999999999998,"15min":0.82599999999999996},"min":{"1min":0.60999999999999999,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.91300000000000003}]},{"osd":4,"last update":"Thu Mar 21 13:23:59 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.052,"15min":1.0349999999999999},"min":{"1min":0.86799999999999999,"5min":0.83199999999999996,"15min":0.83199999999999996},"max":{"1min":1.619,"5min":1.619,"15min":1.619},"last":1.206},{"interface":"front","average":{"1min":1.272,"5min":1.145,"15min":1.109},"min":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.6200000000000001,"5min":2.101,"15min":2.101},"last":1.4199999999999999}]},{"osd":5,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.107,"15min":1.097},"min":{"1min":0.754,"5min":0.749,"15min":0.749},"max":{"1min":1.3420000000000001,"5min":1.591,"15min":1.591},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.2410000000000001,"15min":1.2350000000000001},"min":{"1min":0.752,"5min":0.752,"15min":0.752},"max":{"1min":1.667,"5min":1.966,"15min":1.966},"last":1.361}]},{"osd":6,"last update":"Thu Mar 21 13:24:10 2024","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.204,"15min":1.198},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.659,"5min":1.679,"15min":1.679},"last":1.3420000000000001},{"interface":"front","average":{"1min":1.359,"5min":1.3149999999999999,"15min":1.3069999999999999},"min":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.806,"5min":2.2090000000000001,"15min":2.2090000000000001},"last":1.4610000000000001}]},{"osd":7,"last update":"Thu Mar 21 13:24:43 2024","interfaces":[{"interface":"back","average":{"1min":1.2829999999999999,"5min":1.3069999999999999,"15min":1.3109999999999999},"min":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"max":{"1min":1.9430000000000001,"5min":1.9430000000000001,"15min":1.9430000000000001},"last":1.1180000000000001},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.3260000000000001,"15min":1.3420000000000001},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.579,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.1499999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738447,"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":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.72199999999999998,"15min":0.63200000000000001},"min":{"1min":0.51500000000000001,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.0980000000000001,"5min":2.351,"15min":2.351},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.79600000000000004,"15min":0.67900000000000005},"min":{"1min":0.50600000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.3120000000000001,"5min":2.548,"15min":2.548},"last":0.93500000000000005}]},{"osd":2,"last update":"Thu Mar 21 13:23:48 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.81499999999999995,"15min":0.77700000000000002},"min":{"1min":0.55200000000000005,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.1439999999999999,"5min":1.617,"15min":1.617},"last":0.747},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.84699999999999998,"15min":0.80100000000000005},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.4039999999999999,"5min":1.53,"15min":1.53},"last":0.88500000000000001}]},{"osd":3,"last update":"Thu Mar 21 13:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.876,"15min":0.84199999999999997},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.353,"5min":1.661,"15min":1.661},"last":1.1910000000000001},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.96999999999999997,"15min":0.92300000000000004},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.3129999999999999,"5min":2.407,"15min":2.407},"last":1.1419999999999999}]},{"osd":4,"last update":"Thu Mar 21 13:23:57 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.145,"15min":1.1419999999999999},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.163,"15min":1.153},"min":{"1min":0.89100000000000001,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.633,"5min":1.736,"15min":1.736},"last":1.0580000000000001}]},{"osd":5,"last update":"Thu Mar 21 13:24:31 2024","interfaces":[{"interface":"back","average":{"1min":1.232,"5min":1.2270000000000001,"15min":1.2130000000000001},"min":{"1min":0.95299999999999996,"5min":0.92400000000000004,"15min":0.92400000000000004},"max":{"1min":1.629,"5min":1.806,"15min":1.806},"last":1.4079999999999999},{"interface":"front","average":{"1min":1.226,"5min":1.264,"15min":1.268},"min":{"1min":0.97099999999999997,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.6579999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.365}]},{"osd":6,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":1.242,"5min":1.3080000000000001,"15min":1.319},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.7609999999999999,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.304},{"interface":"front","average":{"1min":1.236,"5min":1.3420000000000001,"15min":1.3600000000000001},"min":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"max":{"1min":1.6040000000000001,"5min":1.645,"15min":1.645},"last":1.3799999999999999}]},{"osd":7,"last update":"Thu Mar 21 13:24:44 2024","interfaces":[{"interface":"back","average":{"1min":1.3460000000000001,"5min":1.3640000000000001,"15min":1.367},"min":{"1min":1.016,"5min":1.016,"15min":1.016},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":1.177},{"interface":"front","average":{"1min":1.341,"5min":1.385,"15min":1.393},"min":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.659,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":1.3260000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411392,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":240072,"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":"Thu Mar 21 13:23:51 2024","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.75800000000000001,"15min":0.71599999999999997},"min":{"1min":0.63900000000000001,"5min":0.502,"15min":0.502},"max":{"1min":1.3360000000000001,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.77500000000000002,"15min":0.74399999999999999},"min":{"1min":0.58499999999999996,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2310000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.90500000000000003}]},{"osd":1,"last update":"Thu Mar 21 13:23:51 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.82599999999999996,"15min":0.77700000000000002},"min":{"1min":0.626,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":1.0369999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.85299999999999998,"15min":0.79700000000000004},"min":{"1min":0.73599999999999999,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.4650000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.77300000000000002}]},{"osd":3,"last update":"Thu Mar 21 13:24:28 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.95199999999999996,"15min":0.92300000000000004},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.415,"5min":1.798,"15min":1.798},"last":1.113},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.93300000000000005,"15min":0.91100000000000003},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.079}]},{"osd":4,"last update":"Thu Mar 21 13:23:58 2024","interfaces":[{"interface":"back","average":{"1min":1.28,"5min":1.1539999999999999,"15min":1.1160000000000001},"min":{"1min":0.91200000000000003,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.8939999999999999,"5min":1.8939999999999999,"15min":1.8939999999999999},"last":1.472},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1100000000000001,"15min":1.1020000000000001},"min":{"1min":0.81799999999999995,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":1.661}]},{"osd":5,"last update":"Thu Mar 21 13:24:39 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1779999999999999,"15min":1.1799999999999999},"min":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.5249999999999999,"5min":1.8740000000000001,"15min":1.8740000000000001},"last":1.4490000000000001},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.1559999999999999,"15min":1.1359999999999999},"min":{"1min":0.88800000000000001,"5min":0.874,"15min":0.874},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.804}]},{"osd":6,"last update":"Thu Mar 21 13:24:09 2024","interfaces":[{"interface":"back","average":{"1min":1.3420000000000001,"5min":1.3049999999999999,"15min":1.2989999999999999},"min":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"max":{"1min":1.829,"5min":1.829,"15min":1.829},"last":1.5669999999999999},{"interface":"front","average":{"1min":1.377,"5min":1.3109999999999999,"15min":1.3},"min":{"1min":1.1699999999999999,"5min":1.012,"15min":1.012},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.772}]},{"osd":7,"last update":"Thu Mar 21 13:23:46 2024","interfaces":[{"interface":"back","average":{"1min":1.379,"5min":1.379,"15min":1.379},"min":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"max":{"1min":1.784,"5min":1.784,"15min":1.784},"last":1.5369999999999999},{"interface":"front","average":{"1min":1.3999999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"min":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"max":{"1min":1.569,"5min":1.569,"15min":1.569},"last":1.704}]}]},{"osd":3,"up_from":26,"seq":111669149751,"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":"Thu Mar 21 13:24:27 2024","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.751,"15min":0.72299999999999998},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":0.94799999999999995,"5min":1.355,"15min":1.355},"last":0.97799999999999998},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.86099999999999999,"15min":0.82199999999999995},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.109}]},{"osd":1,"last update":"Thu Mar 21 13:24:27 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.86299999999999999,"15min":0.86699999999999999},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1259999999999999,"5min":1.349,"15min":1.349},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.80600000000000005,"15min":0.78500000000000003},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.0169999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.3680000000000001}]},{"osd":2,"last update":"Thu Mar 21 13:24:27 2024","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":0.95799999999999996,"15min":0.92300000000000004},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":4.8470000000000004,"5min":4.8470000000000004,"15min":4.8470000000000004},"last":0.93200000000000005},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.91600000000000004,"15min":0.89300000000000002},"min":{"1min":0.63700000000000001,"5min":0.625,"15min":0.625},"max":{"1min":1.226,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.1659999999999999}]},{"osd":4,"last update":"Thu Mar 21 13:24:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.077,"15min":1.0640000000000001},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.556,"5min":1.556,"15min":1.556},"last":1.234},{"interface":"front","average":{"1min":1.3160000000000001,"5min":1.1419999999999999,"15min":1.1020000000000001},"min":{"1min":0.87,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":4.673,"5min":4.673,"15min":4.673},"last":1.4330000000000001}]},{"osd":5,"last update":"Thu Mar 21 13:24:33 2024","interfaces":[{"interface":"back","average":{"1min":1.3129999999999999,"5min":1.218,"15min":1.1890000000000001},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":4.766,"5min":4.766,"15min":4.766},"last":1.48},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.204,"15min":1.206},"min":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.4550000000000001,"5min":1.7,"15min":1.7},"last":1.6679999999999999}]},{"osd":6,"last update":"Thu Mar 21 13:24:06 2024","interfaces":[{"interface":"back","average":{"1min":1.3120000000000001,"5min":1.286,"15min":1.282},"min":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"max":{"1min":1.631,"5min":1.631,"15min":1.631},"last":1.506},{"interface":"front","average":{"1min":1.2849999999999999,"5min":1.3109999999999999,"15min":1.3149999999999999},"min":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.577,"5min":1.577,"15min":1.577},"last":1.5620000000000001}]},{"osd":7,"last update":"Thu Mar 21 13:23:42 2024","interfaces":[{"interface":"back","average":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"min":{"1min":1.212,"5min":1.212,"15min":1.212},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.5940000000000001},{"interface":"front","average":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"min":{"1min":1.224,"5min":1.224,"15min":1.224},"max":{"1min":1.8380000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":1.6459999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986224,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5764,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739388,"statfs":{"total":95995035648,"available":95989133312,"internally_reserved":0,"allocated":585728,"data_stored":240395,"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":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.86699999999999999,"15min":0.84499999999999997},"min":{"1min":0.63100000000000001,"5min":0.63,"15min":0.63},"max":{"1min":1.258,"5min":1.284,"15min":1.284},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.0820000000000001,"5min":0.92400000000000004,"15min":0.89000000000000001},"min":{"1min":0.69399999999999995,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.708,"5min":1.708,"15min":1.708},"last":0.67600000000000005}]},{"osd":1,"last update":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.93200000000000005,"15min":0.94699999999999995},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.88800000000000001,"15min":0.88500000000000001},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":1.179}]},{"osd":2,"last update":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.90900000000000003,"15min":0.88700000000000001},"min":{"1min":0.66800000000000004,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.2370000000000001},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0169999999999999,"15min":1.004},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":2.117,"5min":2.117,"15min":2.117},"last":0.73499999999999999}]},{"osd":3,"last update":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":0.96199999999999997,"15min":0.94499999999999995},"min":{"1min":0.61599999999999999,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":2.0800000000000001,"5min":2.0800000000000001,"15min":2.0800000000000001},"last":0.80900000000000005},{"interface":"front","average":{"1min":1.014,"5min":1.0109999999999999,"15min":1.0269999999999999},"min":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.052}]},{"osd":5,"last update":"Thu Mar 21 13:24:33 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.85799999999999998,"15min":0.82399999999999995},"min":{"1min":0.67700000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.8660000000000001,"5min":1.8660000000000001,"15min":1.8660000000000001},"last":0.85399999999999998},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.097,"15min":1.05},"min":{"1min":0.88800000000000001,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.9350000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":0.96899999999999997}]},{"osd":6,"last update":"Thu Mar 21 13:24:15 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.92300000000000004,"15min":0.90900000000000003},"min":{"1min":0.77100000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.3779999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.78700000000000003},{"interface":"front","average":{"1min":1.0429999999999999,"5min":0.98299999999999998,"15min":0.97299999999999998},"min":{"1min":0.747,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.117}]},{"osd":7,"last update":"Thu Mar 21 13:23:42 2024","interfaces":[{"interface":"back","average":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"min":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":0.94099999999999995},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"min":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":0.98899999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724585,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.92500000000000004,"15min":0.91100000000000003},"min":{"1min":0.64300000000000002,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.999,"5min":0.93300000000000005,"15min":0.92100000000000004},"min":{"1min":0.68100000000000005,"5min":0.628,"15min":0.628},"max":{"1min":2.1339999999999999,"5min":2.1339999999999999,"15min":2.1339999999999999},"last":0.88900000000000001}]},{"osd":1,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":0.95999999999999996,"15min":0.95599999999999996},"min":{"1min":0.68700000000000006,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":2.2370000000000001,"5min":2.2370000000000001,"15min":2.2370000000000001},"last":1.1459999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":0.97799999999999998,"15min":0.95899999999999996},"min":{"1min":0.72399999999999998,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.9590000000000001,"5min":1.9590000000000001,"15min":1.9590000000000001},"last":1.1240000000000001}]},{"osd":2,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.96599999999999997,"15min":0.95799999999999996},"min":{"1min":0.73299999999999998,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":2.077,"5min":2.077,"15min":2.077},"last":1.266},{"interface":"front","average":{"1min":1.111,"5min":1.0089999999999999,"15min":0.997},"min":{"1min":0.77200000000000002,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":2.0129999999999999,"5min":2.0129999999999999,"15min":2.0129999999999999},"last":1.0289999999999999}]},{"osd":3,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.153,"5min":1.02,"15min":0.98599999999999999},"min":{"1min":0.72599999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":2.1709999999999998,"5min":2.1709999999999998,"15min":2.1709999999999998},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.125,"5min":1.0800000000000001,"15min":1.0820000000000001},"min":{"1min":0.79700000000000004,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":2.21,"5min":2.21,"15min":2.21},"last":0.95299999999999996}]},{"osd":4,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":0.95599999999999996,"15min":0.91100000000000003},"min":{"1min":0.69499999999999995,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":2.0499999999999998,"5min":2.0499999999999998,"15min":2.0499999999999998},"last":1.323},{"interface":"front","average":{"1min":1.105,"5min":0.98799999999999999,"15min":0.94599999999999995},"min":{"1min":0.75800000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":2.2850000000000001,"5min":2.2850000000000001,"15min":2.2850000000000001},"last":1.1870000000000001}]},{"osd":6,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.0800000000000001,"15min":1.0700000000000001},"min":{"1min":0.63800000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":2.423,"5min":2.423,"15min":2.423},"last":1.105},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.111,"15min":1.103},"min":{"1min":0.68700000000000006,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":2.2280000000000002,"5min":2.2280000000000002,"15min":2.2280000000000002},"last":1.429}]},{"osd":7,"last update":"Thu Mar 21 13:24:44 2024","interfaces":[{"interface":"back","average":{"1min":1.262,"5min":1.2170000000000001,"15min":1.2090000000000001},"min":{"1min":0.77400000000000002,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":2.2690000000000001,"5min":2.2690000000000001,"15min":2.2690000000000001},"last":1.3799999999999999},{"interface":"front","average":{"1min":1.2609999999999999,"5min":1.212,"15min":1.204},"min":{"1min":0.92100000000000004,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":2.593,"5min":2.593,"15min":2.593},"last":1.351}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:24:46.944 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[14284]: cluster 2024-03-21T13:24:45.460619+0000 mgr.y (mgr.24361) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[14284]: audit 2024-03-21T13:24:45.792796+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[14284]: audit 2024-03-21T13:24:45.800605+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[14284]: audit 2024-03-21T13:24:46.207864+0000 mgr.y (mgr.24361) 79 : audit [DBG] from='client.24526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[19780]: cluster 2024-03-21T13:24:45.460619+0000 mgr.y (mgr.24361) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[19780]: audit 2024-03-21T13:24:45.792796+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[19780]: audit 2024-03-21T13:24:45.800605+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:46 smithi038 bash[19780]: audit 2024-03-21T13:24:46.207864+0000 mgr.y (mgr.24361) 79 : audit [DBG] from='client.24526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:46 smithi192 bash[14483]: cluster 2024-03-21T13:24:45.460619+0000 mgr.y (mgr.24361) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:46 smithi192 bash[14483]: audit 2024-03-21T13:24:45.792796+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:46 smithi192 bash[14483]: audit 2024-03-21T13:24:45.800605+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:24:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:46 smithi192 bash[14483]: audit 2024-03-21T13:24:46.207864+0000 mgr.y (mgr.24361) 79 : audit [DBG] from='client.24526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:48 smithi192 bash[14483]: cluster 2024-03-21T13:24:47.461180+0000 mgr.y (mgr.24361) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:48.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:48 smithi038 bash[14284]: cluster 2024-03-21T13:24:47.461180+0000 mgr.y (mgr.24361) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:48.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:48 smithi038 bash[19780]: cluster 2024-03-21T13:24:47.461180+0000 mgr.y (mgr.24361) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:49.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:24:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:49] "GET /metrics HTTP/1.1" 200 191514 "" "Prometheus/2.33.4" 2024-03-21T13:24:49.680 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:50.854 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:50 smithi038 bash[14284]: cluster 2024-03-21T13:24:49.461824+0000 mgr.y (mgr.24361) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:50.854 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:50 smithi038 bash[19780]: cluster 2024-03-21T13:24:49.461824+0000 mgr.y (mgr.24361) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:50.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:50 smithi192 bash[14483]: cluster 2024-03-21T13:24:49.461824+0000 mgr.y (mgr.24361) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:52 smithi038 bash[14284]: cluster 2024-03-21T13:24:51.462497+0000 mgr.y (mgr.24361) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:52.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:52 smithi038 bash[19780]: cluster 2024-03-21T13:24:51.462497+0000 mgr.y (mgr.24361) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:52.758 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:24:52.760 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-03-21T13:24:52.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:52 smithi192 bash[14483]: cluster 2024-03-21T13:24:51.462497+0000 mgr.y (mgr.24361) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:53.477 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":54,"stamp":"2024-03-21T13:24:51.462159+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":48960,"kb_used_data":6144,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912256,"statfs":{"total":767960285184,"available":767910150144,"internally_reserved":0,"allocated":6291456,"data_stored":3510300,"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.004026"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-21T13:23:09.830296+0000","last_change":"2024-03-21T13:22:46.433013+0000","last_active":"2024-03-21T13:23:09.830296+0000","last_peered":"2024-03-21T13:23:09.830296+0000","last_clean":"2024-03-21T13:23:09.830296+0000","last_became_active":"2024-03-21T13:22:46.432033+0000","last_became_peered":"2024-03-21T13:22:46.432033+0000","last_unstale":"2024-03-21T13:23:09.830296+0000","last_undegraded":"2024-03-21T13:23:09.830296+0000","last_fullsized":"2024-03-21T13:23:09.830296+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:19:40.265928+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:19:40.265928+0000","last_clean_scrub_stamp":"2024-03-21T13:19:40.265928+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T19:32:20.774286+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":769265,"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":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":0.93899999999999995},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.3340000000000001}]},{"osd":1,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.84699999999999998},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.038}]},{"osd":2,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.999,"15min":0.999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":0.872},{"interface":"front","average":{"1min":1.069,"5min":1.069,"15min":1.069},"min":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.276,"5min":1.276,"15min":1.276},"last":1.085}]},{"osd":3,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.004,"15min":1.004},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.006},{"interface":"front","average":{"1min":1.046,"5min":1.046,"15min":1.046},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.4159999999999999}]},{"osd":4,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.115},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.155}]},{"osd":5,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.177}]},{"osd":6,"last update":"Thu Mar 21 13:23:47 2024","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.458,"5min":1.458,"15min":1.458},"last":1.47},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.877,"5min":0.877,"15min":0.877},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":1.2669999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462947,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.94999999999999996,"15min":0.95799999999999996},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.2669999999999999,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.998,"15min":0.99399999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.4850000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":0.80600000000000005}]},{"osd":1,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.70899999999999996,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":2.0459999999999998,"5min":2.0459999999999998,"15min":2.0459999999999998},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1.008,"15min":1.0149999999999999},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.71699999999999997}]},{"osd":2,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.96999999999999997,"15min":0.96599999999999997},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":2.5049999999999999,"5min":2.5049999999999999,"15min":2.5049999999999999},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.038,"15min":1.038},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":0.89500000000000002}]},{"osd":3,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":1.0229999999999999,"15min":1.0329999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.101},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.121,"15min":1.1160000000000001},"min":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":2.4670000000000001,"5min":2.4670000000000001,"15min":2.4670000000000001},"last":1.0860000000000001}]},{"osd":4,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":1.0329999999999999},{"interface":"front","average":{"1min":0.996,"5min":1.0569999999999999,"15min":1.0669999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3540000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.29}]},{"osd":5,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.1120000000000001,"15min":1.115},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.151,"5min":1.167,"15min":1.1699999999999999},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.6180000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.2310000000000001}]},{"osd":7,"last update":"Thu Mar 21 13:24:47 2024","interfaces":[{"interface":"back","average":{"1min":1.149,"5min":1.2010000000000001,"15min":1.2090000000000001},"min":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.349,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.254},{"interface":"front","average":{"1min":1.222,"5min":1.24,"15min":1.2430000000000001},"min":{"1min":0.91100000000000003,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.274}]}]},{"osd":1,"up_from":13,"seq":55834574921,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6340,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738812,"statfs":{"total":95995035648,"available":95988543488,"internally_reserved":0,"allocated":585728,"data_stored":240395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 13:24:10 2024","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.73499999999999999,"15min":0.65500000000000003},"min":{"1min":0.378,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.29,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.80600000000000005,"15min":0.69899999999999995},"min":{"1min":0.45700000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.135,"5min":1.353,"15min":1.353},"last":0.63}]},{"osd":2,"last update":"Thu Mar 21 13:24:46 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.81399999999999995,"15min":0.71799999999999997},"min":{"1min":0.47099999999999997,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.119,"5min":1.9339999999999999,"15min":1.9339999999999999},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.85599999999999998,"15min":0.74399999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.228,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.72299999999999998}]},{"osd":3,"last update":"Thu Mar 21 13:24:26 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93700000000000006,"15min":0.90600000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.355,"5min":1.625,"15min":1.625},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.871,"5min":0.85799999999999998,"15min":0.82599999999999996},"min":{"1min":0.60999999999999999,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.79600000000000004}]},{"osd":4,"last update":"Thu Mar 21 13:23:59 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.052,"15min":1.0349999999999999},"min":{"1min":0.86799999999999999,"5min":0.83199999999999996,"15min":0.83199999999999996},"max":{"1min":1.619,"5min":1.619,"15min":1.619},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.272,"5min":1.145,"15min":1.109},"min":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.6200000000000001,"5min":2.101,"15min":2.101},"last":1.0649999999999999}]},{"osd":5,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.107,"15min":1.097},"min":{"1min":0.754,"5min":0.749,"15min":0.749},"max":{"1min":1.3420000000000001,"5min":1.591,"15min":1.591},"last":1.21},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.2410000000000001,"15min":1.2350000000000001},"min":{"1min":0.752,"5min":0.752,"15min":0.752},"max":{"1min":1.667,"5min":1.966,"15min":1.966},"last":1.0129999999999999}]},{"osd":6,"last update":"Thu Mar 21 13:24:10 2024","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.204,"15min":1.198},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.659,"5min":1.679,"15min":1.679},"last":1.0289999999999999},{"interface":"front","average":{"1min":1.359,"5min":1.3149999999999999,"15min":1.3069999999999999},"min":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.806,"5min":2.2090000000000001,"15min":2.2090000000000001},"last":1.175}]},{"osd":7,"last update":"Thu Mar 21 13:24:43 2024","interfaces":[{"interface":"back","average":{"1min":1.2829999999999999,"5min":1.3069999999999999,"15min":1.3109999999999999},"min":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"max":{"1min":1.9430000000000001,"5min":1.9430000000000001,"15min":1.9430000000000001},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.3260000000000001,"15min":1.3420000000000001},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.579,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.2490000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738448,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.72199999999999998,"15min":0.63200000000000001},"min":{"1min":0.51500000000000001,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.0980000000000001,"5min":2.351,"15min":2.351},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.79600000000000004,"15min":0.67900000000000005},"min":{"1min":0.50600000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.3120000000000001,"5min":2.548,"15min":2.548},"last":0.80800000000000005}]},{"osd":2,"last update":"Thu Mar 21 13:23:48 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.81499999999999995,"15min":0.77700000000000002},"min":{"1min":0.55200000000000005,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.1439999999999999,"5min":1.617,"15min":1.617},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.84699999999999998,"15min":0.80100000000000005},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.4039999999999999,"5min":1.53,"15min":1.53},"last":1.0369999999999999}]},{"osd":3,"last update":"Thu Mar 21 13:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.876,"15min":0.84199999999999997},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.353,"5min":1.661,"15min":1.661},"last":1.101},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.96999999999999997,"15min":0.92300000000000004},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.3129999999999999,"5min":2.407,"15min":2.407},"last":0.90600000000000003}]},{"osd":4,"last update":"Thu Mar 21 13:23:57 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.145,"15min":1.1419999999999999},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.49},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.163,"15min":1.153},"min":{"1min":0.89100000000000001,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.633,"5min":1.736,"15min":1.736},"last":1.2310000000000001}]},{"osd":5,"last update":"Thu Mar 21 13:24:31 2024","interfaces":[{"interface":"back","average":{"1min":1.232,"5min":1.2270000000000001,"15min":1.2130000000000001},"min":{"1min":0.95299999999999996,"5min":0.92400000000000004,"15min":0.92400000000000004},"max":{"1min":1.629,"5min":1.806,"15min":1.806},"last":1.3400000000000001},{"interface":"front","average":{"1min":1.226,"5min":1.264,"15min":1.268},"min":{"1min":0.97099999999999997,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.6579999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.157}]},{"osd":6,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":1.242,"5min":1.3080000000000001,"15min":1.319},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.7609999999999999,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.236,"5min":1.3420000000000001,"15min":1.3600000000000001},"min":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"max":{"1min":1.6040000000000001,"5min":1.645,"15min":1.645},"last":1.304}]},{"osd":7,"last update":"Thu Mar 21 13:24:44 2024","interfaces":[{"interface":"back","average":{"1min":1.3460000000000001,"5min":1.3640000000000001,"15min":1.367},"min":{"1min":1.016,"5min":1.016,"15min":1.016},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":1.3979999999999999},{"interface":"front","average":{"1min":1.341,"5min":1.385,"15min":1.393},"min":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.659,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":1.4590000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":240072,"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":"Thu Mar 21 13:23:51 2024","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.75800000000000001,"15min":0.71599999999999997},"min":{"1min":0.63900000000000001,"5min":0.502,"15min":0.502},"max":{"1min":1.3360000000000001,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.77500000000000002,"15min":0.74399999999999999},"min":{"1min":0.58499999999999996,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2310000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.72399999999999998}]},{"osd":1,"last update":"Thu Mar 21 13:23:51 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.82599999999999996,"15min":0.77700000000000002},"min":{"1min":0.626,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.85299999999999998,"15min":0.79700000000000004},"min":{"1min":0.73599999999999999,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.4650000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.84199999999999997}]},{"osd":3,"last update":"Thu Mar 21 13:24:28 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.95199999999999996,"15min":0.92300000000000004},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.415,"5min":1.798,"15min":1.798},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.93300000000000005,"15min":0.91100000000000003},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.046}]},{"osd":4,"last update":"Thu Mar 21 13:23:58 2024","interfaces":[{"interface":"back","average":{"1min":1.28,"5min":1.1539999999999999,"15min":1.1160000000000001},"min":{"1min":0.91200000000000003,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.8939999999999999,"5min":1.8939999999999999,"15min":1.8939999999999999},"last":1.175},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1100000000000001,"15min":1.1020000000000001},"min":{"1min":0.81799999999999995,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":1.1259999999999999}]},{"osd":5,"last update":"Thu Mar 21 13:24:39 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1779999999999999,"15min":1.1799999999999999},"min":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.5249999999999999,"5min":1.8740000000000001,"15min":1.8740000000000001},"last":1.2070000000000001},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.1559999999999999,"15min":1.1359999999999999},"min":{"1min":0.88800000000000001,"5min":0.874,"15min":0.874},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.024}]},{"osd":6,"last update":"Thu Mar 21 13:24:09 2024","interfaces":[{"interface":"back","average":{"1min":1.3420000000000001,"5min":1.3049999999999999,"15min":1.2989999999999999},"min":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"max":{"1min":1.829,"5min":1.829,"15min":1.829},"last":1.262},{"interface":"front","average":{"1min":1.377,"5min":1.3109999999999999,"15min":1.3},"min":{"1min":1.1699999999999999,"5min":1.012,"15min":1.012},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.296}]},{"osd":7,"last update":"Thu Mar 21 13:24:47 2024","interfaces":[{"interface":"back","average":{"1min":1.3069999999999999,"5min":1.3640000000000001,"15min":1.3740000000000001},"min":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"max":{"1min":1.6240000000000001,"5min":1.784,"15min":1.784},"last":1.363},{"interface":"front","average":{"1min":1.3,"5min":1.3799999999999999,"15min":1.393},"min":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"max":{"1min":1.704,"5min":1.704,"15min":1.704},"last":1.236}]}]},{"osd":3,"up_from":26,"seq":111669149752,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 13:24:27 2024","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.751,"15min":0.72299999999999998},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":0.94799999999999995,"5min":1.355,"15min":1.355},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.86099999999999999,"15min":0.82199999999999995},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.78000000000000003}]},{"osd":1,"last update":"Thu Mar 21 13:24:27 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.86299999999999999,"15min":0.86699999999999999},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1259999999999999,"5min":1.349,"15min":1.349},"last":1},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.80600000000000005,"15min":0.78500000000000003},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.0169999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.83299999999999996}]},{"osd":2,"last update":"Thu Mar 21 13:24:27 2024","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":0.95799999999999996,"15min":0.92300000000000004},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":4.8470000000000004,"5min":4.8470000000000004,"15min":4.8470000000000004},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.91600000000000004,"15min":0.89300000000000002},"min":{"1min":0.63700000000000001,"5min":0.625,"15min":0.625},"max":{"1min":1.226,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.872}]},{"osd":4,"last update":"Thu Mar 21 13:24:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.077,"15min":1.0640000000000001},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.556,"5min":1.556,"15min":1.556},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.3160000000000001,"5min":1.1419999999999999,"15min":1.1020000000000001},"min":{"1min":0.87,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":4.673,"5min":4.673,"15min":4.673},"last":1.393}]},{"osd":5,"last update":"Thu Mar 21 13:24:33 2024","interfaces":[{"interface":"back","average":{"1min":1.3129999999999999,"5min":1.218,"15min":1.1890000000000001},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":4.766,"5min":4.766,"15min":4.766},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.204,"15min":1.206},"min":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.4550000000000001,"5min":1.7,"15min":1.7},"last":1.0900000000000001}]},{"osd":6,"last update":"Thu Mar 21 13:24:06 2024","interfaces":[{"interface":"back","average":{"1min":1.3120000000000001,"5min":1.286,"15min":1.282},"min":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"max":{"1min":1.631,"5min":1.631,"15min":1.631},"last":1.254},{"interface":"front","average":{"1min":1.2849999999999999,"5min":1.3109999999999999,"15min":1.3149999999999999},"min":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.577,"5min":1.577,"15min":1.577},"last":1.3109999999999999}]},{"osd":7,"last update":"Thu Mar 21 13:24:46 2024","interfaces":[{"interface":"back","average":{"1min":1.2769999999999999,"5min":1.409,"15min":1.431},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.6080000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.3620000000000001},{"interface":"front","average":{"1min":1.4259999999999999,"5min":1.4379999999999999,"15min":1.4399999999999999},"min":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"max":{"1min":4.9279999999999999,"5min":4.9279999999999999,"15min":4.9279999999999999},"last":1.482}]}]},{"osd":4,"up_from":31,"seq":133143986225,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5764,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739388,"statfs":{"total":95995035648,"available":95989133312,"internally_reserved":0,"allocated":585728,"data_stored":240395,"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":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.86699999999999999,"15min":0.84499999999999997},"min":{"1min":0.63100000000000001,"5min":0.63,"15min":0.63},"max":{"1min":1.258,"5min":1.284,"15min":1.284},"last":0.78700000000000003},{"interface":"front","average":{"1min":1.0820000000000001,"5min":0.92400000000000004,"15min":0.89000000000000001},"min":{"1min":0.69399999999999995,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.708,"5min":1.708,"15min":1.708},"last":0.89200000000000002}]},{"osd":1,"last update":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.93200000000000005,"15min":0.94699999999999995},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":1.2949999999999999},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.88800000000000001,"15min":0.88500000000000001},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":1.048}]},{"osd":2,"last update":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.90900000000000003,"15min":0.88700000000000001},"min":{"1min":0.66800000000000004,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0169999999999999,"15min":1.004},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":2.117,"5min":2.117,"15min":2.117},"last":1.264}]},{"osd":3,"last update":"Thu Mar 21 13:23:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":0.96199999999999997,"15min":0.94499999999999995},"min":{"1min":0.61599999999999999,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":2.0800000000000001,"5min":2.0800000000000001,"15min":2.0800000000000001},"last":1.095},{"interface":"front","average":{"1min":1.014,"5min":1.0109999999999999,"15min":1.0269999999999999},"min":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.238}]},{"osd":5,"last update":"Thu Mar 21 13:24:33 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.85799999999999998,"15min":0.82399999999999995},"min":{"1min":0.67700000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.8660000000000001,"5min":1.8660000000000001,"15min":1.8660000000000001},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.097,"15min":1.05},"min":{"1min":0.88800000000000001,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.9350000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.1859999999999999}]},{"osd":6,"last update":"Thu Mar 21 13:24:15 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.92300000000000004,"15min":0.90900000000000003},"min":{"1min":0.77100000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.3779999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.111},{"interface":"front","average":{"1min":1.0429999999999999,"5min":0.98299999999999998,"15min":0.97299999999999998},"min":{"1min":0.747,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.1599999999999999}]},{"osd":7,"last update":"Thu Mar 21 13:24:46 2024","interfaces":[{"interface":"back","average":{"1min":1.26,"5min":1.2,"15min":1.1899999999999999},"min":{"1min":0.94099999999999995,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":2.004,"5min":2.004,"15min":2.004},"last":1.323},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.1699999999999999,"15min":1.163},"min":{"1min":0.98899999999999999,"5min":0.93200000000000005,"15min":0.93200000000000005},"max":{"1min":1.373,"5min":1.681,"15min":1.681},"last":1.349}]}]},{"osd":5,"up_from":39,"seq":167503724586,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.92500000000000004,"15min":0.91100000000000003},"min":{"1min":0.64300000000000002,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":1.0920000000000001},{"interface":"front","average":{"1min":0.999,"5min":0.93300000000000005,"15min":0.92100000000000004},"min":{"1min":0.68100000000000005,"5min":0.628,"15min":0.628},"max":{"1min":2.1339999999999999,"5min":2.1339999999999999,"15min":2.1339999999999999},"last":0.75800000000000001}]},{"osd":1,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":0.95999999999999996,"15min":0.95599999999999996},"min":{"1min":0.68700000000000006,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":2.2370000000000001,"5min":2.2370000000000001,"15min":2.2370000000000001},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":0.97799999999999998,"15min":0.95899999999999996},"min":{"1min":0.72399999999999998,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.9590000000000001,"5min":1.9590000000000001,"15min":1.9590000000000001},"last":1.1779999999999999}]},{"osd":2,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.96599999999999997,"15min":0.95799999999999996},"min":{"1min":0.73299999999999998,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":2.077,"5min":2.077,"15min":2.077},"last":0.85399999999999998},{"interface":"front","average":{"1min":1.111,"5min":1.0089999999999999,"15min":0.997},"min":{"1min":0.77200000000000002,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":2.0129999999999999,"5min":2.0129999999999999,"15min":2.0129999999999999},"last":1.117}]},{"osd":3,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.153,"5min":1.02,"15min":0.98599999999999999},"min":{"1min":0.72599999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":2.1709999999999998,"5min":2.1709999999999998,"15min":2.1709999999999998},"last":1.2390000000000001},{"interface":"front","average":{"1min":1.125,"5min":1.0800000000000001,"15min":1.0820000000000001},"min":{"1min":0.79700000000000004,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":2.21,"5min":2.21,"15min":2.21},"last":1.26}]},{"osd":4,"last update":"Thu Mar 21 13:24:30 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":0.95599999999999996,"15min":0.91100000000000003},"min":{"1min":0.69499999999999995,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":2.0499999999999998,"5min":2.0499999999999998,"15min":2.0499999999999998},"last":0.73299999999999998},{"interface":"front","average":{"1min":1.105,"5min":0.98799999999999999,"15min":0.94599999999999995},"min":{"1min":0.75800000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":2.2850000000000001,"5min":2.2850000000000001,"15min":2.2850000000000001},"last":1.149}]},{"osd":6,"last update":"Thu Mar 21 13:24:08 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.0800000000000001,"15min":1.0700000000000001},"min":{"1min":0.63800000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":2.423,"5min":2.423,"15min":2.423},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.111,"15min":1.103},"min":{"1min":0.68700000000000006,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":2.2280000000000002,"5min":2.2280000000000002,"15min":2.2280000000000002},"last":0.89400000000000002}]},{"osd":7,"last update":"Thu Mar 21 13:24:44 2024","interfaces":[{"interface":"back","average":{"1min":1.262,"5min":1.2170000000000001,"15min":1.2090000000000001},"min":{"1min":0.77400000000000002,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":2.2690000000000001,"5min":2.2690000000000001,"15min":2.2690000000000001},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.2609999999999999,"5min":1.212,"15min":1.204},"min":{"1min":0.92100000000000004,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":2.593,"5min":2.593,"15min":2.593},"last":1.212}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:24:53.478 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T13:24:53.478 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T13:24:53.478 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T13:24:53.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T13:24:53.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:53 smithi038 bash[14284]: audit 2024-03-21T13:24:52.749866+0000 mgr.y (mgr.24361) 83 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:53.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:53 smithi038 bash[19780]: audit 2024-03-21T13:24:52.749866+0000 mgr.y (mgr.24361) 83 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:53 smithi192 bash[14483]: audit 2024-03-21T13:24:52.749866+0000 mgr.y (mgr.24361) 83 : audit [DBG] from='client.14637 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:54.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:54 smithi038 bash[14284]: cluster 2024-03-21T13:24:53.463076+0000 mgr.y (mgr.24361) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:54.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:54 smithi038 bash[19780]: cluster 2024-03-21T13:24:53.463076+0000 mgr.y (mgr.24361) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:54 smithi192 bash[14483]: cluster 2024-03-21T13:24:53.463076+0000 mgr.y (mgr.24361) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:55.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:24:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:24:56.215 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:24:56.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:56 smithi038 bash[14284]: cluster 2024-03-21T13:24:55.463758+0000 mgr.y (mgr.24361) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:56.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:56 smithi038 bash[19780]: cluster 2024-03-21T13:24:55.463758+0000 mgr.y (mgr.24361) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:56 smithi192 bash[14483]: cluster 2024-03-21T13:24:55.463758+0000 mgr.y (mgr.24361) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:58.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:58 smithi192 bash[14483]: cluster 2024-03-21T13:24:57.464486+0000 mgr.y (mgr.24361) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:58.865 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:58 smithi038 bash[14284]: cluster 2024-03-21T13:24:57.464486+0000 mgr.y (mgr.24361) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:58.866 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:58 smithi038 bash[19780]: cluster 2024-03-21T13:24:57.464486+0000 mgr.y (mgr.24361) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:59.313 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-03-21T13:24:59.314 INFO:teuthology.orchestra.run.smithi038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T13:24:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:24:59 smithi038 bash[14284]: audit 2024-03-21T13:24:59.313423+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.38:0/2424539205' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:24:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:24:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:24:59] "GET /metrics HTTP/1.1" 200 191514 "" "Prometheus/2.33.4" 2024-03-21T13:24:59.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:24:59 smithi038 bash[19780]: audit 2024-03-21T13:24:59.313423+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.38:0/2424539205' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:24:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:24:59 smithi192 bash[14483]: audit 2024-03-21T13:24:59.313423+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.38:0/2424539205' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:25:00.078 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T13:25:00.079 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T13:25:00.079 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:25:00.089 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi038.front.sepia.ceph.com 2024-03-21T13:25:00.090 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-03-21T13:25:00.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:00 smithi038 bash[14284]: cluster 2024-03-21T13:24:59.465228+0000 mgr.y (mgr.24361) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:00.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:00 smithi038 bash[19780]: cluster 2024-03-21T13:24:59.465228+0000 mgr.y (mgr.24361) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:00 smithi192 bash[14483]: cluster 2024-03-21T13:24:59.465228+0000 mgr.y (mgr.24361) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:02.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:02 smithi038 bash[14284]: cluster 2024-03-21T13:25:01.465922+0000 mgr.y (mgr.24361) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:02.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:02 smithi038 bash[19780]: cluster 2024-03-21T13:25:01.465922+0000 mgr.y (mgr.24361) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:02 smithi192 bash[14483]: cluster 2024-03-21T13:25:01.465922+0000 mgr.y (mgr.24361) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:04.229 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:25:04.241 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi038.front.sepia.ceph.com 2024-03-21T13:25:04.241 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-03-21T13:25:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[14284]: audit 2024-03-21T13:25:03.418291+0000 mon.a (mon.0) 687 : audit [INF] from='client.? ' entity='client.admin' 2024-03-21T13:25:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[14284]: cluster 2024-03-21T13:25:03.466496+0000 mgr.y (mgr.24361) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[14284]: audit 2024-03-21T13:25:03.468477+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[14284]: audit 2024-03-21T13:25:03.469941+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[14284]: audit 2024-03-21T13:25:03.477398+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[19780]: audit 2024-03-21T13:25:03.418291+0000 mon.a (mon.0) 687 : audit [INF] from='client.? ' entity='client.admin' 2024-03-21T13:25:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[19780]: cluster 2024-03-21T13:25:03.466496+0000 mgr.y (mgr.24361) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[19780]: audit 2024-03-21T13:25:03.468477+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[19780]: audit 2024-03-21T13:25:03.469941+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:04 smithi038 bash[19780]: audit 2024-03-21T13:25:03.477398+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:04 smithi192 bash[14483]: audit 2024-03-21T13:25:03.418291+0000 mon.a (mon.0) 687 : audit [INF] from='client.? ' entity='client.admin' 2024-03-21T13:25:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:04 smithi192 bash[14483]: cluster 2024-03-21T13:25:03.466496+0000 mgr.y (mgr.24361) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:04 smithi192 bash[14483]: audit 2024-03-21T13:25:03.468477+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:04 smithi192 bash[14483]: audit 2024-03-21T13:25:03.469941+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:04 smithi192 bash[14483]: audit 2024-03-21T13:25:03.477398+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:05.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:25:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:25:06.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:06 smithi038 bash[14284]: cluster 2024-03-21T13:25:05.467086+0000 mgr.y (mgr.24361) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:06.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:06 smithi038 bash[19780]: cluster 2024-03-21T13:25:05.467086+0000 mgr.y (mgr.24361) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:06 smithi192 bash[14483]: cluster 2024-03-21T13:25:05.467086+0000 mgr.y (mgr.24361) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:08.736 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:25:08.737 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "9e2c1878-191f-40ec-8aab-a4d9d9a55260", 2024-03-21T13:25:08.737 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "r", 2024-03-21T13:25:08.737 INFO:teuthology.orchestra.run.smithi038.stdout: "current_period": "a860133a-0f05-44ff-b773-844f09218539", 2024-03-21T13:25:08.737 INFO:teuthology.orchestra.run.smithi038.stdout: "epoch": 1 2024-03-21T13:25:08.737 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:25:08.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:08 smithi192 bash[14483]: cluster 2024-03-21T13:25:07.467592+0000 mgr.y (mgr.24361) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:08.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:08 smithi192 bash[14483]: cluster 2024-03-21T13:25:07.685855+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-21T13:25:08.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:08 smithi192 bash[14483]: audit 2024-03-21T13:25:07.688910+0000 mon.a (mon.0) 692 : audit [INF] from='client.? 172.21.15.38:0/3663316761' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T13:25:08.983 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:08 smithi038 bash[14284]: cluster 2024-03-21T13:25:07.467592+0000 mgr.y (mgr.24361) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:08.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:08 smithi038 bash[14284]: cluster 2024-03-21T13:25:07.685855+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-21T13:25:08.984 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:08 smithi038 bash[14284]: audit 2024-03-21T13:25:07.688910+0000 mon.a (mon.0) 692 : audit [INF] from='client.? 172.21.15.38:0/3663316761' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T13:25:08.984 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:08 smithi038 bash[19780]: cluster 2024-03-21T13:25:07.467592+0000 mgr.y (mgr.24361) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:08.984 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:08 smithi038 bash[19780]: cluster 2024-03-21T13:25:07.685855+0000 mon.a (mon.0) 691 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-21T13:25:08.984 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:08 smithi038 bash[19780]: audit 2024-03-21T13:25:07.688910+0000 mon.a (mon.0) 692 : audit [INF] from='client.? 172.21.15.38:0/3663316761' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T13:25:09.542 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-03-21T13:25:09.653 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:09] "GET /metrics HTTP/1.1" 200 191514 "" "Prometheus/2.33.4" 2024-03-21T13:25:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:09 smithi192 bash[14483]: audit 2024-03-21T13:25:08.693582+0000 mon.a (mon.0) 693 : audit [INF] from='client.? 172.21.15.38:0/3663316761' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T13:25:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:09 smithi192 bash[14483]: cluster 2024-03-21T13:25:08.694517+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-21T13:25:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:09 smithi192 bash[14483]: cluster 2024-03-21T13:25:09.694777+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-21T13:25:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[14284]: audit 2024-03-21T13:25:08.693582+0000 mon.a (mon.0) 693 : audit [INF] from='client.? 172.21.15.38:0/3663316761' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T13:25:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[14284]: cluster 2024-03-21T13:25:08.694517+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-21T13:25:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[14284]: cluster 2024-03-21T13:25:09.694777+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-21T13:25:10.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[19780]: audit 2024-03-21T13:25:08.693582+0000 mon.a (mon.0) 693 : audit [INF] from='client.? 172.21.15.38:0/3663316761' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T13:25:10.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[19780]: cluster 2024-03-21T13:25:08.694517+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-21T13:25:10.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:09 smithi038 bash[19780]: cluster 2024-03-21T13:25:09.694777+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-21T13:25:11.050 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:10 smithi038 bash[14284]: cluster 2024-03-21T13:25:09.468187+0000 mgr.y (mgr.24361) 92 : cluster [DBG] pgmap v65: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:11.050 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:10 smithi038 bash[14284]: audit 2024-03-21T13:25:09.801854+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:25:11.050 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:10 smithi038 bash[14284]: audit 2024-03-21T13:25:09.813001+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:25:11.050 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:10 smithi038 bash[19780]: cluster 2024-03-21T13:25:09.468187+0000 mgr.y (mgr.24361) 92 : cluster [DBG] pgmap v65: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:11.050 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:10 smithi038 bash[19780]: audit 2024-03-21T13:25:09.801854+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:25:11.050 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:10 smithi038 bash[19780]: audit 2024-03-21T13:25:09.813001+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:25:11.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:10 smithi192 bash[14483]: cluster 2024-03-21T13:25:09.468187+0000 mgr.y (mgr.24361) 92 : cluster [DBG] pgmap v65: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:11.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:10 smithi192 bash[14483]: audit 2024-03-21T13:25:09.801854+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:25:11.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:10 smithi192 bash[14483]: audit 2024-03-21T13:25:09.813001+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:25:12.552 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:25:12.553 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "69cfbe68-852d-4fb2-9aa3-e92ca7eb09fe", 2024-03-21T13:25:12.553 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "default", 2024-03-21T13:25:12.553 INFO:teuthology.orchestra.run.smithi038.stdout: "api_name": "default", 2024-03-21T13:25:12.553 INFO:teuthology.orchestra.run.smithi038.stdout: "is_master": "true", 2024-03-21T13:25:12.553 INFO:teuthology.orchestra.run.smithi038.stdout: "endpoints": [], 2024-03-21T13:25:12.554 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames": [], 2024-03-21T13:25:12.554 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames_s3website": [], 2024-03-21T13:25:12.554 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zone": "", 2024-03-21T13:25:12.554 INFO:teuthology.orchestra.run.smithi038.stdout: "zones": [], 2024-03-21T13:25:12.554 INFO:teuthology.orchestra.run.smithi038.stdout: "placement_targets": [], 2024-03-21T13:25:12.554 INFO:teuthology.orchestra.run.smithi038.stdout: "default_placement": "", 2024-03-21T13:25:12.555 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "9e2c1878-191f-40ec-8aab-a4d9d9a55260", 2024-03-21T13:25:12.555 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_policy": { 2024-03-21T13:25:12.555 INFO:teuthology.orchestra.run.smithi038.stdout: "groups": [] 2024-03-21T13:25:12.555 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:12.555 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:25:13.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:12 smithi038 bash[14284]: cluster 2024-03-21T13:25:11.468979+0000 mgr.y (mgr.24361) 93 : cluster [DBG] pgmap v67: 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-03-21T13:25:13.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:12 smithi038 bash[19780]: cluster 2024-03-21T13:25:11.468979+0000 mgr.y (mgr.24361) 93 : cluster [DBG] pgmap v67: 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-03-21T13:25:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:12 smithi192 bash[14483]: cluster 2024-03-21T13:25:11.468979+0000 mgr.y (mgr.24361) 93 : cluster [DBG] pgmap v67: 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-03-21T13:25:13.276 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-03-21T13:25:15.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:14 smithi038 bash[14284]: cluster 2024-03-21T13:25:13.469389+0000 mgr.y (mgr.24361) 94 : cluster [DBG] pgmap v68: 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-03-21T13:25:15.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:14 smithi038 bash[19780]: cluster 2024-03-21T13:25:13.469389+0000 mgr.y (mgr.24361) 94 : cluster [DBG] pgmap v68: 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-03-21T13:25:15.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:14 smithi192 bash[14483]: cluster 2024-03-21T13:25:13.469389+0000 mgr.y (mgr.24361) 94 : cluster [DBG] pgmap v68: 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-03-21T13:25:15.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:25:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:25:16.280 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:25:16.280 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "dd784f5b-40ee-4f91-8ae3-93a9e5a18848", 2024-03-21T13:25:16.280 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "z", 2024-03-21T13:25:16.280 INFO:teuthology.orchestra.run.smithi038.stdout: "domain_root": "z.rgw.meta:root", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "control_pool": "z.rgw.control", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "gc_pool": "z.rgw.log:gc", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "lc_pool": "z.rgw.log:lc", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "log_pool": "z.rgw.log", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "roles_pool": "z.rgw.meta:roles", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "otp_pool": "z.rgw.otp", 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "system_key": { 2024-03-21T13:25:16.281 INFO:teuthology.orchestra.run.smithi038.stdout: "access_key": "", 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "secret_key": "" 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "placement_pools": [ 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: { 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "key": "default-placement", 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "val": { 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "index_pool": "z.rgw.buckets.index", 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "storage_classes": { 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "STANDARD": { 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "data_pool": "z.rgw.buckets.data" 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: "index_type": 0 2024-03-21T13:25:16.282 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:16.283 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:16.283 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:25:16.283 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "9e2c1878-191f-40ec-8aab-a4d9d9a55260", 2024-03-21T13:25:16.283 INFO:teuthology.orchestra.run.smithi038.stdout: "notif_pool": "z.rgw.log:notif" 2024-03-21T13:25:16.283 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:25:17.025 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:16 smithi038 bash[14284]: cluster 2024-03-21T13:25:15.470090+0000 mgr.y (mgr.24361) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-21T13:25:17.025 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:16 smithi038 bash[19780]: cluster 2024-03-21T13:25:15.470090+0000 mgr.y (mgr.24361) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-21T13:25:17.026 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-03-21T13:25:17.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:16 smithi192 bash[14483]: cluster 2024-03-21T13:25:15.470090+0000 mgr.y (mgr.24361) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 525 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-21T13:25:18.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:18 smithi038 bash[14284]: cluster 2024-03-21T13:25:17.470719+0000 mgr.y (mgr.24361) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 466 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T13:25:18.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:18 smithi038 bash[19780]: cluster 2024-03-21T13:25:17.470719+0000 mgr.y (mgr.24361) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 466 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T13:25:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:18 smithi192 bash[14483]: cluster 2024-03-21T13:25:17.470719+0000 mgr.y (mgr.24361) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 466 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T13:25:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:25:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:19] "GET /metrics HTTP/1.1" 200 192570 "" "Prometheus/2.33.4" 2024-03-21T13:25:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:20 smithi038 bash[14284]: cluster 2024-03-21T13:25:19.471353+0000 mgr.y (mgr.24361) 97 : cluster [DBG] pgmap v71: 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-03-21T13:25:21.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:20 smithi038 bash[19780]: cluster 2024-03-21T13:25:19.471353+0000 mgr.y (mgr.24361) 97 : cluster [DBG] pgmap v71: 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-03-21T13:25:21.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:20 smithi192 bash[14483]: cluster 2024-03-21T13:25:19.471353+0000 mgr.y (mgr.24361) 97 : cluster [DBG] pgmap v71: 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-03-21T13:25:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:21 smithi192 bash[14483]: cluster 2024-03-21T13:25:20.899408+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-21T13:25:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:21 smithi192 bash[14483]: audit 2024-03-21T13:25:20.904631+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T13:25:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:21 smithi038 bash[14284]: cluster 2024-03-21T13:25:20.899408+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-21T13:25:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:21 smithi038 bash[14284]: audit 2024-03-21T13:25:20.904631+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T13:25:22.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:21 smithi038 bash[19780]: cluster 2024-03-21T13:25:20.899408+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-21T13:25:22.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:21 smithi038 bash[19780]: audit 2024-03-21T13:25:20.904631+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T13:25:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:22 smithi192 bash[14483]: cluster 2024-03-21T13:25:21.472045+0000 mgr.y (mgr.24361) 98 : cluster [DBG] pgmap v73: 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-03-21T13:25:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:22 smithi192 bash[14483]: audit 2024-03-21T13:25:21.906461+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-21T13:25:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:22 smithi192 bash[14483]: cluster 2024-03-21T13:25:21.906711+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-21T13:25:23.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:22 smithi038 bash[14284]: cluster 2024-03-21T13:25:21.472045+0000 mgr.y (mgr.24361) 98 : cluster [DBG] pgmap v73: 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-03-21T13:25:23.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:22 smithi038 bash[14284]: audit 2024-03-21T13:25:21.906461+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-21T13:25:23.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:22 smithi038 bash[14284]: cluster 2024-03-21T13:25:21.906711+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-21T13:25:23.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:22 smithi038 bash[19780]: cluster 2024-03-21T13:25:21.472045+0000 mgr.y (mgr.24361) 98 : cluster [DBG] pgmap v73: 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-03-21T13:25:23.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:22 smithi038 bash[19780]: audit 2024-03-21T13:25:21.906461+0000 mon.a (mon.0) 700 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-21T13:25:23.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:22 smithi038 bash[19780]: cluster 2024-03-21T13:25:21.906711+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-21T13:25:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:23 smithi192 bash[14483]: cluster 2024-03-21T13:25:22.923849+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-21T13:25:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:23 smithi192 bash[14483]: audit 2024-03-21T13:25:22.928936+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T13:25:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:23 smithi192 bash[14483]: audit 2024-03-21T13:25:23.925453+0000 mon.a (mon.0) 704 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-21T13:25:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:23 smithi192 bash[14483]: cluster 2024-03-21T13:25:23.926367+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[14284]: cluster 2024-03-21T13:25:22.923849+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[14284]: audit 2024-03-21T13:25:22.928936+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[14284]: audit 2024-03-21T13:25:23.925453+0000 mon.a (mon.0) 704 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[14284]: cluster 2024-03-21T13:25:23.926367+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[19780]: cluster 2024-03-21T13:25:22.923849+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[19780]: audit 2024-03-21T13:25:22.928936+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T13:25:24.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[19780]: audit 2024-03-21T13:25:23.925453+0000 mon.a (mon.0) 704 : audit [INF] from='client.? 172.21.15.38:0/3501966547' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-21T13:25:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:23 smithi038 bash[19780]: cluster 2024-03-21T13:25:23.926367+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-21T13:25:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:24 smithi038 bash[14284]: cluster 2024-03-21T13:25:23.472815+0000 mgr.y (mgr.24361) 99 : cluster [DBG] pgmap v76: 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-03-21T13:25:25.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:24 smithi038 bash[19780]: cluster 2024-03-21T13:25:23.472815+0000 mgr.y (mgr.24361) 99 : cluster [DBG] pgmap v76: 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-03-21T13:25:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:24 smithi192 bash[14483]: cluster 2024-03-21T13:25:23.472815+0000 mgr.y (mgr.24361) 99 : cluster [DBG] pgmap v76: 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-03-21T13:25:25.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:25:25 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[14284]: cluster 2024-03-21T13:25:24.958077+0000 mon.a (mon.0) 706 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[14284]: audit 2024-03-21T13:25:24.963078+0000 mon.a (mon.0) 707 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[14284]: audit 2024-03-21T13:25:25.963757+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[14284]: cluster 2024-03-21T13:25:25.963976+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[19780]: cluster 2024-03-21T13:25:24.958077+0000 mon.a (mon.0) 706 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[19780]: audit 2024-03-21T13:25:24.963078+0000 mon.a (mon.0) 707 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T13:25:26.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[19780]: audit 2024-03-21T13:25:25.963757+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-21T13:25:26.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:25 smithi038 bash[19780]: cluster 2024-03-21T13:25:25.963976+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-21T13:25:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:25 smithi192 bash[14483]: cluster 2024-03-21T13:25:24.958077+0000 mon.a (mon.0) 706 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-21T13:25:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:25 smithi192 bash[14483]: audit 2024-03-21T13:25:24.963078+0000 mon.a (mon.0) 707 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T13:25:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:25 smithi192 bash[14483]: audit 2024-03-21T13:25:25.963757+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-21T13:25:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:25 smithi192 bash[14483]: cluster 2024-03-21T13:25:25.963976+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-21T13:25:27.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:26 smithi038 bash[14284]: cluster 2024-03-21T13:25:25.474022+0000 mgr.y (mgr.24361) 100 : cluster [DBG] pgmap v79: 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-03-21T13:25:27.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:26 smithi038 bash[14284]: audit 2024-03-21T13:25:25.981909+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T13:25:27.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:26 smithi038 bash[19780]: cluster 2024-03-21T13:25:25.474022+0000 mgr.y (mgr.24361) 100 : cluster [DBG] pgmap v79: 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-03-21T13:25:27.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:26 smithi038 bash[19780]: audit 2024-03-21T13:25:25.981909+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T13:25:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:26 smithi192 bash[14483]: cluster 2024-03-21T13:25:25.474022+0000 mgr.y (mgr.24361) 100 : cluster [DBG] pgmap v79: 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-03-21T13:25:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:26 smithi192 bash[14483]: audit 2024-03-21T13:25:25.981909+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T13:25:28.108 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:25:28.108 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "56e5ef66-21ca-42a9-9980-16f9a3a37d39", 2024-03-21T13:25:28.108 INFO:teuthology.orchestra.run.smithi038.stdout: "epoch": 1, 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "predecessor_uuid": "a860133a-0f05-44ff-b773-844f09218539", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_status": [], 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "period_map": { 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "56e5ef66-21ca-42a9-9980-16f9a3a37d39", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "zonegroups": [ 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: { 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "69cfbe68-852d-4fb2-9aa3-e92ca7eb09fe", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "default", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "api_name": "default", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "is_master": "true", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "endpoints": [], 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames": [], 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "hostnames_s3website": [], 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zone": "dd784f5b-40ee-4f91-8ae3-93a9e5a18848", 2024-03-21T13:25:28.109 INFO:teuthology.orchestra.run.smithi038.stdout: "zones": [ 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: { 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "id": "dd784f5b-40ee-4f91-8ae3-93a9e5a18848", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "z", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "endpoints": [], 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "log_meta": "false", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "log_data": "false", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "bucket_index_max_shards": 11, 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "read_only": "false", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "tier_type": "", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_from_all": "true", 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_from": [], 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "redirect_zone": "" 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:25:28.110 INFO:teuthology.orchestra.run.smithi038.stdout: "placement_targets": [ 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: { 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "name": "default-placement", 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "tags": [], 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "storage_classes": [ 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "STANDARD" 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: ] 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "default_placement": "default-placement", 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "9e2c1878-191f-40ec-8aab-a4d9d9a55260", 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "sync_policy": { 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: "groups": [] 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:28.111 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "short_zone_ids": [ 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: { 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "key": "dd784f5b-40ee-4f91-8ae3-93a9e5a18848", 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "val": 657619533 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: ] 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zonegroup": "69cfbe68-852d-4fb2-9aa3-e92ca7eb09fe", 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "master_zone": "dd784f5b-40ee-4f91-8ae3-93a9e5a18848", 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "period_config": { 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "bucket_quota": { 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false, 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "check_on_raw": false, 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size": -1, 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size_kb": 0, 2024-03-21T13:25:28.112 INFO:teuthology.orchestra.run.smithi038.stdout: "max_objects": -1 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "user_quota": { 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "check_on_raw": false, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size": -1, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_size_kb": 0, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_objects": -1 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "user_ratelimit": { 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_read_ops": 0, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_write_ops": 0, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_read_bytes": 0, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "max_write_bytes": 0, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:28.113 INFO:teuthology.orchestra.run.smithi038.stdout: "bucket_ratelimit": { 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_read_ops": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_write_ops": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_read_bytes": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_write_bytes": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "anonymous_ratelimit": { 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_read_ops": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_write_ops": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_read_bytes": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "max_write_bytes": 0, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "enabled": false 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_id": "9e2c1878-191f-40ec-8aab-a4d9d9a55260", 2024-03-21T13:25:28.114 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_name": "r", 2024-03-21T13:25:28.115 INFO:teuthology.orchestra.run.smithi038.stdout: "realm_epoch": 2 2024-03-21T13:25:28.115 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:25:28.353 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:28 smithi038 bash[14284]: audit 2024-03-21T13:25:26.987156+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T13:25:28.353 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:28 smithi038 bash[14284]: cluster 2024-03-21T13:25:26.987265+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-21T13:25:28.353 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:28 smithi038 bash[14284]: audit 2024-03-21T13:25:26.988193+0000 mon.a (mon.0) 713 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T13:25:28.353 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:28 smithi038 bash[19780]: audit 2024-03-21T13:25:26.987156+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T13:25:28.353 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:28 smithi038 bash[19780]: cluster 2024-03-21T13:25:26.987265+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-21T13:25:28.353 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:28 smithi038 bash[19780]: audit 2024-03-21T13:25:26.988193+0000 mon.a (mon.0) 713 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T13:25:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:28 smithi192 bash[14483]: audit 2024-03-21T13:25:26.987156+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T13:25:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:28 smithi192 bash[14483]: cluster 2024-03-21T13:25:26.987265+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-21T13:25:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:28 smithi192 bash[14483]: audit 2024-03-21T13:25:26.988193+0000 mon.a (mon.0) 713 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T13:25:29.013 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-03-21T13:25:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[14284]: cluster 2024-03-21T13:25:27.474718+0000 mgr.y (mgr.24361) 101 : cluster [DBG] pgmap v82: 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-03-21T13:25:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[14284]: audit 2024-03-21T13:25:27.994045+0000 mon.a (mon.0) 714 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-21T13:25:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[14284]: cluster 2024-03-21T13:25:27.994222+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-21T13:25:29.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[19780]: cluster 2024-03-21T13:25:27.474718+0000 mgr.y (mgr.24361) 101 : cluster [DBG] pgmap v82: 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-03-21T13:25:29.400 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[19780]: audit 2024-03-21T13:25:27.994045+0000 mon.a (mon.0) 714 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-21T13:25:29.400 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[19780]: cluster 2024-03-21T13:25:27.994222+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-21T13:25:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:29 smithi192 bash[14483]: cluster 2024-03-21T13:25:27.474718+0000 mgr.y (mgr.24361) 101 : cluster [DBG] pgmap v82: 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-03-21T13:25:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:29 smithi192 bash[14483]: audit 2024-03-21T13:25:27.994045+0000 mon.a (mon.0) 714 : audit [INF] from='client.? 172.21.15.38:0/2755086206' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-21T13:25:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:29 smithi192 bash[14483]: cluster 2024-03-21T13:25:27.994222+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-21T13:25:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:25:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:29] "GET /metrics HTTP/1.1" 200 195345 "" "Prometheus/2.33.4" 2024-03-21T13:25:31.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:31 smithi038 bash[14284]: cluster 2024-03-21T13:25:29.475515+0000 mgr.y (mgr.24361) 102 : cluster [DBG] pgmap v84: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 226 B/s rd, 452 B/s wr, 1 op/s 2024-03-21T13:25:31.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:31 smithi038 bash[19780]: cluster 2024-03-21T13:25:29.475515+0000 mgr.y (mgr.24361) 102 : cluster [DBG] pgmap v84: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 226 B/s rd, 452 B/s wr, 1 op/s 2024-03-21T13:25:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:31 smithi192 bash[14483]: cluster 2024-03-21T13:25:29.475515+0000 mgr.y (mgr.24361) 102 : cluster [DBG] pgmap v84: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 226 B/s rd, 452 B/s wr, 1 op/s 2024-03-21T13:25:32.363 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled rgw.foo update... 2024-03-21T13:25:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: cluster 2024-03-21T13:25:31.477032+0000 mgr.y (mgr.24361) 103 : cluster [DBG] pgmap v85: 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-03-21T13:25:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.362702+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.375269+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.377066+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.386298+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.398632+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.413301+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.420652+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.421620+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.434560+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.442011+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[14284]: audit 2024-03-21T13:25:32.443358+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: cluster 2024-03-21T13:25:31.477032+0000 mgr.y (mgr.24361) 103 : cluster [DBG] pgmap v85: 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-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.362702+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.375269+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.377066+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.386298+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.398632+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.413301+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.420652+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.421620+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:33.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.434560+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:33.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.442011+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:33 smithi038 bash[19780]: audit 2024-03-21T13:25:32.443358+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: cluster 2024-03-21T13:25:31.477032+0000 mgr.y (mgr.24361) 103 : cluster [DBG] pgmap v85: 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-03-21T13:25:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.362702+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.375269+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.377066+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.386298+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.398632+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.413301+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.420652+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.421620+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.434560+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.442011+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:33 smithi192 bash[14483]: audit 2024-03-21T13:25:32.443358+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:33.475 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch apply rgw smpl' 2024-03-21T13:25:34.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[19780]: audit 2024-03-21T13:25:32.352197+0000 mgr.y (mgr.24361) 104 : audit [DBG] from='client.24610 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:34.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[19780]: cephadm 2024-03-21T13:25:32.354117+0000 mgr.y (mgr.24361) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T13:25:34.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[19780]: cephadm 2024-03-21T13:25:32.414348+0000 mgr.y (mgr.24361) 106 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T13:25:34.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[19780]: cephadm 2024-03-21T13:25:32.444710+0000 mgr.y (mgr.24361) 107 : cephadm [INF] Deploying daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:25:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[14284]: audit 2024-03-21T13:25:32.352197+0000 mgr.y (mgr.24361) 104 : audit [DBG] from='client.24610 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[14284]: cephadm 2024-03-21T13:25:32.354117+0000 mgr.y (mgr.24361) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T13:25:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[14284]: cephadm 2024-03-21T13:25:32.414348+0000 mgr.y (mgr.24361) 106 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T13:25:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:34 smithi038 bash[14284]: cephadm 2024-03-21T13:25:32.444710+0000 mgr.y (mgr.24361) 107 : cephadm [INF] Deploying daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:25:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:34 smithi192 bash[14483]: audit 2024-03-21T13:25:32.352197+0000 mgr.y (mgr.24361) 104 : audit [DBG] from='client.24610 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:34 smithi192 bash[14483]: cephadm 2024-03-21T13:25:32.354117+0000 mgr.y (mgr.24361) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T13:25:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:34 smithi192 bash[14483]: cephadm 2024-03-21T13:25:32.414348+0000 mgr.y (mgr.24361) 106 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T13:25:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:34 smithi192 bash[14483]: cephadm 2024-03-21T13:25:32.444710+0000 mgr.y (mgr.24361) 107 : cephadm [INF] Deploying daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:25:35.200 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:35 smithi038 bash[14284]: cluster 2024-03-21T13:25:33.477758+0000 mgr.y (mgr.24361) 108 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 953 B/s rd, 953 B/s wr, 2 op/s 2024-03-21T13:25:35.201 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:35 smithi038 bash[19780]: cluster 2024-03-21T13:25:33.477758+0000 mgr.y (mgr.24361) 108 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 953 B/s rd, 953 B/s wr, 2 op/s 2024-03-21T13:25:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:35 smithi192 bash[14483]: cluster 2024-03-21T13:25:33.477758+0000 mgr.y (mgr.24361) 108 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 953 B/s rd, 953 B/s wr, 2 op/s 2024-03-21T13:25:35.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:25:35 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:25:37.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:37 smithi192 bash[14483]: cluster 2024-03-21T13:25:35.479223+0000 mgr.y (mgr.24361) 109 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 843 B/s wr, 2 op/s 2024-03-21T13:25:37.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:37 smithi192 bash[14483]: audit 2024-03-21T13:25:36.851537+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:37.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:37 smithi192 bash[14483]: audit 2024-03-21T13:25:36.853274+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:37.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:37 smithi192 bash[14483]: audit 2024-03-21T13:25:36.863239+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:37.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:37 smithi192 bash[14483]: audit 2024-03-21T13:25:36.875202+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:37.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:37 smithi192 bash[14483]: audit 2024-03-21T13:25:36.876692+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[14284]: cluster 2024-03-21T13:25:35.479223+0000 mgr.y (mgr.24361) 109 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 843 B/s wr, 2 op/s 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[14284]: audit 2024-03-21T13:25:36.851537+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[14284]: audit 2024-03-21T13:25:36.853274+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[14284]: audit 2024-03-21T13:25:36.863239+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[14284]: audit 2024-03-21T13:25:36.875202+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[14284]: audit 2024-03-21T13:25:36.876692+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:37.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[19780]: cluster 2024-03-21T13:25:35.479223+0000 mgr.y (mgr.24361) 109 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 843 B/s wr, 2 op/s 2024-03-21T13:25:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[19780]: audit 2024-03-21T13:25:36.851537+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[19780]: audit 2024-03-21T13:25:36.853274+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[19780]: audit 2024-03-21T13:25:36.863239+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[19780]: audit 2024-03-21T13:25:36.875202+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:37 smithi038 bash[19780]: audit 2024-03-21T13:25:36.876692+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:38.379 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:38 smithi192 bash[14483]: cephadm 2024-03-21T13:25:36.880759+0000 mgr.y (mgr.24361) 110 : cephadm [INF] Deploying daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:25:38.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:38 smithi038 bash[14284]: cephadm 2024-03-21T13:25:36.880759+0000 mgr.y (mgr.24361) 110 : cephadm [INF] Deploying daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:25:38.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:38 smithi038 bash[19780]: cephadm 2024-03-21T13:25:36.880759+0000 mgr.y (mgr.24361) 110 : cephadm [INF] Deploying daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:25:39.002 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled rgw.smpl update... 2024-03-21T13:25:39.108 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:39 smithi038 bash[14284]: cluster 2024-03-21T13:25:37.479962+0000 mgr.y (mgr.24361) 111 : cluster [DBG] pgmap v88: 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-03-21T13:25:39.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:39 smithi192 bash[14483]: cluster 2024-03-21T13:25:37.479962+0000 mgr.y (mgr.24361) 111 : cluster [DBG] pgmap v88: 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-03-21T13:25:39.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:39 smithi192 bash[14483]: audit 2024-03-21T13:25:39.001618+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:39.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:39 smithi038 bash[14284]: audit 2024-03-21T13:25:39.001618+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:39.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:39 smithi038 bash[19780]: cluster 2024-03-21T13:25:37.479962+0000 mgr.y (mgr.24361) 111 : cluster [DBG] pgmap v88: 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-03-21T13:25:39.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:39 smithi038 bash[19780]: audit 2024-03-21T13:25:39.001618+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:39.485 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:25:39 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:39] "GET /metrics HTTP/1.1" 200 195345 "" "Prometheus/2.33.4" 2024-03-21T13:25:40.007 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph osd pool create foo' 2024-03-21T13:25:40.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:40 smithi192 bash[14483]: audit 2024-03-21T13:25:38.992729+0000 mgr.y (mgr.24361) 112 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:40.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:40 smithi192 bash[14483]: cephadm 2024-03-21T13:25:38.993852+0000 mgr.y (mgr.24361) 113 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T13:25:40.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:40 smithi192 bash[14483]: audit 2024-03-21T13:25:39.462601+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:40.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:40 smithi192 bash[14483]: audit 2024-03-21T13:25:39.465643+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:40.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:40 smithi192 bash[14483]: audit 2024-03-21T13:25:39.467435+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:40.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:40 smithi192 bash[14483]: audit 2024-03-21T13:25:39.593749+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[14284]: audit 2024-03-21T13:25:38.992729+0000 mgr.y (mgr.24361) 112 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[14284]: cephadm 2024-03-21T13:25:38.993852+0000 mgr.y (mgr.24361) 113 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[14284]: audit 2024-03-21T13:25:39.462601+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[14284]: audit 2024-03-21T13:25:39.465643+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[14284]: audit 2024-03-21T13:25:39.467435+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[14284]: audit 2024-03-21T13:25:39.593749+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[19780]: audit 2024-03-21T13:25:38.992729+0000 mgr.y (mgr.24361) 112 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[19780]: cephadm 2024-03-21T13:25:38.993852+0000 mgr.y (mgr.24361) 113 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T13:25:40.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[19780]: audit 2024-03-21T13:25:39.462601+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[19780]: audit 2024-03-21T13:25:39.465643+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[19780]: audit 2024-03-21T13:25:39.467435+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:40 smithi038 bash[19780]: audit 2024-03-21T13:25:39.593749+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:41.374 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:41 smithi038 bash[19780]: cluster 2024-03-21T13:25:39.480573+0000 mgr.y (mgr.24361) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 623 B/s wr, 1 op/s 2024-03-21T13:25:41.375 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:41 smithi038 bash[14284]: cluster 2024-03-21T13:25:39.480573+0000 mgr.y (mgr.24361) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 623 B/s wr, 1 op/s 2024-03-21T13:25:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:41 smithi192 bash[14483]: cluster 2024-03-21T13:25:39.480573+0000 mgr.y (mgr.24361) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 623 B/s wr, 1 op/s 2024-03-21T13:25:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:43 smithi038 bash[14284]: cluster 2024-03-21T13:25:41.482222+0000 mgr.y (mgr.24361) 115 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 3.3 KiB/s wr, 94 op/s 2024-03-21T13:25:43.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:43 smithi038 bash[19780]: cluster 2024-03-21T13:25:41.482222+0000 mgr.y (mgr.24361) 115 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 3.3 KiB/s wr, 94 op/s 2024-03-21T13:25:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:43 smithi192 bash[14483]: cluster 2024-03-21T13:25:41.482222+0000 mgr.y (mgr.24361) 115 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 3.3 KiB/s wr, 94 op/s 2024-03-21T13:25:44.318 INFO:teuthology.orchestra.run.smithi038.stderr:pool 'foo' created 2024-03-21T13:25:44.495 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[14284]: audit 2024-03-21T13:25:43.290991+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[14284]: audit 2024-03-21T13:25:43.507041+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.38:0/2483836629' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[14284]: audit 2024-03-21T13:25:43.507465+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[14284]: audit 2024-03-21T13:25:43.961076+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[19780]: audit 2024-03-21T13:25:43.290991+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[19780]: audit 2024-03-21T13:25:43.507041+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.38:0/2483836629' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[19780]: audit 2024-03-21T13:25:43.507465+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T13:25:44.496 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:44 smithi038 bash[19780]: audit 2024-03-21T13:25:43.961076+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:44 smithi192 bash[14483]: audit 2024-03-21T13:25:43.290991+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:44 smithi192 bash[14483]: audit 2024-03-21T13:25:43.507041+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.38:0/2483836629' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T13:25:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:44 smithi192 bash[14483]: audit 2024-03-21T13:25:43.507465+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T13:25:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:44 smithi192 bash[14483]: audit 2024-03-21T13:25:43.961076+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.382 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: cluster 2024-03-21T13:25:43.482880+0000 mgr.y (mgr.24361) 116 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 2.7 KiB/s wr, 93 op/s 2024-03-21T13:25:45.387 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: cluster 2024-03-21T13:25:43.482880+0000 mgr.y (mgr.24361) 116 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 2.7 KiB/s wr, 93 op/s 2024-03-21T13:25:45.387 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: cephadm 2024-03-21T13:25:44.240039+0000 mgr.y (mgr.24361) 117 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:45.387 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.312788+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-21T13:25:45.387 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: cluster 2024-03-21T13:25:44.313101+0000 mon.a (mon.0) 741 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.798758+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.812425+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.820108+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.831496+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.832628+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.837879+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: cephadm 2024-03-21T13:25:44.240039+0000 mgr.y (mgr.24361) 117 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:45.388 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.312788+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: cluster 2024-03-21T13:25:44.313101+0000 mon.a (mon.0) 741 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.798758+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.812425+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.820108+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.831496+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.832628+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.837879+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.844219+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[14284]: audit 2024-03-21T13:25:44.845530+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:45.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:25:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: cluster 2024-03-21T13:25:43.482880+0000 mgr.y (mgr.24361) 116 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 53 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 2.7 KiB/s wr, 93 op/s 2024-03-21T13:25:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: cephadm 2024-03-21T13:25:44.240039+0000 mgr.y (mgr.24361) 117 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.312788+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: cluster 2024-03-21T13:25:44.313101+0000 mon.a (mon.0) 741 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.798758+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.812425+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.820108+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.831496+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.832628+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.837879+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.844219+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:45 smithi192 bash[14483]: audit 2024-03-21T13:25:44.845530+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:45.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.844219+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:45.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:45 smithi038 bash[19780]: audit 2024-03-21T13:25:44.845530+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:45.819 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'rbd pool init foo' 2024-03-21T13:25:46.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:46 smithi038 bash[14284]: cephadm 2024-03-21T13:25:44.826054+0000 mgr.y (mgr.24361) 118 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T13:25:46.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:46 smithi038 bash[14284]: cephadm 2024-03-21T13:25:44.847300+0000 mgr.y (mgr.24361) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:25:46.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:46 smithi038 bash[14284]: cluster 2024-03-21T13:25:45.316314+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-21T13:25:46.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:46 smithi038 bash[19780]: cephadm 2024-03-21T13:25:44.826054+0000 mgr.y (mgr.24361) 118 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T13:25:46.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:46 smithi038 bash[19780]: cephadm 2024-03-21T13:25:44.847300+0000 mgr.y (mgr.24361) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:25:46.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:46 smithi038 bash[19780]: cluster 2024-03-21T13:25:45.316314+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-21T13:25:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:46 smithi192 bash[14483]: cephadm 2024-03-21T13:25:44.826054+0000 mgr.y (mgr.24361) 118 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T13:25:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:46 smithi192 bash[14483]: cephadm 2024-03-21T13:25:44.847300+0000 mgr.y (mgr.24361) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:25:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:46 smithi192 bash[14483]: cluster 2024-03-21T13:25:45.316314+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-21T13:25:47.596 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:47 smithi038 bash[14284]: cluster 2024-03-21T13:25:45.484826+0000 mgr.y (mgr.24361) 120 : cluster [DBG] pgmap v94: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s rd, 4.5 KiB/s wr, 270 op/s 2024-03-21T13:25:47.596 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:47 smithi038 bash[14284]: cluster 2024-03-21T13:25:46.345941+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-21T13:25:47.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:47 smithi038 bash[19780]: cluster 2024-03-21T13:25:45.484826+0000 mgr.y (mgr.24361) 120 : cluster [DBG] pgmap v94: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s rd, 4.5 KiB/s wr, 270 op/s 2024-03-21T13:25:47.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:47 smithi038 bash[19780]: cluster 2024-03-21T13:25:46.345941+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-21T13:25:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:47 smithi192 bash[14483]: cluster 2024-03-21T13:25:45.484826+0000 mgr.y (mgr.24361) 120 : cluster [DBG] pgmap v94: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s rd, 4.5 KiB/s wr, 270 op/s 2024-03-21T13:25:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:47 smithi192 bash[14483]: cluster 2024-03-21T13:25:46.345941+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-21T13:25:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:49 smithi192 bash[14483]: cluster 2024-03-21T13:25:47.485575+0000 mgr.y (mgr.24361) 121 : cluster [DBG] pgmap v96: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-03-21T13:25:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:49 smithi192 bash[14483]: audit 2024-03-21T13:25:49.181381+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:49 smithi192 bash[14483]: audit 2024-03-21T13:25:49.183552+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:49 smithi192 bash[14483]: audit 2024-03-21T13:25:49.189605+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:49 smithi192 bash[14483]: audit 2024-03-21T13:25:49.195379+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:49 smithi192 bash[14483]: audit 2024-03-21T13:25:49.196601+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:49.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:49] "GET /metrics HTTP/1.1" 200 202600 "" "Prometheus/2.33.4" 2024-03-21T13:25:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14284]: cluster 2024-03-21T13:25:47.485575+0000 mgr.y (mgr.24361) 121 : cluster [DBG] pgmap v96: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-03-21T13:25:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14284]: audit 2024-03-21T13:25:49.181381+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14284]: audit 2024-03-21T13:25:49.183552+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14284]: audit 2024-03-21T13:25:49.189605+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14284]: audit 2024-03-21T13:25:49.195379+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[14284]: audit 2024-03-21T13:25:49.196601+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[19780]: cluster 2024-03-21T13:25:47.485575+0000 mgr.y (mgr.24361) 121 : cluster [DBG] pgmap v96: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[19780]: audit 2024-03-21T13:25:49.181381+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[19780]: audit 2024-03-21T13:25:49.183552+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[19780]: audit 2024-03-21T13:25:49.189605+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[19780]: audit 2024-03-21T13:25:49.195379+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:49 smithi038 bash[19780]: audit 2024-03-21T13:25:49.196601+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:50.624 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:50 smithi192 bash[14483]: cephadm 2024-03-21T13:25:49.197981+0000 mgr.y (mgr.24361) 122 : cephadm [INF] Deploying daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:25:50.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:50 smithi038 bash[14284]: cephadm 2024-03-21T13:25:49.197981+0000 mgr.y (mgr.24361) 122 : cephadm [INF] Deploying daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:25:50.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:50 smithi038 bash[19780]: cephadm 2024-03-21T13:25:49.197981+0000 mgr.y (mgr.24361) 122 : cephadm [INF] Deploying daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:25:51.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:51 smithi192 bash[14483]: cluster 2024-03-21T13:25:49.486371+0000 mgr.y (mgr.24361) 123 : cluster [DBG] pgmap v97: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-03-21T13:25:51.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:51 smithi192 bash[14483]: audit 2024-03-21T13:25:50.914925+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.38:0/1712799484' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T13:25:51.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:51 smithi192 bash[14483]: audit 2024-03-21T13:25:50.915516+0000 mon.a (mon.0) 757 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T13:25:51.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:51 smithi038 bash[14284]: cluster 2024-03-21T13:25:49.486371+0000 mgr.y (mgr.24361) 123 : cluster [DBG] pgmap v97: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-03-21T13:25:51.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:51 smithi038 bash[14284]: audit 2024-03-21T13:25:50.914925+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.38:0/1712799484' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T13:25:51.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:51 smithi038 bash[14284]: audit 2024-03-21T13:25:50.915516+0000 mon.a (mon.0) 757 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T13:25:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:51 smithi038 bash[19780]: cluster 2024-03-21T13:25:49.486371+0000 mgr.y (mgr.24361) 123 : cluster [DBG] pgmap v97: 161 pgs: 10 creating+activating, 151 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 511 B/s wr, 174 op/s 2024-03-21T13:25:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:51 smithi038 bash[19780]: audit 2024-03-21T13:25:50.914925+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.38:0/1712799484' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T13:25:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:51 smithi038 bash[19780]: audit 2024-03-21T13:25:50.915516+0000 mon.a (mon.0) 757 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T13:25:52.394 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[19780]: audit 2024-03-21T13:25:51.367427+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-21T13:25:52.394 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[19780]: cluster 2024-03-21T13:25:51.367622+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-21T13:25:52.394 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[19780]: cluster 2024-03-21T13:25:51.487176+0000 mgr.y (mgr.24361) 124 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 497 B/s wr, 169 op/s 2024-03-21T13:25:52.394 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[19780]: audit 2024-03-21T13:25:51.931964+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:52.394 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[19780]: audit 2024-03-21T13:25:51.934874+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:52.394 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[19780]: audit 2024-03-21T13:25:51.936563+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[14284]: audit 2024-03-21T13:25:51.367427+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-21T13:25:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[14284]: cluster 2024-03-21T13:25:51.367622+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-21T13:25:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[14284]: cluster 2024-03-21T13:25:51.487176+0000 mgr.y (mgr.24361) 124 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 497 B/s wr, 169 op/s 2024-03-21T13:25:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[14284]: audit 2024-03-21T13:25:51.931964+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[14284]: audit 2024-03-21T13:25:51.934874+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:52 smithi038 bash[14284]: audit 2024-03-21T13:25:51.936563+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:52 smithi192 bash[14483]: audit 2024-03-21T13:25:51.367427+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-21T13:25:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:52 smithi192 bash[14483]: cluster 2024-03-21T13:25:51.367622+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-21T13:25:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:52 smithi192 bash[14483]: cluster 2024-03-21T13:25:51.487176+0000 mgr.y (mgr.24361) 124 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 497 B/s wr, 169 op/s 2024-03-21T13:25:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:52 smithi192 bash[14483]: audit 2024-03-21T13:25:51.931964+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:52 smithi192 bash[14483]: audit 2024-03-21T13:25:51.934874+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:52 smithi192 bash[14483]: audit 2024-03-21T13:25:51.936563+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:53 smithi192 bash[14483]: cluster 2024-03-21T13:25:52.385617+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-21T13:25:53.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:53 smithi038 bash[14284]: cluster 2024-03-21T13:25:52.385617+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-21T13:25:53.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:53 smithi038 bash[19780]: cluster 2024-03-21T13:25:52.385617+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-21T13:25:54.420 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch apply iscsi foo u p' 2024-03-21T13:25:54.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:54 smithi192 bash[14483]: cluster 2024-03-21T13:25:53.402569+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-21T13:25:54.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:54 smithi192 bash[14483]: cluster 2024-03-21T13:25:53.487866+0000 mgr.y (mgr.24361) 125 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:54.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:54 smithi038 bash[14284]: cluster 2024-03-21T13:25:53.402569+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-21T13:25:54.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:54 smithi038 bash[14284]: cluster 2024-03-21T13:25:53.487866+0000 mgr.y (mgr.24361) 125 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:54.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:54 smithi038 bash[19780]: cluster 2024-03-21T13:25:53.402569+0000 mon.a (mon.0) 764 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-21T13:25:54.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:54 smithi038 bash[19780]: cluster 2024-03-21T13:25:53.487866+0000 mgr.y (mgr.24361) 125 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:55.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:25:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:25:55.751 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:55 smithi038 bash[14284]: audit 2024-03-21T13:25:54.616009+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:55.752 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:55 smithi038 bash[19780]: audit 2024-03-21T13:25:54.616009+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:55 smithi192 bash[14483]: audit 2024-03-21T13:25:54.616009+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: cluster 2024-03-21T13:25:55.489912+0000 mgr.y (mgr.24361) 126 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 217 KiB/s rd, 682 B/s wr, 335 op/s 2024-03-21T13:25:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: audit 2024-03-21T13:25:55.848118+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: audit 2024-03-21T13:25:55.977529+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: cephadm 2024-03-21T13:25:55.984249+0000 mgr.y (mgr.24361) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: audit 2024-03-21T13:25:56.345777+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: audit 2024-03-21T13:25:56.362625+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: audit 2024-03-21T13:25:56.364632+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[14284]: audit 2024-03-21T13:25:56.727685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: cluster 2024-03-21T13:25:55.489912+0000 mgr.y (mgr.24361) 126 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 217 KiB/s rd, 682 B/s wr, 335 op/s 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: audit 2024-03-21T13:25:55.848118+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: audit 2024-03-21T13:25:55.977529+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: cephadm 2024-03-21T13:25:55.984249+0000 mgr.y (mgr.24361) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: audit 2024-03-21T13:25:56.345777+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: audit 2024-03-21T13:25:56.362625+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: audit 2024-03-21T13:25:56.364632+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:56 smithi038 bash[19780]: audit 2024-03-21T13:25:56.727685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: cluster 2024-03-21T13:25:55.489912+0000 mgr.y (mgr.24361) 126 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 217 KiB/s rd, 682 B/s wr, 335 op/s 2024-03-21T13:25:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: audit 2024-03-21T13:25:55.848118+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: audit 2024-03-21T13:25:55.977529+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: cephadm 2024-03-21T13:25:55.984249+0000 mgr.y (mgr.24361) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: audit 2024-03-21T13:25:56.345777+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: audit 2024-03-21T13:25:56.362625+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: audit 2024-03-21T13:25:56.364632+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:56 smithi192 bash[14483]: audit 2024-03-21T13:25:56.727685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:58.005 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled iscsi.foo update... 2024-03-21T13:25:58.134 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:57 smithi038 bash[14284]: cephadm 2024-03-21T13:25:56.369781+0000 mgr.y (mgr.24361) 128 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:58.134 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:57 smithi038 bash[14284]: cluster 2024-03-21T13:25:57.665446+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-21T13:25:58.135 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:57 smithi038 bash[19780]: cephadm 2024-03-21T13:25:56.369781+0000 mgr.y (mgr.24361) 128 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:58.135 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:57 smithi038 bash[19780]: cluster 2024-03-21T13:25:57.665446+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-21T13:25:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:57 smithi192 bash[14483]: cephadm 2024-03-21T13:25:56.369781+0000 mgr.y (mgr.24361) 128 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:25:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:57 smithi192 bash[14483]: cluster 2024-03-21T13:25:57.665446+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-21T13:25:59.239 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'sleep 120' 2024-03-21T13:25:59.400 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: cluster 2024-03-21T13:25:57.491041+0000 mgr.y (mgr.24361) 129 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 213 KiB/s rd, 668 B/s wr, 329 op/s 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:57.993513+0000 mgr.y (mgr.24361) 130 : audit [DBG] from='client.24823 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: cephadm 2024-03-21T13:25:57.995969+0000 mgr.y (mgr.24361) 131 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.004920+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.054135+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.055667+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.070573+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: cephadm 2024-03-21T13:25:58.080305+0000 mgr.y (mgr.24361) 132 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.092898+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.103659+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-21T13:25:59.401 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: audit 2024-03-21T13:25:58.115199+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:59.402 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14284]: cephadm 2024-03-21T13:25:58.117434+0000 mgr.y (mgr.24361) 133 : cephadm [INF] Deploying daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:25:59.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: cluster 2024-03-21T13:25:57.491041+0000 mgr.y (mgr.24361) 129 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 213 KiB/s rd, 668 B/s wr, 329 op/s 2024-03-21T13:25:59.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:57.993513+0000 mgr.y (mgr.24361) 130 : audit [DBG] from='client.24823 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:59.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: cephadm 2024-03-21T13:25:57.995969+0000 mgr.y (mgr.24361) 131 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-21T13:25:59.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.004920+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:59.402 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.054135+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.055667+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.070573+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: cephadm 2024-03-21T13:25:58.080305+0000 mgr.y (mgr.24361) 132 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.092898+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.103659+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: audit 2024-03-21T13:25:58.115199+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:59.403 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[19780]: cephadm 2024-03-21T13:25:58.117434+0000 mgr.y (mgr.24361) 133 : cephadm [INF] Deploying daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:25:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: cluster 2024-03-21T13:25:57.491041+0000 mgr.y (mgr.24361) 129 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 213 KiB/s rd, 668 B/s wr, 329 op/s 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:57.993513+0000 mgr.y (mgr.24361) 130 : audit [DBG] from='client.24823 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: cephadm 2024-03-21T13:25:57.995969+0000 mgr.y (mgr.24361) 131 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.004920+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.054135+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.055667+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.070573+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: cephadm 2024-03-21T13:25:58.080305+0000 mgr.y (mgr.24361) 132 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.092898+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.103659+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: audit 2024-03-21T13:25:58.115199+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:25:59 smithi192 bash[14483]: cephadm 2024-03-21T13:25:58.117434+0000 mgr.y (mgr.24361) 133 : cephadm [INF] Deploying daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:25:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:25:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:25:59] "GET /metrics HTTP/1.1" 200 213361 "" "Prometheus/2.33.4" 2024-03-21T13:26:00.761 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:00 smithi038 bash[14284]: cluster 2024-03-21T13:25:59.492054+0000 mgr.y (mgr.24361) 134 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 575 B/s wr, 283 op/s 2024-03-21T13:26:00.761 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:00 smithi038 bash[14284]: audit 2024-03-21T13:25:59.635918+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:00.761 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:00 smithi038 bash[14284]: cluster 2024-03-21T13:26:00.028786+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2024-03-21T13:26:00.761 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:00 smithi038 bash[19780]: cluster 2024-03-21T13:25:59.492054+0000 mgr.y (mgr.24361) 134 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 575 B/s wr, 283 op/s 2024-03-21T13:26:00.761 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:00 smithi038 bash[19780]: audit 2024-03-21T13:25:59.635918+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:00.761 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:00 smithi038 bash[19780]: cluster 2024-03-21T13:26:00.028786+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2024-03-21T13:26:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:00 smithi192 bash[14483]: cluster 2024-03-21T13:25:59.492054+0000 mgr.y (mgr.24361) 134 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 575 B/s wr, 283 op/s 2024-03-21T13:26:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:00 smithi192 bash[14483]: audit 2024-03-21T13:25:59.635918+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:00 smithi192 bash[14483]: cluster 2024-03-21T13:26:00.028786+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2024-03-21T13:26:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[14284]: cluster 2024-03-21T13:26:01.493402+0000 mgr.y (mgr.24361) 135 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 169 KiB/s rd, 506 B/s wr, 257 op/s 2024-03-21T13:26:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[14284]: audit 2024-03-21T13:26:01.976226+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[14284]: audit 2024-03-21T13:26:01.978344+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[14284]: audit 2024-03-21T13:26:01.979558+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:03.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[19780]: cluster 2024-03-21T13:26:01.493402+0000 mgr.y (mgr.24361) 135 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 169 KiB/s rd, 506 B/s wr, 257 op/s 2024-03-21T13:26:03.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[19780]: audit 2024-03-21T13:26:01.976226+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:03.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[19780]: audit 2024-03-21T13:26:01.978344+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:03.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:02 smithi038 bash[19780]: audit 2024-03-21T13:26:01.979558+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:02 smithi192 bash[14483]: cluster 2024-03-21T13:26:01.493402+0000 mgr.y (mgr.24361) 135 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 169 KiB/s rd, 506 B/s wr, 257 op/s 2024-03-21T13:26:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:02 smithi192 bash[14483]: audit 2024-03-21T13:26:01.976226+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:02 smithi192 bash[14483]: audit 2024-03-21T13:26:01.978344+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:02 smithi192 bash[14483]: audit 2024-03-21T13:26:01.979558+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[19780]: cluster 2024-03-21T13:26:03.494138+0000 mgr.y (mgr.24361) 136 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 409 B/s wr, 208 op/s 2024-03-21T13:26:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[19780]: audit 2024-03-21T13:26:04.509719+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.38:0/2496470584' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:26:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[19780]: audit 2024-03-21T13:26:04.647434+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[19780]: audit 2024-03-21T13:26:04.878804+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.38:0/2107316342' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]: dispatch 2024-03-21T13:26:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[19780]: audit 2024-03-21T13:26:04.879989+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]: dispatch 2024-03-21T13:26:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[14284]: cluster 2024-03-21T13:26:03.494138+0000 mgr.y (mgr.24361) 136 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 409 B/s wr, 208 op/s 2024-03-21T13:26:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[14284]: audit 2024-03-21T13:26:04.509719+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.38:0/2496470584' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:26:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[14284]: audit 2024-03-21T13:26:04.647434+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[14284]: audit 2024-03-21T13:26:04.878804+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.38:0/2107316342' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]: dispatch 2024-03-21T13:26:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:04 smithi038 bash[14284]: audit 2024-03-21T13:26:04.879989+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]: dispatch 2024-03-21T13:26:05.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:26:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:26:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:04 smithi192 bash[14483]: cluster 2024-03-21T13:26:03.494138+0000 mgr.y (mgr.24361) 136 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 409 B/s wr, 208 op/s 2024-03-21T13:26:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:04 smithi192 bash[14483]: audit 2024-03-21T13:26:04.509719+0000 mon.a (mon.0) 785 : audit [DBG] from='client.? 172.21.15.38:0/2496470584' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:26:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:04 smithi192 bash[14483]: audit 2024-03-21T13:26:04.647434+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:04 smithi192 bash[14483]: audit 2024-03-21T13:26:04.878804+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.38:0/2107316342' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]: dispatch 2024-03-21T13:26:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:04 smithi192 bash[14483]: audit 2024-03-21T13:26:04.879989+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]: dispatch 2024-03-21T13:26:06.946 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[19780]: cluster 2024-03-21T13:26:05.495826+0000 mgr.y (mgr.24361) 137 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 102 B/s wr, 7 op/s 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[19780]: audit 2024-03-21T13:26:05.656947+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]': finished 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[19780]: cluster 2024-03-21T13:26:05.657104+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[19780]: audit 2024-03-21T13:26:06.084356+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.38:0/345122254' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/627527986"}]: dispatch 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[14284]: cluster 2024-03-21T13:26:05.495826+0000 mgr.y (mgr.24361) 137 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 102 B/s wr, 7 op/s 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[14284]: audit 2024-03-21T13:26:05.656947+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]': finished 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[14284]: cluster 2024-03-21T13:26:05.657104+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-21T13:26:06.947 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:06 smithi038 bash[14284]: audit 2024-03-21T13:26:06.084356+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.38:0/345122254' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/627527986"}]: dispatch 2024-03-21T13:26:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:06 smithi192 bash[14483]: cluster 2024-03-21T13:26:05.495826+0000 mgr.y (mgr.24361) 137 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 102 B/s wr, 7 op/s 2024-03-21T13:26:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:06 smithi192 bash[14483]: audit 2024-03-21T13:26:05.656947+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/519761041"}]': finished 2024-03-21T13:26:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:06 smithi192 bash[14483]: cluster 2024-03-21T13:26:05.657104+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-21T13:26:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:06 smithi192 bash[14483]: audit 2024-03-21T13:26:06.084356+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.38:0/345122254' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/627527986"}]: dispatch 2024-03-21T13:26:08.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:06.966516+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:06.977242+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:06.987263+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:06.988589+0000 mgr.y (mgr.24361) 138 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: cephadm 2024-03-21T13:26:06.990660+0000 mgr.y (mgr.24361) 139 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.006440+0000 mon.a (mon.0) 794 : audit [INF] from='client.? 172.21.15.38:0/345122254' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/627527986"}]': finished 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: cluster 2024-03-21T13:26:07.006680+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.007466+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.008635+0000 mgr.y (mgr.24361) 140 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.015436+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.020108+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.020770+0000 mgr.y (mgr.24361) 141 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.033961+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.036190+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.037317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.044228+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.376026+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.38:0/469386055' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]: dispatch 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[14284]: audit 2024-03-21T13:26:07.376536+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]: dispatch 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:06.966516+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:06.977242+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:06.987263+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:06.988589+0000 mgr.y (mgr.24361) 138 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: cephadm 2024-03-21T13:26:06.990660+0000 mgr.y (mgr.24361) 139 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.006440+0000 mon.a (mon.0) 794 : audit [INF] from='client.? 172.21.15.38:0/345122254' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/627527986"}]': finished 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: cluster 2024-03-21T13:26:07.006680+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-21T13:26:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.007466+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.008635+0000 mgr.y (mgr.24361) 140 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.015436+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.020108+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.020770+0000 mgr.y (mgr.24361) 141 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.033961+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.036190+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.037317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.044228+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.376026+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.38:0/469386055' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]: dispatch 2024-03-21T13:26:08.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:07 smithi038 bash[19780]: audit 2024-03-21T13:26:07.376536+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]: dispatch 2024-03-21T13:26:08.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:06.966516+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:06.977242+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:06.987263+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:06.988589+0000 mgr.y (mgr.24361) 138 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: cephadm 2024-03-21T13:26:06.990660+0000 mgr.y (mgr.24361) 139 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.006440+0000 mon.a (mon.0) 794 : audit [INF] from='client.? 172.21.15.38:0/345122254' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/627527986"}]': finished 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: cluster 2024-03-21T13:26:07.006680+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.007466+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.008635+0000 mgr.y (mgr.24361) 140 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.015436+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.020108+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.020770+0000 mgr.y (mgr.24361) 141 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.033961+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.036190+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.037317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.044228+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:26:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.376026+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.38:0/469386055' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]: dispatch 2024-03-21T13:26:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:07 smithi192 bash[14483]: audit 2024-03-21T13:26:07.376536+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]: dispatch 2024-03-21T13:26:09.400 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[14284]: cluster 2024-03-21T13:26:07.496594+0000 mgr.y (mgr.24361) 142 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 127 B/s wr, 9 op/s 2024-03-21T13:26:09.400 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[14284]: audit 2024-03-21T13:26:08.051541+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]': finished 2024-03-21T13:26:09.400 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[14284]: cluster 2024-03-21T13:26:08.051774+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-21T13:26:09.400 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[14284]: audit 2024-03-21T13:26:08.420843+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.38:0/2043804383' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/540625617"}]: dispatch 2024-03-21T13:26:09.401 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[19780]: cluster 2024-03-21T13:26:07.496594+0000 mgr.y (mgr.24361) 142 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 127 B/s wr, 9 op/s 2024-03-21T13:26:09.401 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[19780]: audit 2024-03-21T13:26:08.051541+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]': finished 2024-03-21T13:26:09.401 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[19780]: cluster 2024-03-21T13:26:08.051774+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-21T13:26:09.401 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[19780]: audit 2024-03-21T13:26:08.420843+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.38:0/2043804383' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/540625617"}]: dispatch 2024-03-21T13:26:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:09 smithi192 bash[14483]: cluster 2024-03-21T13:26:07.496594+0000 mgr.y (mgr.24361) 142 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 127 B/s wr, 9 op/s 2024-03-21T13:26:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:09 smithi192 bash[14483]: audit 2024-03-21T13:26:08.051541+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4196727569"}]': finished 2024-03-21T13:26:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:09 smithi192 bash[14483]: cluster 2024-03-21T13:26:08.051774+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-21T13:26:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:09 smithi192 bash[14483]: audit 2024-03-21T13:26:08.420843+0000 mon.a (mon.0) 806 : audit [INF] from='client.? 172.21.15.38:0/2043804383' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/540625617"}]: dispatch 2024-03-21T13:26:09.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:26:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:09] "GET /metrics HTTP/1.1" 200 213361 "" "Prometheus/2.33.4" 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.062191+0000 mon.a (mon.0) 807 : audit [INF] from='client.? 172.21.15.38:0/2043804383' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/540625617"}]': finished 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: cluster 2024-03-21T13:26:09.062307+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.434007+0000 mon.a (mon.0) 809 : audit [INF] from='client.? 172.21.15.38:0/3656534336' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/2329766282"}]: dispatch 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.459104+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.460025+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-21T13:26:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.460768+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.461480+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.805046+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[14284]: audit 2024-03-21T13:26:09.817110+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.062191+0000 mon.a (mon.0) 807 : audit [INF] from='client.? 172.21.15.38:0/2043804383' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/540625617"}]': finished 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: cluster 2024-03-21T13:26:09.062307+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.434007+0000 mon.a (mon.0) 809 : audit [INF] from='client.? 172.21.15.38:0/3656534336' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/2329766282"}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.459104+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.460025+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.460768+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.461480+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.805046+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:26:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:10 smithi038 bash[19780]: audit 2024-03-21T13:26:09.817110+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:26:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.062191+0000 mon.a (mon.0) 807 : audit [INF] from='client.? 172.21.15.38:0/2043804383' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/540625617"}]': finished 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: cluster 2024-03-21T13:26:09.062307+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.434007+0000 mon.a (mon.0) 809 : audit [INF] from='client.? 172.21.15.38:0/3656534336' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/2329766282"}]: dispatch 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.459104+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.460025+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.460768+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.461480+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.805046+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:10 smithi192 bash[14483]: audit 2024-03-21T13:26:09.817110+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: cluster 2024-03-21T13:26:09.497238+0000 mgr.y (mgr.24361) 143 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: audit 2024-03-21T13:26:10.090523+0000 mon.a (mon.0) 816 : audit [INF] from='client.? 172.21.15.38:0/3656534336' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/2329766282"}]': finished 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: audit 2024-03-21T13:26:10.090911+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: audit 2024-03-21T13:26:10.091075+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: audit 2024-03-21T13:26:10.091207+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: audit 2024-03-21T13:26:10.091348+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-03-21T13:26:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: cluster 2024-03-21T13:26:10.091490+0000 mon.a (mon.0) 821 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[14284]: audit 2024-03-21T13:26:10.463069+0000 mon.a (mon.0) 822 : audit [INF] from='client.? 172.21.15.38:0/2493804802' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4289021246"}]: dispatch 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: cluster 2024-03-21T13:26:09.497238+0000 mgr.y (mgr.24361) 143 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: audit 2024-03-21T13:26:10.090523+0000 mon.a (mon.0) 816 : audit [INF] from='client.? 172.21.15.38:0/3656534336' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/2329766282"}]': finished 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: audit 2024-03-21T13:26:10.090911+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: audit 2024-03-21T13:26:10.091075+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: audit 2024-03-21T13:26:10.091207+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: audit 2024-03-21T13:26:10.091348+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: cluster 2024-03-21T13:26:10.091490+0000 mon.a (mon.0) 821 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-21T13:26:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:11 smithi038 bash[19780]: audit 2024-03-21T13:26:10.463069+0000 mon.a (mon.0) 822 : audit [INF] from='client.? 172.21.15.38:0/2493804802' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4289021246"}]: dispatch 2024-03-21T13:26:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: cluster 2024-03-21T13:26:09.497238+0000 mgr.y (mgr.24361) 143 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: audit 2024-03-21T13:26:10.090523+0000 mon.a (mon.0) 816 : audit [INF] from='client.? 172.21.15.38:0/3656534336' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/2329766282"}]': finished 2024-03-21T13:26:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: audit 2024-03-21T13:26:10.090911+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-03-21T13:26:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: audit 2024-03-21T13:26:10.091075+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-21T13:26:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: audit 2024-03-21T13:26:10.091207+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-21T13:26:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: audit 2024-03-21T13:26:10.091348+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-03-21T13:26:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: cluster 2024-03-21T13:26:10.091490+0000 mon.a (mon.0) 821 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-21T13:26:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:11 smithi192 bash[14483]: audit 2024-03-21T13:26:10.463069+0000 mon.a (mon.0) 822 : audit [INF] from='client.? 172.21.15.38:0/2493804802' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4289021246"}]: dispatch 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[14284]: audit 2024-03-21T13:26:11.095800+0000 mon.a (mon.0) 823 : audit [INF] from='client.? 172.21.15.38:0/2493804802' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4289021246"}]': finished 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[14284]: cluster 2024-03-21T13:26:11.095917+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[14284]: audit 2024-03-21T13:26:11.470529+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.38:0/1682787854' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]: dispatch 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[14284]: audit 2024-03-21T13:26:11.471574+0000 mon.a (mon.0) 825 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]: dispatch 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[19780]: audit 2024-03-21T13:26:11.095800+0000 mon.a (mon.0) 823 : audit [INF] from='client.? 172.21.15.38:0/2493804802' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4289021246"}]': finished 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[19780]: cluster 2024-03-21T13:26:11.095917+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[19780]: audit 2024-03-21T13:26:11.470529+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.38:0/1682787854' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]: dispatch 2024-03-21T13:26:12.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:12 smithi038 bash[19780]: audit 2024-03-21T13:26:11.471574+0000 mon.a (mon.0) 825 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]: dispatch 2024-03-21T13:26:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:12 smithi192 bash[14483]: audit 2024-03-21T13:26:11.095800+0000 mon.a (mon.0) 823 : audit [INF] from='client.? 172.21.15.38:0/2493804802' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4289021246"}]': finished 2024-03-21T13:26:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:12 smithi192 bash[14483]: cluster 2024-03-21T13:26:11.095917+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-21T13:26:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:12 smithi192 bash[14483]: audit 2024-03-21T13:26:11.470529+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.38:0/1682787854' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]: dispatch 2024-03-21T13:26:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:12 smithi192 bash[14483]: audit 2024-03-21T13:26:11.471574+0000 mon.a (mon.0) 825 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]: dispatch 2024-03-21T13:26:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[14284]: cluster 2024-03-21T13:26:11.497965+0000 mgr.y (mgr.24361) 144 : cluster [DBG] pgmap v118: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[14284]: audit 2024-03-21T13:26:12.126684+0000 mon.a (mon.0) 826 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]': finished 2024-03-21T13:26:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[14284]: cluster 2024-03-21T13:26:12.126827+0000 mon.a (mon.0) 827 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-21T13:26:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[14284]: audit 2024-03-21T13:26:12.514376+0000 mon.a (mon.0) 828 : audit [INF] from='client.? 172.21.15.38:0/1001573425' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1317380608"}]: dispatch 2024-03-21T13:26:13.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[19780]: cluster 2024-03-21T13:26:11.497965+0000 mgr.y (mgr.24361) 144 : cluster [DBG] pgmap v118: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:13.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[19780]: audit 2024-03-21T13:26:12.126684+0000 mon.a (mon.0) 826 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]': finished 2024-03-21T13:26:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[19780]: cluster 2024-03-21T13:26:12.126827+0000 mon.a (mon.0) 827 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-21T13:26:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:13 smithi038 bash[19780]: audit 2024-03-21T13:26:12.514376+0000 mon.a (mon.0) 828 : audit [INF] from='client.? 172.21.15.38:0/1001573425' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1317380608"}]: dispatch 2024-03-21T13:26:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:13 smithi192 bash[14483]: cluster 2024-03-21T13:26:11.497965+0000 mgr.y (mgr.24361) 144 : cluster [DBG] pgmap v118: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:13 smithi192 bash[14483]: audit 2024-03-21T13:26:12.126684+0000 mon.a (mon.0) 826 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/2329766282"}]': finished 2024-03-21T13:26:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:13 smithi192 bash[14483]: cluster 2024-03-21T13:26:12.126827+0000 mon.a (mon.0) 827 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-21T13:26:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:13 smithi192 bash[14483]: audit 2024-03-21T13:26:12.514376+0000 mon.a (mon.0) 828 : audit [INF] from='client.? 172.21.15.38:0/1001573425' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1317380608"}]: dispatch 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[19780]: audit 2024-03-21T13:26:13.141559+0000 mon.a (mon.0) 829 : audit [INF] from='client.? 172.21.15.38:0/1001573425' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1317380608"}]': finished 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[19780]: cluster 2024-03-21T13:26:13.141911+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[19780]: audit 2024-03-21T13:26:13.508812+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.38:0/1627465563' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]: dispatch 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[19780]: audit 2024-03-21T13:26:13.509707+0000 mon.a (mon.0) 831 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]: dispatch 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[14284]: audit 2024-03-21T13:26:13.141559+0000 mon.a (mon.0) 829 : audit [INF] from='client.? 172.21.15.38:0/1001573425' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1317380608"}]': finished 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[14284]: cluster 2024-03-21T13:26:13.141911+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-21T13:26:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[14284]: audit 2024-03-21T13:26:13.508812+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.38:0/1627465563' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]: dispatch 2024-03-21T13:26:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:14 smithi038 bash[14284]: audit 2024-03-21T13:26:13.509707+0000 mon.a (mon.0) 831 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]: dispatch 2024-03-21T13:26:14.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:14 smithi192 bash[14483]: audit 2024-03-21T13:26:13.141559+0000 mon.a (mon.0) 829 : audit [INF] from='client.? 172.21.15.38:0/1001573425' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1317380608"}]': finished 2024-03-21T13:26:14.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:14 smithi192 bash[14483]: cluster 2024-03-21T13:26:13.141911+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-21T13:26:14.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:14 smithi192 bash[14483]: audit 2024-03-21T13:26:13.508812+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.38:0/1627465563' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]: dispatch 2024-03-21T13:26:14.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:14 smithi192 bash[14483]: audit 2024-03-21T13:26:13.509707+0000 mon.a (mon.0) 831 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]: dispatch 2024-03-21T13:26:15.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:26:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:26:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:15 smithi192 bash[14483]: cluster 2024-03-21T13:26:13.498503+0000 mgr.y (mgr.24361) 145 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:15 smithi192 bash[14483]: audit 2024-03-21T13:26:14.168747+0000 mon.a (mon.0) 832 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]': finished 2024-03-21T13:26:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:15 smithi192 bash[14483]: cluster 2024-03-21T13:26:14.168895+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-21T13:26:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:15 smithi192 bash[14483]: audit 2024-03-21T13:26:14.191911+0000 mgr.y (mgr.24361) 146 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:15 smithi192 bash[14483]: audit 2024-03-21T13:26:14.544309+0000 mon.a (mon.0) 834 : audit [INF] from='client.? 172.21.15.38:0/828315926' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4156347182"}]: dispatch 2024-03-21T13:26:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[14284]: cluster 2024-03-21T13:26:13.498503+0000 mgr.y (mgr.24361) 145 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[14284]: audit 2024-03-21T13:26:14.168747+0000 mon.a (mon.0) 832 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]': finished 2024-03-21T13:26:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[14284]: cluster 2024-03-21T13:26:14.168895+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-21T13:26:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[14284]: audit 2024-03-21T13:26:14.191911+0000 mgr.y (mgr.24361) 146 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[14284]: audit 2024-03-21T13:26:14.544309+0000 mon.a (mon.0) 834 : audit [INF] from='client.? 172.21.15.38:0/828315926' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4156347182"}]: dispatch 2024-03-21T13:26:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[19780]: cluster 2024-03-21T13:26:13.498503+0000 mgr.y (mgr.24361) 145 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[19780]: audit 2024-03-21T13:26:14.168747+0000 mon.a (mon.0) 832 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3255062991"}]': finished 2024-03-21T13:26:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[19780]: cluster 2024-03-21T13:26:14.168895+0000 mon.a (mon.0) 833 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-21T13:26:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[19780]: audit 2024-03-21T13:26:14.191911+0000 mgr.y (mgr.24361) 146 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:15 smithi038 bash[19780]: audit 2024-03-21T13:26:14.544309+0000 mon.a (mon.0) 834 : audit [INF] from='client.? 172.21.15.38:0/828315926' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4156347182"}]: dispatch 2024-03-21T13:26:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:16 smithi192 bash[14483]: audit 2024-03-21T13:26:15.176148+0000 mon.a (mon.0) 835 : audit [INF] from='client.? 172.21.15.38:0/828315926' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4156347182"}]': finished 2024-03-21T13:26:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:16 smithi192 bash[14483]: cluster 2024-03-21T13:26:15.176785+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-21T13:26:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:16 smithi192 bash[14483]: audit 2024-03-21T13:26:15.560056+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.38:0/658965075' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]: dispatch 2024-03-21T13:26:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:16 smithi192 bash[14483]: audit 2024-03-21T13:26:15.561177+0000 mon.a (mon.0) 837 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]: dispatch 2024-03-21T13:26:16.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[19780]: audit 2024-03-21T13:26:15.176148+0000 mon.a (mon.0) 835 : audit [INF] from='client.? 172.21.15.38:0/828315926' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4156347182"}]': finished 2024-03-21T13:26:16.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[19780]: cluster 2024-03-21T13:26:15.176785+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-21T13:26:16.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[19780]: audit 2024-03-21T13:26:15.560056+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.38:0/658965075' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]: dispatch 2024-03-21T13:26:16.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[19780]: audit 2024-03-21T13:26:15.561177+0000 mon.a (mon.0) 837 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]: dispatch 2024-03-21T13:26:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[14284]: audit 2024-03-21T13:26:15.176148+0000 mon.a (mon.0) 835 : audit [INF] from='client.? 172.21.15.38:0/828315926' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/4156347182"}]': finished 2024-03-21T13:26:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[14284]: cluster 2024-03-21T13:26:15.176785+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-21T13:26:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[14284]: audit 2024-03-21T13:26:15.560056+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.38:0/658965075' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]: dispatch 2024-03-21T13:26:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:16 smithi038 bash[14284]: audit 2024-03-21T13:26:15.561177+0000 mon.a (mon.0) 837 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]: dispatch 2024-03-21T13:26:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:17 smithi192 bash[14483]: cluster 2024-03-21T13:26:15.499510+0000 mgr.y (mgr.24361) 147 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:26:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:17 smithi192 bash[14483]: audit 2024-03-21T13:26:16.198901+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]': finished 2024-03-21T13:26:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:17 smithi192 bash[14483]: cluster 2024-03-21T13:26:16.199043+0000 mon.a (mon.0) 839 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-21T13:26:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:17 smithi192 bash[14483]: audit 2024-03-21T13:26:16.566456+0000 mon.a (mon.0) 840 : audit [INF] from='client.? 172.21.15.38:0/747553941' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3176924287"}]: dispatch 2024-03-21T13:26:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[14284]: cluster 2024-03-21T13:26:15.499510+0000 mgr.y (mgr.24361) 147 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:26:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[14284]: audit 2024-03-21T13:26:16.198901+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]': finished 2024-03-21T13:26:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[14284]: cluster 2024-03-21T13:26:16.199043+0000 mon.a (mon.0) 839 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-21T13:26:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[14284]: audit 2024-03-21T13:26:16.566456+0000 mon.a (mon.0) 840 : audit [INF] from='client.? 172.21.15.38:0/747553941' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3176924287"}]: dispatch 2024-03-21T13:26:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[19780]: cluster 2024-03-21T13:26:15.499510+0000 mgr.y (mgr.24361) 147 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:26:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[19780]: audit 2024-03-21T13:26:16.198901+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4156347182"}]': finished 2024-03-21T13:26:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[19780]: cluster 2024-03-21T13:26:16.199043+0000 mon.a (mon.0) 839 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-21T13:26:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:17 smithi038 bash[19780]: audit 2024-03-21T13:26:16.566456+0000 mon.a (mon.0) 840 : audit [INF] from='client.? 172.21.15.38:0/747553941' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3176924287"}]: dispatch 2024-03-21T13:26:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:18 smithi038 bash[14284]: audit 2024-03-21T13:26:17.215232+0000 mon.a (mon.0) 841 : audit [INF] from='client.? 172.21.15.38:0/747553941' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3176924287"}]': finished 2024-03-21T13:26:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:18 smithi038 bash[14284]: cluster 2024-03-21T13:26:17.215367+0000 mon.a (mon.0) 842 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-21T13:26:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:18 smithi038 bash[14284]: audit 2024-03-21T13:26:17.575469+0000 mon.a (mon.0) 843 : audit [INF] from='client.? 172.21.15.38:0/1138855455' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2900511846"}]: dispatch 2024-03-21T13:26:18.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:18 smithi038 bash[19780]: audit 2024-03-21T13:26:17.215232+0000 mon.a (mon.0) 841 : audit [INF] from='client.? 172.21.15.38:0/747553941' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3176924287"}]': finished 2024-03-21T13:26:18.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:18 smithi038 bash[19780]: cluster 2024-03-21T13:26:17.215367+0000 mon.a (mon.0) 842 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-21T13:26:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:18 smithi038 bash[19780]: audit 2024-03-21T13:26:17.575469+0000 mon.a (mon.0) 843 : audit [INF] from='client.? 172.21.15.38:0/1138855455' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2900511846"}]: dispatch 2024-03-21T13:26:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:18 smithi192 bash[14483]: audit 2024-03-21T13:26:17.215232+0000 mon.a (mon.0) 841 : audit [INF] from='client.? 172.21.15.38:0/747553941' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/3176924287"}]': finished 2024-03-21T13:26:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:18 smithi192 bash[14483]: cluster 2024-03-21T13:26:17.215367+0000 mon.a (mon.0) 842 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-21T13:26:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:18 smithi192 bash[14483]: audit 2024-03-21T13:26:17.575469+0000 mon.a (mon.0) 843 : audit [INF] from='client.? 172.21.15.38:0/1138855455' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2900511846"}]: dispatch 2024-03-21T13:26:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:19] "GET /metrics HTTP/1.1" 200 214921 "" "Prometheus/2.33.4" 2024-03-21T13:26:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[14284]: cluster 2024-03-21T13:26:17.500288+0000 mgr.y (mgr.24361) 148 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:26:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[14284]: audit 2024-03-21T13:26:18.236754+0000 mon.a (mon.0) 844 : audit [INF] from='client.? 172.21.15.38:0/1138855455' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2900511846"}]': finished 2024-03-21T13:26:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[14284]: cluster 2024-03-21T13:26:18.236867+0000 mon.a (mon.0) 845 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-21T13:26:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[14284]: audit 2024-03-21T13:26:18.611832+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.38:0/2527790718' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]: dispatch 2024-03-21T13:26:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[14284]: audit 2024-03-21T13:26:18.612804+0000 mon.a (mon.0) 846 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]: dispatch 2024-03-21T13:26:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[19780]: cluster 2024-03-21T13:26:17.500288+0000 mgr.y (mgr.24361) 148 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:26:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[19780]: audit 2024-03-21T13:26:18.236754+0000 mon.a (mon.0) 844 : audit [INF] from='client.? 172.21.15.38:0/1138855455' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2900511846"}]': finished 2024-03-21T13:26:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[19780]: cluster 2024-03-21T13:26:18.236867+0000 mon.a (mon.0) 845 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-21T13:26:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[19780]: audit 2024-03-21T13:26:18.611832+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.38:0/2527790718' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]: dispatch 2024-03-21T13:26:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:19 smithi038 bash[19780]: audit 2024-03-21T13:26:18.612804+0000 mon.a (mon.0) 846 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]: dispatch 2024-03-21T13:26:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:19 smithi192 bash[14483]: cluster 2024-03-21T13:26:17.500288+0000 mgr.y (mgr.24361) 148 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:26:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:19 smithi192 bash[14483]: audit 2024-03-21T13:26:18.236754+0000 mon.a (mon.0) 844 : audit [INF] from='client.? 172.21.15.38:0/1138855455' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2900511846"}]': finished 2024-03-21T13:26:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:19 smithi192 bash[14483]: cluster 2024-03-21T13:26:18.236867+0000 mon.a (mon.0) 845 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-21T13:26:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:19 smithi192 bash[14483]: audit 2024-03-21T13:26:18.611832+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.38:0/2527790718' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]: dispatch 2024-03-21T13:26:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:19 smithi192 bash[14483]: audit 2024-03-21T13:26:18.612804+0000 mon.a (mon.0) 846 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]: dispatch 2024-03-21T13:26:20.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:20 smithi038 bash[14284]: audit 2024-03-21T13:26:19.252683+0000 mon.a (mon.0) 847 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]': finished 2024-03-21T13:26:20.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:20 smithi038 bash[14284]: cluster 2024-03-21T13:26:19.252873+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-21T13:26:20.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:20 smithi038 bash[14284]: audit 2024-03-21T13:26:19.624708+0000 mon.a (mon.0) 849 : audit [INF] from='client.? 172.21.15.38:0/2005540253' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1650391518"}]: dispatch 2024-03-21T13:26:20.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:20 smithi038 bash[19780]: audit 2024-03-21T13:26:19.252683+0000 mon.a (mon.0) 847 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]': finished 2024-03-21T13:26:20.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:20 smithi038 bash[19780]: cluster 2024-03-21T13:26:19.252873+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-21T13:26:20.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:20 smithi038 bash[19780]: audit 2024-03-21T13:26:19.624708+0000 mon.a (mon.0) 849 : audit [INF] from='client.? 172.21.15.38:0/2005540253' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1650391518"}]: dispatch 2024-03-21T13:26:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:20 smithi192 bash[14483]: audit 2024-03-21T13:26:19.252683+0000 mon.a (mon.0) 847 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/4196727569"}]': finished 2024-03-21T13:26:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:20 smithi192 bash[14483]: cluster 2024-03-21T13:26:19.252873+0000 mon.a (mon.0) 848 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-21T13:26:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:20 smithi192 bash[14483]: audit 2024-03-21T13:26:19.624708+0000 mon.a (mon.0) 849 : audit [INF] from='client.? 172.21.15.38:0/2005540253' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1650391518"}]: dispatch 2024-03-21T13:26:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[14284]: cluster 2024-03-21T13:26:19.501052+0000 mgr.y (mgr.24361) 149 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[14284]: audit 2024-03-21T13:26:20.255574+0000 mon.a (mon.0) 850 : audit [INF] from='client.? 172.21.15.38:0/2005540253' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1650391518"}]': finished 2024-03-21T13:26:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[14284]: cluster 2024-03-21T13:26:20.255690+0000 mon.a (mon.0) 851 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-21T13:26:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[14284]: audit 2024-03-21T13:26:20.623824+0000 mon.a (mon.0) 852 : audit [INF] from='client.? 172.21.15.38:0/3805477400' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1212091891"}]: dispatch 2024-03-21T13:26:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[19780]: cluster 2024-03-21T13:26:19.501052+0000 mgr.y (mgr.24361) 149 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:21.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[19780]: audit 2024-03-21T13:26:20.255574+0000 mon.a (mon.0) 850 : audit [INF] from='client.? 172.21.15.38:0/2005540253' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1650391518"}]': finished 2024-03-21T13:26:21.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[19780]: cluster 2024-03-21T13:26:20.255690+0000 mon.a (mon.0) 851 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-21T13:26:21.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:21 smithi038 bash[19780]: audit 2024-03-21T13:26:20.623824+0000 mon.a (mon.0) 852 : audit [INF] from='client.? 172.21.15.38:0/3805477400' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1212091891"}]: dispatch 2024-03-21T13:26:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:21 smithi192 bash[14483]: cluster 2024-03-21T13:26:19.501052+0000 mgr.y (mgr.24361) 149 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:21 smithi192 bash[14483]: audit 2024-03-21T13:26:20.255574+0000 mon.a (mon.0) 850 : audit [INF] from='client.? 172.21.15.38:0/2005540253' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1650391518"}]': finished 2024-03-21T13:26:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:21 smithi192 bash[14483]: cluster 2024-03-21T13:26:20.255690+0000 mon.a (mon.0) 851 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-21T13:26:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:21 smithi192 bash[14483]: audit 2024-03-21T13:26:20.623824+0000 mon.a (mon.0) 852 : audit [INF] from='client.? 172.21.15.38:0/3805477400' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1212091891"}]: dispatch 2024-03-21T13:26:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:22 smithi038 bash[14284]: audit 2024-03-21T13:26:21.280101+0000 mon.a (mon.0) 853 : audit [INF] from='client.? 172.21.15.38:0/3805477400' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1212091891"}]': finished 2024-03-21T13:26:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:22 smithi038 bash[14284]: cluster 2024-03-21T13:26:21.280306+0000 mon.a (mon.0) 854 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-21T13:26:22.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:22 smithi038 bash[19780]: audit 2024-03-21T13:26:21.280101+0000 mon.a (mon.0) 853 : audit [INF] from='client.? 172.21.15.38:0/3805477400' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1212091891"}]': finished 2024-03-21T13:26:22.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:22 smithi038 bash[19780]: cluster 2024-03-21T13:26:21.280306+0000 mon.a (mon.0) 854 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-21T13:26:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:22 smithi192 bash[14483]: audit 2024-03-21T13:26:21.280101+0000 mon.a (mon.0) 853 : audit [INF] from='client.? 172.21.15.38:0/3805477400' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1212091891"}]': finished 2024-03-21T13:26:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:22 smithi192 bash[14483]: cluster 2024-03-21T13:26:21.280306+0000 mon.a (mon.0) 854 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-21T13:26:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:23 smithi038 bash[14284]: cluster 2024-03-21T13:26:21.501741+0000 mgr.y (mgr.24361) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:23.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:23 smithi038 bash[19780]: cluster 2024-03-21T13:26:21.501741+0000 mgr.y (mgr.24361) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:23 smithi192 bash[14483]: cluster 2024-03-21T13:26:21.501741+0000 mgr.y (mgr.24361) 150 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:25 smithi192 bash[14483]: cluster 2024-03-21T13:26:23.502467+0000 mgr.y (mgr.24361) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-21T13:26:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:25 smithi192 bash[14483]: audit 2024-03-21T13:26:24.205112+0000 mgr.y (mgr.24361) 152 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:25.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:26:25 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:26:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:25 smithi038 bash[14284]: cluster 2024-03-21T13:26:23.502467+0000 mgr.y (mgr.24361) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-21T13:26:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:25 smithi038 bash[14284]: audit 2024-03-21T13:26:24.205112+0000 mgr.y (mgr.24361) 152 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:25.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:25 smithi038 bash[19780]: cluster 2024-03-21T13:26:23.502467+0000 mgr.y (mgr.24361) 151 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 0 op/s 2024-03-21T13:26:25.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:25 smithi038 bash[19780]: audit 2024-03-21T13:26:24.205112+0000 mgr.y (mgr.24361) 152 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:27.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:27 smithi038 bash[14284]: cluster 2024-03-21T13:26:25.504136+0000 mgr.y (mgr.24361) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:26:27.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:27 smithi038 bash[19780]: cluster 2024-03-21T13:26:25.504136+0000 mgr.y (mgr.24361) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:26:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:27 smithi192 bash[14483]: cluster 2024-03-21T13:26:25.504136+0000 mgr.y (mgr.24361) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:26:29.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:29 smithi038 bash[14284]: cluster 2024-03-21T13:26:27.504985+0000 mgr.y (mgr.24361) 154 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:26:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:29] "GET /metrics HTTP/1.1" 200 214953 "" "Prometheus/2.33.4" 2024-03-21T13:26:29.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:29 smithi038 bash[19780]: cluster 2024-03-21T13:26:27.504985+0000 mgr.y (mgr.24361) 154 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:29 smithi192 bash[14483]: cluster 2024-03-21T13:26:27.504985+0000 mgr.y (mgr.24361) 154 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:30.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:30 smithi038 bash[14284]: cluster 2024-03-21T13:26:29.505867+0000 mgr.y (mgr.24361) 155 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:26:30.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:30 smithi038 bash[19780]: cluster 2024-03-21T13:26:29.505867+0000 mgr.y (mgr.24361) 155 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:26:30.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:30 smithi192 bash[14483]: cluster 2024-03-21T13:26:29.505867+0000 mgr.y (mgr.24361) 155 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:26:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:32 smithi038 bash[14284]: cluster 2024-03-21T13:26:31.507683+0000 mgr.y (mgr.24361) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-21T13:26:32.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:32 smithi038 bash[19780]: cluster 2024-03-21T13:26:31.507683+0000 mgr.y (mgr.24361) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-21T13:26:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:32 smithi192 bash[14483]: cluster 2024-03-21T13:26:31.507683+0000 mgr.y (mgr.24361) 156 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-21T13:26:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:34 smithi192 bash[14483]: cluster 2024-03-21T13:26:33.508401+0000 mgr.y (mgr.24361) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:34 smithi192 bash[14483]: audit 2024-03-21T13:26:34.216019+0000 mgr.y (mgr.24361) 158 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:34 smithi038 bash[14284]: cluster 2024-03-21T13:26:33.508401+0000 mgr.y (mgr.24361) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:34 smithi038 bash[14284]: audit 2024-03-21T13:26:34.216019+0000 mgr.y (mgr.24361) 158 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:34 smithi038 bash[19780]: cluster 2024-03-21T13:26:33.508401+0000 mgr.y (mgr.24361) 157 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:34 smithi038 bash[19780]: audit 2024-03-21T13:26:34.216019+0000 mgr.y (mgr.24361) 158 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:35.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:26:35 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:26:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:36 smithi192 bash[14483]: cluster 2024-03-21T13:26:35.510080+0000 mgr.y (mgr.24361) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:36 smithi038 bash[14284]: cluster 2024-03-21T13:26:35.510080+0000 mgr.y (mgr.24361) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:37.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:36 smithi038 bash[19780]: cluster 2024-03-21T13:26:35.510080+0000 mgr.y (mgr.24361) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:38.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:38 smithi192 bash[14483]: cluster 2024-03-21T13:26:37.510842+0000 mgr.y (mgr.24361) 160 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:38 smithi038 bash[14284]: cluster 2024-03-21T13:26:37.510842+0000 mgr.y (mgr.24361) 160 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:39.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:38 smithi038 bash[19780]: cluster 2024-03-21T13:26:37.510842+0000 mgr.y (mgr.24361) 160 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:39.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:26:39 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:39] "GET /metrics HTTP/1.1" 200 214953 "" "Prometheus/2.33.4" 2024-03-21T13:26:40.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:40 smithi192 bash[14483]: cluster 2024-03-21T13:26:39.511621+0000 mgr.y (mgr.24361) 161 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:40 smithi038 bash[14284]: cluster 2024-03-21T13:26:39.511621+0000 mgr.y (mgr.24361) 161 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:41.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:40 smithi038 bash[19780]: cluster 2024-03-21T13:26:39.511621+0000 mgr.y (mgr.24361) 161 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:42 smithi192 bash[14483]: cluster 2024-03-21T13:26:41.513290+0000 mgr.y (mgr.24361) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:43.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:42 smithi038 bash[14284]: cluster 2024-03-21T13:26:41.513290+0000 mgr.y (mgr.24361) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:43.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:42 smithi038 bash[19780]: cluster 2024-03-21T13:26:41.513290+0000 mgr.y (mgr.24361) 162 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:44 smithi038 bash[14284]: cluster 2024-03-21T13:26:43.514005+0000 mgr.y (mgr.24361) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:44 smithi038 bash[14284]: audit 2024-03-21T13:26:44.227474+0000 mgr.y (mgr.24361) 164 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:44 smithi038 bash[19780]: cluster 2024-03-21T13:26:43.514005+0000 mgr.y (mgr.24361) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:44 smithi038 bash[19780]: audit 2024-03-21T13:26:44.227474+0000 mgr.y (mgr.24361) 164 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:45.185 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:44 smithi192 bash[14483]: cluster 2024-03-21T13:26:43.514005+0000 mgr.y (mgr.24361) 163 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:45.185 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:44 smithi192 bash[14483]: audit 2024-03-21T13:26:44.227474+0000 mgr.y (mgr.24361) 164 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:45.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:26:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:26:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:46 smithi038 bash[14284]: cluster 2024-03-21T13:26:45.515670+0000 mgr.y (mgr.24361) 165 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:46 smithi038 bash[19780]: cluster 2024-03-21T13:26:45.515670+0000 mgr.y (mgr.24361) 165 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:46 smithi192 bash[14483]: cluster 2024-03-21T13:26:45.515670+0000 mgr.y (mgr.24361) 165 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:49.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:48 smithi038 bash[14284]: cluster 2024-03-21T13:26:47.516464+0000 mgr.y (mgr.24361) 166 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:49.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:48 smithi038 bash[19780]: cluster 2024-03-21T13:26:47.516464+0000 mgr.y (mgr.24361) 166 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:48 smithi192 bash[14483]: cluster 2024-03-21T13:26:47.516464+0000 mgr.y (mgr.24361) 166 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:49.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:26:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:49] "GET /metrics HTTP/1.1" 200 214902 "" "Prometheus/2.33.4" 2024-03-21T13:26:51.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:50 smithi038 bash[14284]: cluster 2024-03-21T13:26:49.517227+0000 mgr.y (mgr.24361) 167 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:51.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:50 smithi038 bash[19780]: cluster 2024-03-21T13:26:49.517227+0000 mgr.y (mgr.24361) 167 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:50 smithi192 bash[14483]: cluster 2024-03-21T13:26:49.517227+0000 mgr.y (mgr.24361) 167 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:53.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:52 smithi038 bash[14284]: cluster 2024-03-21T13:26:51.518974+0000 mgr.y (mgr.24361) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:53.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:52 smithi038 bash[19780]: cluster 2024-03-21T13:26:51.518974+0000 mgr.y (mgr.24361) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:52 smithi192 bash[14483]: cluster 2024-03-21T13:26:51.518974+0000 mgr.y (mgr.24361) 168 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:54 smithi038 bash[14284]: cluster 2024-03-21T13:26:53.519761+0000 mgr.y (mgr.24361) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:54 smithi038 bash[14284]: audit 2024-03-21T13:26:54.238840+0000 mgr.y (mgr.24361) 170 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:54 smithi038 bash[19780]: cluster 2024-03-21T13:26:53.519761+0000 mgr.y (mgr.24361) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:54 smithi038 bash[19780]: audit 2024-03-21T13:26:54.238840+0000 mgr.y (mgr.24361) 170 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:55.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:54 smithi192 bash[14483]: cluster 2024-03-21T13:26:53.519761+0000 mgr.y (mgr.24361) 169 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:55.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:54 smithi192 bash[14483]: audit 2024-03-21T13:26:54.238840+0000 mgr.y (mgr.24361) 170 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:26:55.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:26:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:26:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:56 smithi038 bash[14284]: cluster 2024-03-21T13:26:55.521483+0000 mgr.y (mgr.24361) 171 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:57.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:56 smithi038 bash[19780]: cluster 2024-03-21T13:26:55.521483+0000 mgr.y (mgr.24361) 171 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:56 smithi192 bash[14483]: cluster 2024-03-21T13:26:55.521483+0000 mgr.y (mgr.24361) 171 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:26:59.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:26:58 smithi038 bash[14284]: cluster 2024-03-21T13:26:57.522228+0000 mgr.y (mgr.24361) 172 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:59.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:26:58 smithi038 bash[19780]: cluster 2024-03-21T13:26:57.522228+0000 mgr.y (mgr.24361) 172 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:59.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:26:58 smithi192 bash[14483]: cluster 2024-03-21T13:26:57.522228+0000 mgr.y (mgr.24361) 172 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:26:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:26:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:26:59] "GET /metrics HTTP/1.1" 200 214884 "" "Prometheus/2.33.4" 2024-03-21T13:27:01.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:00 smithi038 bash[14284]: cluster 2024-03-21T13:26:59.523009+0000 mgr.y (mgr.24361) 173 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:01.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:00 smithi038 bash[19780]: cluster 2024-03-21T13:26:59.523009+0000 mgr.y (mgr.24361) 173 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:00 smithi192 bash[14483]: cluster 2024-03-21T13:26:59.523009+0000 mgr.y (mgr.24361) 173 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:03.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:02 smithi038 bash[14284]: cluster 2024-03-21T13:27:01.524805+0000 mgr.y (mgr.24361) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:03.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:02 smithi038 bash[19780]: cluster 2024-03-21T13:27:01.524805+0000 mgr.y (mgr.24361) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:02 smithi192 bash[14483]: cluster 2024-03-21T13:27:01.524805+0000 mgr.y (mgr.24361) 174 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:04 smithi038 bash[14284]: cluster 2024-03-21T13:27:03.525543+0000 mgr.y (mgr.24361) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:04 smithi038 bash[14284]: audit 2024-03-21T13:27:04.250179+0000 mgr.y (mgr.24361) 176 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:04 smithi038 bash[19780]: cluster 2024-03-21T13:27:03.525543+0000 mgr.y (mgr.24361) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:04 smithi038 bash[19780]: audit 2024-03-21T13:27:04.250179+0000 mgr.y (mgr.24361) 176 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:05.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:04 smithi192 bash[14483]: cluster 2024-03-21T13:27:03.525543+0000 mgr.y (mgr.24361) 175 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:05.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:04 smithi192 bash[14483]: audit 2024-03-21T13:27:04.250179+0000 mgr.y (mgr.24361) 176 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:05.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:27:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:27:07.098 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:06 smithi038 bash[19780]: cluster 2024-03-21T13:27:05.527222+0000 mgr.y (mgr.24361) 177 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:07.099 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:06 smithi038 bash[14284]: cluster 2024-03-21T13:27:05.527222+0000 mgr.y (mgr.24361) 177 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:07.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:06 smithi192 bash[14483]: cluster 2024-03-21T13:27:05.527222+0000 mgr.y (mgr.24361) 177 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[14284]: audit 2024-03-21T13:27:07.056099+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[14284]: audit 2024-03-21T13:27:07.058217+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[14284]: audit 2024-03-21T13:27:07.360718+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[14284]: audit 2024-03-21T13:27:07.367954+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[14284]: audit 2024-03-21T13:27:07.676378+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[19780]: audit 2024-03-21T13:27:07.056099+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:07.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[19780]: audit 2024-03-21T13:27:07.058217+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:07.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[19780]: audit 2024-03-21T13:27:07.360718+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[19780]: audit 2024-03-21T13:27:07.367954+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:07 smithi038 bash[19780]: audit 2024-03-21T13:27:07.676378+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:07 smithi192 bash[14483]: audit 2024-03-21T13:27:07.056099+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:07 smithi192 bash[14483]: audit 2024-03-21T13:27:07.058217+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:07 smithi192 bash[14483]: audit 2024-03-21T13:27:07.360718+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:07 smithi192 bash[14483]: audit 2024-03-21T13:27:07.367954+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:07 smithi192 bash[14483]: audit 2024-03-21T13:27:07.676378+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:27:09.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:09 smithi038 bash[14284]: cluster 2024-03-21T13:27:07.527953+0000 mgr.y (mgr.24361) 178 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:09.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:27:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:09] "GET /metrics HTTP/1.1" 200 214884 "" "Prometheus/2.33.4" 2024-03-21T13:27:09.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:09 smithi038 bash[19780]: cluster 2024-03-21T13:27:07.527953+0000 mgr.y (mgr.24361) 178 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:09 smithi192 bash[14483]: cluster 2024-03-21T13:27:07.527953+0000 mgr.y (mgr.24361) 178 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:10.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:10 smithi038 bash[14284]: cluster 2024-03-21T13:27:09.528711+0000 mgr.y (mgr.24361) 179 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:10.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:10 smithi038 bash[14284]: audit 2024-03-21T13:27:09.812986+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:27:10.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:10 smithi038 bash[14284]: audit 2024-03-21T13:27:09.824319+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:27:10.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:10 smithi038 bash[19780]: cluster 2024-03-21T13:27:09.528711+0000 mgr.y (mgr.24361) 179 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:10.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:10 smithi038 bash[19780]: audit 2024-03-21T13:27:09.812986+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:27:10.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:10 smithi038 bash[19780]: audit 2024-03-21T13:27:09.824319+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:27:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:10 smithi192 bash[14483]: cluster 2024-03-21T13:27:09.528711+0000 mgr.y (mgr.24361) 179 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:10 smithi192 bash[14483]: audit 2024-03-21T13:27:09.812986+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:27:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:10 smithi192 bash[14483]: audit 2024-03-21T13:27:09.824319+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:27:12.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:12 smithi038 bash[14284]: cluster 2024-03-21T13:27:11.530488+0000 mgr.y (mgr.24361) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:12.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:12 smithi038 bash[19780]: cluster 2024-03-21T13:27:11.530488+0000 mgr.y (mgr.24361) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:12 smithi192 bash[14483]: cluster 2024-03-21T13:27:11.530488+0000 mgr.y (mgr.24361) 180 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:14.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:14 smithi192 bash[14483]: cluster 2024-03-21T13:27:13.531184+0000 mgr.y (mgr.24361) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:14.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:14 smithi192 bash[14483]: audit 2024-03-21T13:27:14.260047+0000 mgr.y (mgr.24361) 182 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:15.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:14 smithi038 bash[14284]: cluster 2024-03-21T13:27:13.531184+0000 mgr.y (mgr.24361) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:15.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:14 smithi038 bash[14284]: audit 2024-03-21T13:27:14.260047+0000 mgr.y (mgr.24361) 182 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:15.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:14 smithi038 bash[19780]: cluster 2024-03-21T13:27:13.531184+0000 mgr.y (mgr.24361) 181 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:15.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:14 smithi038 bash[19780]: audit 2024-03-21T13:27:14.260047+0000 mgr.y (mgr.24361) 182 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:15.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:27:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:27:16.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:16 smithi192 bash[14483]: cluster 2024-03-21T13:27:15.532842+0000 mgr.y (mgr.24361) 183 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:17.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:16 smithi038 bash[14284]: cluster 2024-03-21T13:27:15.532842+0000 mgr.y (mgr.24361) 183 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:17.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:16 smithi038 bash[19780]: cluster 2024-03-21T13:27:15.532842+0000 mgr.y (mgr.24361) 183 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:18.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:18 smithi192 bash[14483]: cluster 2024-03-21T13:27:17.533620+0000 mgr.y (mgr.24361) 184 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:19.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:18 smithi038 bash[14284]: cluster 2024-03-21T13:27:17.533620+0000 mgr.y (mgr.24361) 184 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:19.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:18 smithi038 bash[19780]: cluster 2024-03-21T13:27:17.533620+0000 mgr.y (mgr.24361) 184 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:27:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:19] "GET /metrics HTTP/1.1" 200 214887 "" "Prometheus/2.33.4" 2024-03-21T13:27:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:20 smithi038 bash[14284]: cluster 2024-03-21T13:27:19.534397+0000 mgr.y (mgr.24361) 185 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:20 smithi038 bash[19780]: cluster 2024-03-21T13:27:19.534397+0000 mgr.y (mgr.24361) 185 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:21.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:20 smithi192 bash[14483]: cluster 2024-03-21T13:27:19.534397+0000 mgr.y (mgr.24361) 185 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:23.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:22 smithi038 bash[14284]: cluster 2024-03-21T13:27:21.536187+0000 mgr.y (mgr.24361) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:23.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:22 smithi038 bash[19780]: cluster 2024-03-21T13:27:21.536187+0000 mgr.y (mgr.24361) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:22 smithi192 bash[14483]: cluster 2024-03-21T13:27:21.536187+0000 mgr.y (mgr.24361) 186 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:25.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:24 smithi038 bash[14284]: cluster 2024-03-21T13:27:23.536915+0000 mgr.y (mgr.24361) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:25.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:24 smithi038 bash[14284]: audit 2024-03-21T13:27:24.264989+0000 mgr.y (mgr.24361) 188 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:24 smithi038 bash[19780]: cluster 2024-03-21T13:27:23.536915+0000 mgr.y (mgr.24361) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:24 smithi038 bash[19780]: audit 2024-03-21T13:27:24.264989+0000 mgr.y (mgr.24361) 188 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:25.185 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:24 smithi192 bash[14483]: cluster 2024-03-21T13:27:23.536915+0000 mgr.y (mgr.24361) 187 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:25.185 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:24 smithi192 bash[14483]: audit 2024-03-21T13:27:24.264989+0000 mgr.y (mgr.24361) 188 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:25.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:27:25 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:27:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:26 smithi038 bash[14284]: cluster 2024-03-21T13:27:25.538590+0000 mgr.y (mgr.24361) 189 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:27.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:26 smithi038 bash[19780]: cluster 2024-03-21T13:27:25.538590+0000 mgr.y (mgr.24361) 189 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:27.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:26 smithi192 bash[14483]: cluster 2024-03-21T13:27:25.538590+0000 mgr.y (mgr.24361) 189 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:29.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:28 smithi038 bash[14284]: cluster 2024-03-21T13:27:27.539352+0000 mgr.y (mgr.24361) 190 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:29.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:28 smithi038 bash[19780]: cluster 2024-03-21T13:27:27.539352+0000 mgr.y (mgr.24361) 190 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:29.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:28 smithi192 bash[14483]: cluster 2024-03-21T13:27:27.539352+0000 mgr.y (mgr.24361) 190 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:27:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:29] "GET /metrics HTTP/1.1" 200 214897 "" "Prometheus/2.33.4" 2024-03-21T13:27:31.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:30 smithi038 bash[14284]: cluster 2024-03-21T13:27:29.540098+0000 mgr.y (mgr.24361) 191 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:31.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:30 smithi038 bash[19780]: cluster 2024-03-21T13:27:29.540098+0000 mgr.y (mgr.24361) 191 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:30 smithi192 bash[14483]: cluster 2024-03-21T13:27:29.540098+0000 mgr.y (mgr.24361) 191 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:32 smithi038 bash[14284]: cluster 2024-03-21T13:27:31.541887+0000 mgr.y (mgr.24361) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:33.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:32 smithi038 bash[19780]: cluster 2024-03-21T13:27:31.541887+0000 mgr.y (mgr.24361) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:32 smithi192 bash[14483]: cluster 2024-03-21T13:27:31.541887+0000 mgr.y (mgr.24361) 192 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:34 smithi038 bash[14284]: cluster 2024-03-21T13:27:33.542683+0000 mgr.y (mgr.24361) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:35.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:34 smithi038 bash[14284]: audit 2024-03-21T13:27:34.272586+0000 mgr.y (mgr.24361) 194 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:34 smithi038 bash[19780]: cluster 2024-03-21T13:27:33.542683+0000 mgr.y (mgr.24361) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:34 smithi038 bash[19780]: audit 2024-03-21T13:27:34.272586+0000 mgr.y (mgr.24361) 194 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:35.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:34 smithi192 bash[14483]: cluster 2024-03-21T13:27:33.542683+0000 mgr.y (mgr.24361) 193 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:35.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:34 smithi192 bash[14483]: audit 2024-03-21T13:27:34.272586+0000 mgr.y (mgr.24361) 194 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:35.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:27:35 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:27:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:36 smithi038 bash[14284]: cluster 2024-03-21T13:27:35.544438+0000 mgr.y (mgr.24361) 195 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:37.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:36 smithi038 bash[19780]: cluster 2024-03-21T13:27:35.544438+0000 mgr.y (mgr.24361) 195 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:36 smithi192 bash[14483]: cluster 2024-03-21T13:27:35.544438+0000 mgr.y (mgr.24361) 195 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:38 smithi038 bash[14284]: cluster 2024-03-21T13:27:37.545204+0000 mgr.y (mgr.24361) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:39.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:38 smithi038 bash[19780]: cluster 2024-03-21T13:27:37.545204+0000 mgr.y (mgr.24361) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:38 smithi192 bash[14483]: cluster 2024-03-21T13:27:37.545204+0000 mgr.y (mgr.24361) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:39.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:27:39 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:39] "GET /metrics HTTP/1.1" 200 214897 "" "Prometheus/2.33.4" 2024-03-21T13:27:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:40 smithi038 bash[14284]: cluster 2024-03-21T13:27:39.545970+0000 mgr.y (mgr.24361) 197 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:41.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:40 smithi038 bash[19780]: cluster 2024-03-21T13:27:39.545970+0000 mgr.y (mgr.24361) 197 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:40 smithi192 bash[14483]: cluster 2024-03-21T13:27:39.545970+0000 mgr.y (mgr.24361) 197 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:43.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:42 smithi038 bash[14284]: cluster 2024-03-21T13:27:41.547800+0000 mgr.y (mgr.24361) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:43.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:42 smithi038 bash[19780]: cluster 2024-03-21T13:27:41.547800+0000 mgr.y (mgr.24361) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:43.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:42 smithi192 bash[14483]: cluster 2024-03-21T13:27:41.547800+0000 mgr.y (mgr.24361) 198 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:44 smithi038 bash[14284]: cluster 2024-03-21T13:27:43.548565+0000 mgr.y (mgr.24361) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:44 smithi038 bash[14284]: audit 2024-03-21T13:27:44.281362+0000 mgr.y (mgr.24361) 200 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:45.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:44 smithi038 bash[19780]: cluster 2024-03-21T13:27:43.548565+0000 mgr.y (mgr.24361) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:45.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:44 smithi038 bash[19780]: audit 2024-03-21T13:27:44.281362+0000 mgr.y (mgr.24361) 200 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:45.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:44 smithi192 bash[14483]: cluster 2024-03-21T13:27:43.548565+0000 mgr.y (mgr.24361) 199 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:45.185 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:44 smithi192 bash[14483]: audit 2024-03-21T13:27:44.281362+0000 mgr.y (mgr.24361) 200 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:45.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:27:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:27:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:46 smithi038 bash[14284]: cluster 2024-03-21T13:27:45.550235+0000 mgr.y (mgr.24361) 201 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:47.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:46 smithi038 bash[19780]: cluster 2024-03-21T13:27:45.550235+0000 mgr.y (mgr.24361) 201 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:46 smithi192 bash[14483]: cluster 2024-03-21T13:27:45.550235+0000 mgr.y (mgr.24361) 201 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:49.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:48 smithi038 bash[14284]: cluster 2024-03-21T13:27:47.551089+0000 mgr.y (mgr.24361) 202 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:49.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:48 smithi038 bash[19780]: cluster 2024-03-21T13:27:47.551089+0000 mgr.y (mgr.24361) 202 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:48 smithi192 bash[14483]: cluster 2024-03-21T13:27:47.551089+0000 mgr.y (mgr.24361) 202 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:49.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:27:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:49] "GET /metrics HTTP/1.1" 200 214888 "" "Prometheus/2.33.4" 2024-03-21T13:27:51.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:50 smithi038 bash[14284]: cluster 2024-03-21T13:27:49.551916+0000 mgr.y (mgr.24361) 203 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:51.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:50 smithi038 bash[19780]: cluster 2024-03-21T13:27:49.551916+0000 mgr.y (mgr.24361) 203 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:50 smithi192 bash[14483]: cluster 2024-03-21T13:27:49.551916+0000 mgr.y (mgr.24361) 203 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:53.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:52 smithi038 bash[14284]: cluster 2024-03-21T13:27:51.553706+0000 mgr.y (mgr.24361) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:53.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:52 smithi038 bash[19780]: cluster 2024-03-21T13:27:51.553706+0000 mgr.y (mgr.24361) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:52 smithi192 bash[14483]: cluster 2024-03-21T13:27:51.553706+0000 mgr.y (mgr.24361) 204 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:54 smithi038 bash[14284]: cluster 2024-03-21T13:27:53.554478+0000 mgr.y (mgr.24361) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:54 smithi038 bash[14284]: audit 2024-03-21T13:27:54.291846+0000 mgr.y (mgr.24361) 206 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:54 smithi038 bash[19780]: cluster 2024-03-21T13:27:53.554478+0000 mgr.y (mgr.24361) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:54 smithi038 bash[19780]: audit 2024-03-21T13:27:54.291846+0000 mgr.y (mgr.24361) 206 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:55.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:54 smithi192 bash[14483]: cluster 2024-03-21T13:27:53.554478+0000 mgr.y (mgr.24361) 205 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:55.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:54 smithi192 bash[14483]: audit 2024-03-21T13:27:54.291846+0000 mgr.y (mgr.24361) 206 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:27:55.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:27:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:27:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:56 smithi038 bash[14284]: cluster 2024-03-21T13:27:55.556193+0000 mgr.y (mgr.24361) 207 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:57.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:56 smithi038 bash[19780]: cluster 2024-03-21T13:27:55.556193+0000 mgr.y (mgr.24361) 207 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:56 smithi192 bash[14483]: cluster 2024-03-21T13:27:55.556193+0000 mgr.y (mgr.24361) 207 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:27:59.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:27:58 smithi192 bash[14483]: cluster 2024-03-21T13:27:57.556949+0000 mgr.y (mgr.24361) 208 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:59.398 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:27:58 smithi038 bash[14284]: cluster 2024-03-21T13:27:57.556949+0000 mgr.y (mgr.24361) 208 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:59.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:27:58 smithi038 bash[19780]: cluster 2024-03-21T13:27:57.556949+0000 mgr.y (mgr.24361) 208 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:27:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:27:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:27:59] "GET /metrics HTTP/1.1" 200 214894 "" "Prometheus/2.33.4" 2024-03-21T13:28:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:00 smithi192 bash[14483]: cluster 2024-03-21T13:27:59.557698+0000 mgr.y (mgr.24361) 209 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:00 smithi038 bash[14284]: cluster 2024-03-21T13:27:59.557698+0000 mgr.y (mgr.24361) 209 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:00 smithi038 bash[19780]: cluster 2024-03-21T13:27:59.557698+0000 mgr.y (mgr.24361) 209 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:02 smithi192 bash[14483]: cluster 2024-03-21T13:28:01.559492+0000 mgr.y (mgr.24361) 210 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:02 smithi038 bash[14284]: cluster 2024-03-21T13:28:01.559492+0000 mgr.y (mgr.24361) 210 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:03.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:02 smithi038 bash[19780]: cluster 2024-03-21T13:28:01.559492+0000 mgr.y (mgr.24361) 210 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:04.911 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-21T13:28:05.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:28:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:28:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:04 smithi192 bash[14483]: cluster 2024-03-21T13:28:03.560262+0000 mgr.y (mgr.24361) 211 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:04 smithi192 bash[14483]: audit 2024-03-21T13:28:04.303061+0000 mgr.y (mgr.24361) 212 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:04 smithi038 bash[14284]: cluster 2024-03-21T13:28:03.560262+0000 mgr.y (mgr.24361) 211 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:04 smithi038 bash[14284]: audit 2024-03-21T13:28:04.303061+0000 mgr.y (mgr.24361) 212 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:04 smithi038 bash[19780]: cluster 2024-03-21T13:28:03.560262+0000 mgr.y (mgr.24361) 211 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:04 smithi038 bash[19780]: audit 2024-03-21T13:28:04.303061+0000 mgr.y (mgr.24361) 212 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:07.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:06 smithi038 bash[14284]: cluster 2024-03-21T13:28:05.562028+0000 mgr.y (mgr.24361) 213 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:07.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:06 smithi038 bash[19780]: cluster 2024-03-21T13:28:05.562028+0000 mgr.y (mgr.24361) 213 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:06 smithi192 bash[14483]: cluster 2024-03-21T13:28:05.562028+0000 mgr.y (mgr.24361) 213 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:08.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:07 smithi038 bash[14284]: audit 2024-03-21T13:28:07.688777+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:08.309 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:07 smithi038 bash[14284]: audit 2024-03-21T13:28:07.690859+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:08.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:07 smithi038 bash[19780]: audit 2024-03-21T13:28:07.688777+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:08.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:07 smithi038 bash[19780]: audit 2024-03-21T13:28:07.690859+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:08.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:07 smithi192 bash[14483]: audit 2024-03-21T13:28:07.688777+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:08.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:07 smithi192 bash[14483]: audit 2024-03-21T13:28:07.690859+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:08.958 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-21T13:28:09.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:09 smithi038 bash[14284]: cluster 2024-03-21T13:28:07.562873+0000 mgr.y (mgr.24361) 214 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:09.400 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:09 smithi038 bash[14284]: audit 2024-03-21T13:28:08.018506+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:09.400 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:09 smithi038 bash[19780]: cluster 2024-03-21T13:28:07.562873+0000 mgr.y (mgr.24361) 214 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:09.400 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:09 smithi038 bash[19780]: audit 2024-03-21T13:28:08.018506+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:09 smithi192 bash[14483]: cluster 2024-03-21T13:28:07.562873+0000 mgr.y (mgr.24361) 214 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:09 smithi192 bash[14483]: audit 2024-03-21T13:28:08.018506+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:09.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:28:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:09] "GET /metrics HTTP/1.1" 200 214894 "" "Prometheus/2.33.4" 2024-03-21T13:28:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:10 smithi038 bash[14284]: audit 2024-03-21T13:28:09.819062+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:28:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:10 smithi038 bash[14284]: audit 2024-03-21T13:28:09.830458+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:28:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:10 smithi038 bash[19780]: audit 2024-03-21T13:28:09.819062+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:28:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:10 smithi038 bash[19780]: audit 2024-03-21T13:28:09.830458+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:28:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:10 smithi192 bash[14483]: audit 2024-03-21T13:28:09.819062+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:28:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:10 smithi192 bash[14483]: audit 2024-03-21T13:28:09.830458+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:28:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:11 smithi038 bash[14284]: cluster 2024-03-21T13:28:09.563693+0000 mgr.y (mgr.24361) 215 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:11.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:11 smithi038 bash[19780]: cluster 2024-03-21T13:28:09.563693+0000 mgr.y (mgr.24361) 215 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:11 smithi192 bash[14483]: cluster 2024-03-21T13:28:09.563693+0000 mgr.y (mgr.24361) 215 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:13.225 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-21T13:28:13.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:13 smithi038 bash[19780]: cluster 2024-03-21T13:28:11.565507+0000 mgr.y (mgr.24361) 216 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:13 smithi038 bash[14284]: cluster 2024-03-21T13:28:11.565507+0000 mgr.y (mgr.24361) 216 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:13 smithi192 bash[14483]: cluster 2024-03-21T13:28:11.565507+0000 mgr.y (mgr.24361) 216 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:15 smithi038 bash[14284]: cluster 2024-03-21T13:28:13.566293+0000 mgr.y (mgr.24361) 217 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:15 smithi038 bash[14284]: audit 2024-03-21T13:28:14.311948+0000 mgr.y (mgr.24361) 218 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:15.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:15 smithi038 bash[19780]: cluster 2024-03-21T13:28:13.566293+0000 mgr.y (mgr.24361) 217 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:15.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:15 smithi038 bash[19780]: audit 2024-03-21T13:28:14.311948+0000 mgr.y (mgr.24361) 218 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:15 smithi192 bash[14483]: cluster 2024-03-21T13:28:13.566293+0000 mgr.y (mgr.24361) 217 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:15 smithi192 bash[14483]: audit 2024-03-21T13:28:14.311948+0000 mgr.y (mgr.24361) 218 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:15.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:28:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:28:17.339 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:17 smithi038 bash[14284]: cluster 2024-03-21T13:28:15.568039+0000 mgr.y (mgr.24361) 219 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:17.339 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:17 smithi038 bash[19780]: cluster 2024-03-21T13:28:15.568039+0000 mgr.y (mgr.24361) 219 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:17.340 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-21T13:28:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:17 smithi192 bash[14483]: cluster 2024-03-21T13:28:15.568039+0000 mgr.y (mgr.24361) 219 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:19.333 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:19 smithi038 bash[19780]: cluster 2024-03-21T13:28:17.568761+0000 mgr.y (mgr.24361) 220 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:19.333 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:19 smithi038 bash[14284]: cluster 2024-03-21T13:28:17.568761+0000 mgr.y (mgr.24361) 220 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:19 smithi192 bash[14483]: cluster 2024-03-21T13:28:17.568761+0000 mgr.y (mgr.24361) 220 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:28:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:19] "GET /metrics HTTP/1.1" 200 214871 "" "Prometheus/2.33.4" 2024-03-21T13:28:20.856 INFO:teuthology.orchestra.run.smithi038.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[14284]: cluster 2024-03-21T13:28:19.569463+0000 mgr.y (mgr.24361) 221 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[14284]: audit 2024-03-21T13:28:20.855402+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[14284]: audit 2024-03-21T13:28:20.872894+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[14284]: audit 2024-03-21T13:28:20.874528+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[14284]: audit 2024-03-21T13:28:20.885604+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[19780]: cluster 2024-03-21T13:28:19.569463+0000 mgr.y (mgr.24361) 221 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[19780]: audit 2024-03-21T13:28:20.855402+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[19780]: audit 2024-03-21T13:28:20.872894+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[19780]: audit 2024-03-21T13:28:20.874528+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:21 smithi038 bash[19780]: audit 2024-03-21T13:28:20.885604+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:21 smithi192 bash[14483]: cluster 2024-03-21T13:28:19.569463+0000 mgr.y (mgr.24361) 221 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:21 smithi192 bash[14483]: audit 2024-03-21T13:28:20.855402+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:21 smithi192 bash[14483]: audit 2024-03-21T13:28:20.872894+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:21 smithi192 bash[14483]: audit 2024-03-21T13:28:20.874528+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:21 smithi192 bash[14483]: audit 2024-03-21T13:28:20.885604+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:28:21.780 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:28:21.789 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi038.front.sepia.ceph.com 2024-03-21T13:28:21.789 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-03-21T13:28:22.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:22 smithi038 bash[19780]: audit 2024-03-21T13:28:20.847146+0000 mgr.y (mgr.24361) 222 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:22.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:22 smithi038 bash[19780]: cephadm 2024-03-21T13:28:20.848952+0000 mgr.y (mgr.24361) 223 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:22.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:22 smithi038 bash[19780]: cephadm 2024-03-21T13:28:20.893879+0000 mgr.y (mgr.24361) 224 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:22 smithi038 bash[14284]: audit 2024-03-21T13:28:20.847146+0000 mgr.y (mgr.24361) 222 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:22 smithi038 bash[14284]: cephadm 2024-03-21T13:28:20.848952+0000 mgr.y (mgr.24361) 223 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:22 smithi038 bash[14284]: cephadm 2024-03-21T13:28:20.893879+0000 mgr.y (mgr.24361) 224 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:22 smithi192 bash[14483]: audit 2024-03-21T13:28:20.847146+0000 mgr.y (mgr.24361) 222 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:22 smithi192 bash[14483]: cephadm 2024-03-21T13:28:20.848952+0000 mgr.y (mgr.24361) 223 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:22 smithi192 bash[14483]: cephadm 2024-03-21T13:28:20.893879+0000 mgr.y (mgr.24361) 224 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:28:23.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:23 smithi038 bash[14284]: cluster 2024-03-21T13:28:21.571248+0000 mgr.y (mgr.24361) 225 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:23.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:23 smithi038 bash[19780]: cluster 2024-03-21T13:28:21.571248+0000 mgr.y (mgr.24361) 225 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:23 smithi192 bash[14483]: cluster 2024-03-21T13:28:21.571248+0000 mgr.y (mgr.24361) 225 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:25 smithi038 bash[14284]: cluster 2024-03-21T13:28:23.572049+0000 mgr.y (mgr.24361) 226 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:25 smithi038 bash[14284]: audit 2024-03-21T13:28:24.319884+0000 mgr.y (mgr.24361) 227 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:25.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:25 smithi038 bash[19780]: cluster 2024-03-21T13:28:23.572049+0000 mgr.y (mgr.24361) 226 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:25 smithi038 bash[19780]: audit 2024-03-21T13:28:24.319884+0000 mgr.y (mgr.24361) 227 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:25.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:28:25 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:28:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:25 smithi192 bash[14483]: cluster 2024-03-21T13:28:23.572049+0000 mgr.y (mgr.24361) 226 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:25 smithi192 bash[14483]: audit 2024-03-21T13:28:24.319884+0000 mgr.y (mgr.24361) 227 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:26.813 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:28:27.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:27 smithi038 bash[14284]: cluster 2024-03-21T13:28:25.573966+0000 mgr.y (mgr.24361) 228 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:27.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:27 smithi038 bash[19780]: cluster 2024-03-21T13:28:25.573966+0000 mgr.y (mgr.24361) 228 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:27 smithi192 bash[14483]: cluster 2024-03-21T13:28:25.573966+0000 mgr.y (mgr.24361) 228 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:27.682 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:28:27.682 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (3m) 2m ago 4m 14.8M - ba2b418f427c df678bfcf1e3 2024-03-21T13:28:27.682 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (4m) 2m ago 4m 46.9M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:28:27.682 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (2m) 2m ago 2m 66.4M - 3.5 e1d6a67b021e 8d28c4f4e279 2024-03-21T13:28:27.682 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443 running (10m) 2m ago 10m 404M - 17.2.0 e1d6a67b021e 5ea93a2ce33f 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (12m) 2m ago 12m 452M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (12m) 2m ago 13m 52.4M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (11m) 2m ago 11m 41.7M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (11m) 2m ago 11m 41.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (4m) 2m ago 4m 14.3M - 1dbe0e931976 a43fd5ecfd0a 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (4m) 2m ago 4m 11.0M - 1dbe0e931976 bf256f15cf40 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (10m) 2m ago 10m 54.3M 4062M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (9m) 2m ago 9m 55.2M 4062M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (8m) 2m ago 9m 50.5M 4062M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (8m) 2m ago 8m 50.6M 4062M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (7m) 2m ago 7m 52.2M 4317M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (7m) 2m ago 7m 49.1M 4317M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (6m) 2m ago 6m 48.2M 4317M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (5m) 2m ago 5m 51.1M 4317M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:28:27.683 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (3m) 2m ago 5m 48.7M - 514e6a882f6e 60963ba33b49 2024-03-21T13:28:27.684 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (2m) 2m ago 2m 83.5M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:28:27.684 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (2m) 2m ago 2m 82.9M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:28:27.684 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (2m) 2m ago 2m 83.4M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:28:27.684 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (2m) 2m ago 2m 82.7M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:28:28.194 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:28:28.194 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:28:28.194 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:28:28.195 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:28:28.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:28 smithi038 bash[14284]: audit 2024-03-21T13:28:26.796062+0000 mgr.y (mgr.24361) 229 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:28.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:28 smithi038 bash[14284]: audit 2024-03-21T13:28:27.240132+0000 mgr.y (mgr.24361) 230 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:28 smithi038 bash[19780]: audit 2024-03-21T13:28:26.796062+0000 mgr.y (mgr.24361) 229 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:28 smithi038 bash[19780]: audit 2024-03-21T13:28:27.240132+0000 mgr.y (mgr.24361) 230 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:28 smithi192 bash[14483]: audit 2024-03-21T13:28:26.796062+0000 mgr.y (mgr.24361) 229 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:28 smithi192 bash[14483]: audit 2024-03-21T13:28:27.240132+0000 mgr.y (mgr.24361) 230 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:28.622 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:28:28.622 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:28:28.622 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:28:28.623 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:28:28.623 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "", 2024-03-21T13:28:28.623 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image" 2024-03-21T13:28:28.623 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:28:29.131 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[14284]: cluster 2024-03-21T13:28:27.574627+0000 mgr.y (mgr.24361) 231 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[14284]: audit 2024-03-21T13:28:27.660178+0000 mgr.y (mgr.24361) 232 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[14284]: audit 2024-03-21T13:28:28.193951+0000 mon.a (mon.0) 871 : audit [DBG] from='client.? 172.21.15.38:0/997902683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[14284]: audit 2024-03-21T13:28:29.130841+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.38:0/160323961' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[19780]: cluster 2024-03-21T13:28:27.574627+0000 mgr.y (mgr.24361) 231 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[19780]: audit 2024-03-21T13:28:27.660178+0000 mgr.y (mgr.24361) 232 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:29.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[19780]: audit 2024-03-21T13:28:28.193951+0000 mon.a (mon.0) 871 : audit [DBG] from='client.? 172.21.15.38:0/997902683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:28:29.400 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[19780]: audit 2024-03-21T13:28:29.130841+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.38:0/160323961' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:28:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:29 smithi192 bash[14483]: cluster 2024-03-21T13:28:27.574627+0000 mgr.y (mgr.24361) 231 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:29 smithi192 bash[14483]: audit 2024-03-21T13:28:27.660178+0000 mgr.y (mgr.24361) 232 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:29 smithi192 bash[14483]: audit 2024-03-21T13:28:28.193951+0000 mon.a (mon.0) 871 : audit [DBG] from='client.? 172.21.15.38:0/997902683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:28:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:29 smithi192 bash[14483]: audit 2024-03-21T13:28:29.130841+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.38:0/160323961' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:28:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:28:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:29] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2024-03-21T13:28:30.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:30 smithi192 bash[14483]: audit 2024-03-21T13:28:28.621821+0000 mgr.y (mgr.24361) 233 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:30.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:30 smithi038 bash[14284]: audit 2024-03-21T13:28:28.621821+0000 mgr.y (mgr.24361) 233 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:30.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:30 smithi038 bash[19780]: audit 2024-03-21T13:28:28.621821+0000 mgr.y (mgr.24361) 233 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:31 smithi192 bash[14483]: cluster 2024-03-21T13:28:29.575464+0000 mgr.y (mgr.24361) 234 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:31 smithi038 bash[14284]: cluster 2024-03-21T13:28:29.575464+0000 mgr.y (mgr.24361) 234 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:31.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:31 smithi038 bash[19780]: cluster 2024-03-21T13:28:29.575464+0000 mgr.y (mgr.24361) 234 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:33 smithi192 bash[14483]: cluster 2024-03-21T13:28:31.577368+0000 mgr.y (mgr.24361) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:33 smithi038 bash[14284]: cluster 2024-03-21T13:28:31.577368+0000 mgr.y (mgr.24361) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:33.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:33 smithi038 bash[19780]: cluster 2024-03-21T13:28:31.577368+0000 mgr.y (mgr.24361) 235 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:35.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:28:35 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:28:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:35 smithi192 bash[14483]: cluster 2024-03-21T13:28:33.578075+0000 mgr.y (mgr.24361) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:35 smithi192 bash[14483]: audit 2024-03-21T13:28:34.327839+0000 mgr.y (mgr.24361) 237 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:35 smithi038 bash[14284]: cluster 2024-03-21T13:28:33.578075+0000 mgr.y (mgr.24361) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:35 smithi038 bash[14284]: audit 2024-03-21T13:28:34.327839+0000 mgr.y (mgr.24361) 237 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:35 smithi038 bash[19780]: cluster 2024-03-21T13:28:33.578075+0000 mgr.y (mgr.24361) 236 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:35 smithi038 bash[19780]: audit 2024-03-21T13:28:34.327839+0000 mgr.y (mgr.24361) 237 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:37 smithi192 bash[14483]: cluster 2024-03-21T13:28:35.579828+0000 mgr.y (mgr.24361) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:37.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:37 smithi038 bash[14284]: cluster 2024-03-21T13:28:35.579828+0000 mgr.y (mgr.24361) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:37.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:37 smithi038 bash[19780]: cluster 2024-03-21T13:28:35.579828+0000 mgr.y (mgr.24361) 238 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:39 smithi192 bash[14483]: cluster 2024-03-21T13:28:37.580582+0000 mgr.y (mgr.24361) 239 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:39.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:39 smithi038 bash[14284]: cluster 2024-03-21T13:28:37.580582+0000 mgr.y (mgr.24361) 239 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:39.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:28:39 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:39] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2024-03-21T13:28:39.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:39 smithi038 bash[19780]: cluster 2024-03-21T13:28:37.580582+0000 mgr.y (mgr.24361) 239 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:41.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:41 smithi038 bash[14284]: cluster 2024-03-21T13:28:39.581275+0000 mgr.y (mgr.24361) 240 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:41.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:41 smithi038 bash[19780]: cluster 2024-03-21T13:28:39.581275+0000 mgr.y (mgr.24361) 240 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:41.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:41 smithi192 bash[14483]: cluster 2024-03-21T13:28:39.581275+0000 mgr.y (mgr.24361) 240 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:43 smithi038 bash[14284]: cluster 2024-03-21T13:28:41.583008+0000 mgr.y (mgr.24361) 241 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:43.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:43 smithi038 bash[19780]: cluster 2024-03-21T13:28:41.583008+0000 mgr.y (mgr.24361) 241 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:43.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:43 smithi192 bash[14483]: cluster 2024-03-21T13:28:41.583008+0000 mgr.y (mgr.24361) 241 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:45.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:28:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:28:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:45 smithi192 bash[14483]: cluster 2024-03-21T13:28:43.583722+0000 mgr.y (mgr.24361) 242 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:45 smithi192 bash[14483]: audit 2024-03-21T13:28:44.337790+0000 mgr.y (mgr.24361) 243 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:45.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:45 smithi038 bash[14284]: cluster 2024-03-21T13:28:43.583722+0000 mgr.y (mgr.24361) 242 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:45.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:45 smithi038 bash[14284]: audit 2024-03-21T13:28:44.337790+0000 mgr.y (mgr.24361) 243 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:45.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:45 smithi038 bash[19780]: cluster 2024-03-21T13:28:43.583722+0000 mgr.y (mgr.24361) 242 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:28:45.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:45 smithi038 bash[19780]: audit 2024-03-21T13:28:44.337790+0000 mgr.y (mgr.24361) 243 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:47.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:47 smithi038 bash[14284]: cluster 2024-03-21T13:28:45.585288+0000 mgr.y (mgr.24361) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:47.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:47 smithi038 bash[19780]: cluster 2024-03-21T13:28:45.585288+0000 mgr.y (mgr.24361) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:47 smithi192 bash[14483]: cluster 2024-03-21T13:28:45.585288+0000 mgr.y (mgr.24361) 244 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:49 smithi038 bash[14284]: cluster 2024-03-21T13:28:47.586146+0000 mgr.y (mgr.24361) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:49.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:28:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:49] "GET /metrics HTTP/1.1" 200 214826 "" "Prometheus/2.33.4" 2024-03-21T13:28:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:49 smithi038 bash[19780]: cluster 2024-03-21T13:28:47.586146+0000 mgr.y (mgr.24361) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:49 smithi192 bash[14483]: cluster 2024-03-21T13:28:47.586146+0000 mgr.y (mgr.24361) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:51.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:51 smithi038 bash[14284]: cluster 2024-03-21T13:28:49.586848+0000 mgr.y (mgr.24361) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:51 smithi038 bash[19780]: cluster 2024-03-21T13:28:49.586848+0000 mgr.y (mgr.24361) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:51 smithi192 bash[14483]: cluster 2024-03-21T13:28:49.586848+0000 mgr.y (mgr.24361) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:53 smithi038 bash[14284]: cluster 2024-03-21T13:28:51.588332+0000 mgr.y (mgr.24361) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:53.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:53 smithi038 bash[19780]: cluster 2024-03-21T13:28:51.588332+0000 mgr.y (mgr.24361) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:53.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:53 smithi192 bash[14483]: cluster 2024-03-21T13:28:51.588332+0000 mgr.y (mgr.24361) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:55.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:28:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:28:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:55 smithi192 bash[14483]: cluster 2024-03-21T13:28:53.589117+0000 mgr.y (mgr.24361) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:55 smithi192 bash[14483]: audit 2024-03-21T13:28:54.347914+0000 mgr.y (mgr.24361) 249 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:55.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:55 smithi038 bash[14284]: cluster 2024-03-21T13:28:53.589117+0000 mgr.y (mgr.24361) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:55.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:55 smithi038 bash[14284]: audit 2024-03-21T13:28:54.347914+0000 mgr.y (mgr.24361) 249 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:55.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:55 smithi038 bash[19780]: cluster 2024-03-21T13:28:53.589117+0000 mgr.y (mgr.24361) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:55.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:55 smithi038 bash[19780]: audit 2024-03-21T13:28:54.347914+0000 mgr.y (mgr.24361) 249 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:28:57.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:57 smithi038 bash[14284]: cluster 2024-03-21T13:28:55.590568+0000 mgr.y (mgr.24361) 250 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:57.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:57 smithi038 bash[19780]: cluster 2024-03-21T13:28:55.590568+0000 mgr.y (mgr.24361) 250 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:57.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:57 smithi192 bash[14483]: cluster 2024-03-21T13:28:55.590568+0000 mgr.y (mgr.24361) 250 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:28:59.578 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:28:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:28:59 smithi038 bash[14284]: cluster 2024-03-21T13:28:57.591208+0000 mgr.y (mgr.24361) 251 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:28:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:28:59] "GET /metrics HTTP/1.1" 200 214831 "" "Prometheus/2.33.4" 2024-03-21T13:28:59.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:28:59 smithi038 bash[19780]: cluster 2024-03-21T13:28:57.591208+0000 mgr.y (mgr.24361) 251 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:28:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:28:59 smithi192 bash[14483]: cluster 2024-03-21T13:28:57.591208+0000 mgr.y (mgr.24361) 251 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:29:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (4m) 2m ago 5m 14.8M - ba2b418f427c df678bfcf1e3 2024-03-21T13:29:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (4m) 3m ago 4m 46.9M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:29:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (2m) 2m ago 2m 66.4M - 3.5 e1d6a67b021e 8d28c4f4e279 2024-03-21T13:29:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e 5ea93a2ce33f 2024-03-21T13:29:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (13m) 2m ago 13m 452M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (13m) 2m ago 13m 52.4M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (11m) 3m ago 11m 41.7M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (11m) 2m ago 11m 41.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (5m) 2m ago 5m 14.3M - 1dbe0e931976 a43fd5ecfd0a 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (5m) 3m ago 5m 11.0M - 1dbe0e931976 bf256f15cf40 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (10m) 2m ago 10m 54.3M 4062M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (10m) 2m ago 10m 55.2M 4062M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (9m) 2m ago 9m 50.5M 4062M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (8m) 2m ago 8m 50.6M 4062M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (8m) 3m ago 8m 52.2M 4317M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (7m) 3m ago 7m 49.1M 4317M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (7m) 3m ago 7m 48.2M 4317M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (6m) 3m ago 6m 51.1M 4317M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (4m) 3m ago 5m 48.7M - 514e6a882f6e 60963ba33b49 2024-03-21T13:29:00.323 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (3m) 2m ago 3m 83.5M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:29:00.324 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (3m) 3m ago 3m 82.9M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:29:00.324 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (3m) 2m ago 3m 83.4M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:29:00.324 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (3m) 3m ago 3m 82.7M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:29:00.745 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:00.746 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:29:00.747 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T13:29:00.747 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:29:00.747 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:29:01.105 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:29:01.105 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:29:01.105 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:29:01.105 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:29:01.105 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "", 2024-03-21T13:29:01.105 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image" 2024-03-21T13:29:01.106 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:29:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[14284]: audit 2024-03-21T13:28:59.557920+0000 mgr.y (mgr.24361) 252 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[14284]: cluster 2024-03-21T13:28:59.591731+0000 mgr.y (mgr.24361) 253 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[14284]: audit 2024-03-21T13:28:59.948219+0000 mgr.y (mgr.24361) 254 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[14284]: audit 2024-03-21T13:29:00.298928+0000 mgr.y (mgr.24361) 255 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[14284]: audit 2024-03-21T13:29:00.745096+0000 mon.a (mon.0) 872 : audit [DBG] from='client.? 172.21.15.38:0/1247046957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:29:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[19780]: audit 2024-03-21T13:28:59.557920+0000 mgr.y (mgr.24361) 252 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[19780]: cluster 2024-03-21T13:28:59.591731+0000 mgr.y (mgr.24361) 253 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[19780]: audit 2024-03-21T13:28:59.948219+0000 mgr.y (mgr.24361) 254 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[19780]: audit 2024-03-21T13:29:00.298928+0000 mgr.y (mgr.24361) 255 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:01 smithi038 bash[19780]: audit 2024-03-21T13:29:00.745096+0000 mon.a (mon.0) 872 : audit [DBG] from='client.? 172.21.15.38:0/1247046957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:29:01.520 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:29:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:01 smithi192 bash[14483]: audit 2024-03-21T13:28:59.557920+0000 mgr.y (mgr.24361) 252 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:01 smithi192 bash[14483]: cluster 2024-03-21T13:28:59.591731+0000 mgr.y (mgr.24361) 253 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:01 smithi192 bash[14483]: audit 2024-03-21T13:28:59.948219+0000 mgr.y (mgr.24361) 254 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:01 smithi192 bash[14483]: audit 2024-03-21T13:29:00.298928+0000 mgr.y (mgr.24361) 255 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:01 smithi192 bash[14483]: audit 2024-03-21T13:29:00.745096+0000 mon.a (mon.0) 872 : audit [DBG] from='client.? 172.21.15.38:0/1247046957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:29:02.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:02 smithi038 bash[14284]: audit 2024-03-21T13:29:01.104764+0000 mgr.y (mgr.24361) 256 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:02.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:02 smithi038 bash[14284]: audit 2024-03-21T13:29:01.520178+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.38:0/3496763657' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:29:02.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:02 smithi038 bash[19780]: audit 2024-03-21T13:29:01.104764+0000 mgr.y (mgr.24361) 256 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:02.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:02 smithi038 bash[19780]: audit 2024-03-21T13:29:01.520178+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.38:0/3496763657' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:29:02.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:02 smithi192 bash[14483]: audit 2024-03-21T13:29:01.104764+0000 mgr.y (mgr.24361) 256 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:02.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:02 smithi192 bash[14483]: audit 2024-03-21T13:29:01.520178+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.38:0/3496763657' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:29:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:03 smithi038 bash[19780]: cluster 2024-03-21T13:29:01.593393+0000 mgr.y (mgr.24361) 257 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:03 smithi038 bash[14284]: cluster 2024-03-21T13:29:01.593393+0000 mgr.y (mgr.24361) 257 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:03 smithi192 bash[14483]: cluster 2024-03-21T13:29:01.593393+0000 mgr.y (mgr.24361) 257 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:05 smithi192 bash[14483]: cluster 2024-03-21T13:29:03.594132+0000 mgr.y (mgr.24361) 258 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:05 smithi192 bash[14483]: audit 2024-03-21T13:29:04.355938+0000 mgr.y (mgr.24361) 259 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:05.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:29:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:29:05.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:05 smithi038 bash[14284]: cluster 2024-03-21T13:29:03.594132+0000 mgr.y (mgr.24361) 258 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:05.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:05 smithi038 bash[14284]: audit 2024-03-21T13:29:04.355938+0000 mgr.y (mgr.24361) 259 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:05.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:05 smithi038 bash[19780]: cluster 2024-03-21T13:29:03.594132+0000 mgr.y (mgr.24361) 258 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:05.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:05 smithi038 bash[19780]: audit 2024-03-21T13:29:04.355938+0000 mgr.y (mgr.24361) 259 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:07.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:07 smithi038 bash[14284]: cluster 2024-03-21T13:29:05.595830+0000 mgr.y (mgr.24361) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:07.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:07 smithi038 bash[19780]: cluster 2024-03-21T13:29:05.595830+0000 mgr.y (mgr.24361) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:07 smithi192 bash[14483]: cluster 2024-03-21T13:29:05.595830+0000 mgr.y (mgr.24361) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:09.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:29:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:09] "GET /metrics HTTP/1.1" 200 214831 "" "Prometheus/2.33.4" 2024-03-21T13:29:09.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:09 smithi038 bash[19780]: cluster 2024-03-21T13:29:07.596697+0000 mgr.y (mgr.24361) 261 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:09.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:09 smithi038 bash[14284]: cluster 2024-03-21T13:29:07.596697+0000 mgr.y (mgr.24361) 261 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:09 smithi192 bash[14483]: cluster 2024-03-21T13:29:07.596697+0000 mgr.y (mgr.24361) 261 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:10.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:10 smithi038 bash[14284]: audit 2024-03-21T13:29:09.823810+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:29:10.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:10 smithi038 bash[14284]: audit 2024-03-21T13:29:09.836257+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:29:10.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:10 smithi038 bash[19780]: audit 2024-03-21T13:29:09.823810+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:29:10.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:10 smithi038 bash[19780]: audit 2024-03-21T13:29:09.836257+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:29:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:10 smithi192 bash[14483]: audit 2024-03-21T13:29:09.823810+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:29:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:10 smithi192 bash[14483]: audit 2024-03-21T13:29:09.836257+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:29:11.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:11 smithi038 bash[14284]: cluster 2024-03-21T13:29:09.597469+0000 mgr.y (mgr.24361) 262 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:11.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:11 smithi038 bash[19780]: cluster 2024-03-21T13:29:09.597469+0000 mgr.y (mgr.24361) 262 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:11 smithi192 bash[14483]: cluster 2024-03-21T13:29:09.597469+0000 mgr.y (mgr.24361) 262 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:13.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:13.539Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:29:13.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:13.539Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[14284]: cluster 2024-03-21T13:29:11.599241+0000 mgr.y (mgr.24361) 263 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[14284]: audit 2024-03-21T13:29:13.060511+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[14284]: audit 2024-03-21T13:29:13.063930+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[14284]: audit 2024-03-21T13:29:13.073833+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[19780]: cluster 2024-03-21T13:29:11.599241+0000 mgr.y (mgr.24361) 263 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[19780]: audit 2024-03-21T13:29:13.060511+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:29:13.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[19780]: audit 2024-03-21T13:29:13.063930+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:13.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:13 smithi038 bash[19780]: audit 2024-03-21T13:29:13.073833+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:29:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:13 smithi192 bash[14483]: cluster 2024-03-21T13:29:11.599241+0000 mgr.y (mgr.24361) 263 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:13 smithi192 bash[14483]: audit 2024-03-21T13:29:13.060511+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:29:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:13 smithi192 bash[14483]: audit 2024-03-21T13:29:13.063930+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:13 smithi192 bash[14483]: audit 2024-03-21T13:29:13.073833+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:29:14.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[14284]: cephadm 2024-03-21T13:29:13.061424+0000 mgr.y (mgr.24361) 264 : cephadm [INF] Upgrade: Target is version 19.0.0-2267-g960fbbe4 (unknown) 2024-03-21T13:29:14.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[14284]: cephadm 2024-03-21T13:29:13.061627+0000 mgr.y (mgr.24361) 265 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, digests ['quay.ceph.io/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93'] 2024-03-21T13:29:14.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[14284]: cephadm 2024-03-21T13:29:13.075150+0000 mgr.y (mgr.24361) 266 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:29:14.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[14284]: cephadm 2024-03-21T13:29:13.315834+0000 mgr.y (mgr.24361) 267 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on smithi192 2024-03-21T13:29:14.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[14284]: cluster 2024-03-21T13:29:13.600044+0000 mgr.y (mgr.24361) 268 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:14.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[14284]: audit 2024-03-21T13:29:14.363967+0000 mgr.y (mgr.24361) 269 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:14.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[19780]: cephadm 2024-03-21T13:29:13.061424+0000 mgr.y (mgr.24361) 264 : cephadm [INF] Upgrade: Target is version 19.0.0-2267-g960fbbe4 (unknown) 2024-03-21T13:29:14.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[19780]: cephadm 2024-03-21T13:29:13.061627+0000 mgr.y (mgr.24361) 265 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, digests ['quay.ceph.io/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93'] 2024-03-21T13:29:14.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[19780]: cephadm 2024-03-21T13:29:13.075150+0000 mgr.y (mgr.24361) 266 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:29:14.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[19780]: cephadm 2024-03-21T13:29:13.315834+0000 mgr.y (mgr.24361) 267 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on smithi192 2024-03-21T13:29:14.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[19780]: cluster 2024-03-21T13:29:13.600044+0000 mgr.y (mgr.24361) 268 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:14.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:14 smithi038 bash[19780]: audit 2024-03-21T13:29:14.363967+0000 mgr.y (mgr.24361) 269 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:14 smithi192 bash[14483]: cephadm 2024-03-21T13:29:13.061424+0000 mgr.y (mgr.24361) 264 : cephadm [INF] Upgrade: Target is version 19.0.0-2267-g960fbbe4 (unknown) 2024-03-21T13:29:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:14 smithi192 bash[14483]: cephadm 2024-03-21T13:29:13.061627+0000 mgr.y (mgr.24361) 265 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, digests ['quay.ceph.io/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93'] 2024-03-21T13:29:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:14 smithi192 bash[14483]: cephadm 2024-03-21T13:29:13.075150+0000 mgr.y (mgr.24361) 266 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:29:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:14 smithi192 bash[14483]: cephadm 2024-03-21T13:29:13.315834+0000 mgr.y (mgr.24361) 267 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on smithi192 2024-03-21T13:29:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:14 smithi192 bash[14483]: cluster 2024-03-21T13:29:13.600044+0000 mgr.y (mgr.24361) 268 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:14 smithi192 bash[14483]: audit 2024-03-21T13:29:14.363967+0000 mgr.y (mgr.24361) 269 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:15.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:29:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:29:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:16 smithi192 bash[14483]: cluster 2024-03-21T13:29:15.601844+0000 mgr.y (mgr.24361) 270 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:17.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:16 smithi038 bash[14284]: cluster 2024-03-21T13:29:15.601844+0000 mgr.y (mgr.24361) 270 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:17.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:16 smithi038 bash[19780]: cluster 2024-03-21T13:29:15.601844+0000 mgr.y (mgr.24361) 270 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:19.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:18 smithi038 bash[14284]: cluster 2024-03-21T13:29:17.602675+0000 mgr.y (mgr.24361) 271 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:19.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:18 smithi038 bash[19780]: cluster 2024-03-21T13:29:17.602675+0000 mgr.y (mgr.24361) 271 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:18 smithi192 bash[14483]: cluster 2024-03-21T13:29:17.602675+0000 mgr.y (mgr.24361) 271 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:29:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:19] "GET /metrics HTTP/1.1" 200 214833 "" "Prometheus/2.33.4" 2024-03-21T13:29:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:20 smithi038 bash[14284]: cluster 2024-03-21T13:29:19.603448+0000 mgr.y (mgr.24361) 272 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:21.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:20 smithi038 bash[19780]: cluster 2024-03-21T13:29:19.603448+0000 mgr.y (mgr.24361) 272 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:21.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:20 smithi192 bash[14483]: cluster 2024-03-21T13:29:19.603448+0000 mgr.y (mgr.24361) 272 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:23.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:22 smithi038 bash[14284]: cluster 2024-03-21T13:29:21.605296+0000 mgr.y (mgr.24361) 273 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:23.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:22 smithi038 bash[19780]: cluster 2024-03-21T13:29:21.605296+0000 mgr.y (mgr.24361) 273 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:22 smithi192 bash[14483]: cluster 2024-03-21T13:29:21.605296+0000 mgr.y (mgr.24361) 273 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:23 smithi038 bash[38777]: level=error ts=2024-03-21T13:29:23.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:29:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:23 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:23.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:23 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:23.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:29:25.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:24 smithi038 bash[14284]: cluster 2024-03-21T13:29:23.606234+0000 mgr.y (mgr.24361) 274 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:25.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:24 smithi038 bash[14284]: audit 2024-03-21T13:29:24.375237+0000 mgr.y (mgr.24361) 275 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:25.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:24 smithi038 bash[19780]: cluster 2024-03-21T13:29:23.606234+0000 mgr.y (mgr.24361) 274 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:24 smithi038 bash[19780]: audit 2024-03-21T13:29:24.375237+0000 mgr.y (mgr.24361) 275 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:25.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:24 smithi192 bash[14483]: cluster 2024-03-21T13:29:23.606234+0000 mgr.y (mgr.24361) 274 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:25.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:24 smithi192 bash[14483]: audit 2024-03-21T13:29:24.375237+0000 mgr.y (mgr.24361) 275 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:25.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:29:25 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:29:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:26 smithi038 bash[14284]: cluster 2024-03-21T13:29:25.607982+0000 mgr.y (mgr.24361) 276 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:27.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:26 smithi038 bash[19780]: cluster 2024-03-21T13:29:25.607982+0000 mgr.y (mgr.24361) 276 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:27.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:26 smithi192 bash[14483]: cluster 2024-03-21T13:29:25.607982+0000 mgr.y (mgr.24361) 276 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:29.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:28 smithi038 bash[14284]: cluster 2024-03-21T13:29:27.608732+0000 mgr.y (mgr.24361) 277 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:29.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:28 smithi038 bash[19780]: cluster 2024-03-21T13:29:27.608732+0000 mgr.y (mgr.24361) 277 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:29.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:28 smithi192 bash[14483]: cluster 2024-03-21T13:29:27.608732+0000 mgr.y (mgr.24361) 277 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:29:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:29] "GET /metrics HTTP/1.1" 200 214820 "" "Prometheus/2.33.4" 2024-03-21T13:29:31.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:30 smithi038 bash[14284]: cluster 2024-03-21T13:29:29.609463+0000 mgr.y (mgr.24361) 278 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:31.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:30 smithi038 bash[19780]: cluster 2024-03-21T13:29:29.609463+0000 mgr.y (mgr.24361) 278 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:30 smithi192 bash[14483]: cluster 2024-03-21T13:29:29.609463+0000 mgr.y (mgr.24361) 278 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:31.909 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (5m) 3m ago 5m 14.8M - ba2b418f427c df678bfcf1e3 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (5m) 3m ago 5m 46.9M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (3m) 3m ago 3m 66.4M - 3.5 e1d6a67b021e 8d28c4f4e279 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e 5ea93a2ce33f 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (13m) 3m ago 13m 452M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (14m) 3m ago 14m 52.4M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (12m) 3m ago 12m 41.7M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (12m) 3m ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (6m) 3m ago 6m 14.3M - 1dbe0e931976 a43fd5ecfd0a 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (6m) 3m ago 6m 11.0M - 1dbe0e931976 bf256f15cf40 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (11m) 3m ago 11m 54.3M 4062M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:29:32.629 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (10m) 3m ago 10m 55.2M 4062M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (10m) 3m ago 10m 50.5M 4062M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (9m) 3m ago 9m 50.6M 4062M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (8m) 3m ago 8m 52.2M 4317M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (8m) 3m ago 8m 49.1M 4317M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (7m) 3m ago 7m 48.2M 4317M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (6m) 3m ago 7m 51.1M 4317M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (4m) 3m ago 6m 48.7M - 514e6a882f6e 60963ba33b49 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (3m) 3m ago 3m 83.5M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (3m) 3m ago 3m 82.9M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (3m) 3m ago 3m 83.4M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:29:32.630 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (3m) 3m ago 3m 82.7M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:29:33.052 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:29:33.052 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:29:33.053 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:29:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:32 smithi038 bash[14284]: cluster 2024-03-21T13:29:31.610598+0000 mgr.y (mgr.24361) 279 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:32 smithi038 bash[14284]: audit 2024-03-21T13:29:31.892693+0000 mgr.y (mgr.24361) 280 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:32 smithi038 bash[14284]: audit 2024-03-21T13:29:32.256711+0000 mgr.y (mgr.24361) 281 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:33.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:32 smithi038 bash[19780]: cluster 2024-03-21T13:29:31.610598+0000 mgr.y (mgr.24361) 279 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:33.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:32 smithi038 bash[19780]: audit 2024-03-21T13:29:31.892693+0000 mgr.y (mgr.24361) 280 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:32 smithi038 bash[19780]: audit 2024-03-21T13:29:32.256711+0000 mgr.y (mgr.24361) 281 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:32 smithi192 bash[14483]: cluster 2024-03-21T13:29:31.610598+0000 mgr.y (mgr.24361) 279 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:32 smithi192 bash[14483]: audit 2024-03-21T13:29:31.892693+0000 mgr.y (mgr.24361) 280 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:32 smithi192 bash[14483]: audit 2024-03-21T13:29:32.256711+0000 mgr.y (mgr.24361) 281 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:33.413 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:29:33.414 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:29:33.414 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:29:33.414 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:29:33.414 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "0/23 daemons upgraded", 2024-03-21T13:29:33.414 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image on host smithi192" 2024-03-21T13:29:33.414 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:29:33.825 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[38777]: level=error ts=2024-03-21T13:29:33.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:33.825 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:33.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:33.825 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:33.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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:29:33.840 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:29:34.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[14284]: audit 2024-03-21T13:29:32.606494+0000 mgr.y (mgr.24361) 282 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[14284]: audit 2024-03-21T13:29:33.051807+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.38:0/3957281775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:29:34.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[19780]: audit 2024-03-21T13:29:32.606494+0000 mgr.y (mgr.24361) 282 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:33 smithi038 bash[19780]: audit 2024-03-21T13:29:33.051807+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.38:0/3957281775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:29:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:33 smithi192 bash[14483]: audit 2024-03-21T13:29:32.606494+0000 mgr.y (mgr.24361) 282 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:33 smithi192 bash[14483]: audit 2024-03-21T13:29:33.051807+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.38:0/3957281775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:29:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[14284]: audit 2024-03-21T13:29:33.412258+0000 mgr.y (mgr.24361) 283 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[14284]: cluster 2024-03-21T13:29:33.611115+0000 mgr.y (mgr.24361) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[14284]: audit 2024-03-21T13:29:33.840625+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.38:0/2869059613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:29:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[14284]: audit 2024-03-21T13:29:34.377615+0000 mgr.y (mgr.24361) 285 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[19780]: audit 2024-03-21T13:29:33.412258+0000 mgr.y (mgr.24361) 283 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[19780]: cluster 2024-03-21T13:29:33.611115+0000 mgr.y (mgr.24361) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[19780]: audit 2024-03-21T13:29:33.840625+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.38:0/2869059613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:29:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:34 smithi038 bash[19780]: audit 2024-03-21T13:29:34.377615+0000 mgr.y (mgr.24361) 285 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:35.183 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:34 smithi192 bash[14483]: audit 2024-03-21T13:29:33.412258+0000 mgr.y (mgr.24361) 283 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:35.183 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:34 smithi192 bash[14483]: cluster 2024-03-21T13:29:33.611115+0000 mgr.y (mgr.24361) 284 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:35.183 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:34 smithi192 bash[14483]: audit 2024-03-21T13:29:33.840625+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.38:0/2869059613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:29:35.183 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:34 smithi192 bash[14483]: audit 2024-03-21T13:29:34.377615+0000 mgr.y (mgr.24361) 285 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:35.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:29:35 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:29:37.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:36 smithi038 bash[14284]: cluster 2024-03-21T13:29:35.612771+0000 mgr.y (mgr.24361) 286 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:37.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:36 smithi038 bash[19780]: cluster 2024-03-21T13:29:35.612771+0000 mgr.y (mgr.24361) 286 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:36 smithi192 bash[14483]: cluster 2024-03-21T13:29:35.612771+0000 mgr.y (mgr.24361) 286 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:38 smithi038 bash[14284]: cluster 2024-03-21T13:29:37.613561+0000 mgr.y (mgr.24361) 287 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:39.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:38 smithi038 bash[19780]: cluster 2024-03-21T13:29:37.613561+0000 mgr.y (mgr.24361) 287 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:38 smithi192 bash[14483]: cluster 2024-03-21T13:29:37.613561+0000 mgr.y (mgr.24361) 287 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:39.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:29:39 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:39] "GET /metrics HTTP/1.1" 200 214820 "" "Prometheus/2.33.4" 2024-03-21T13:29:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:40 smithi038 bash[14284]: cluster 2024-03-21T13:29:39.614096+0000 mgr.y (mgr.24361) 288 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:41.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:40 smithi038 bash[19780]: cluster 2024-03-21T13:29:39.614096+0000 mgr.y (mgr.24361) 288 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:40 smithi192 bash[14483]: cluster 2024-03-21T13:29:39.614096+0000 mgr.y (mgr.24361) 288 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:43.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:42 smithi038 bash[14284]: cluster 2024-03-21T13:29:41.615831+0000 mgr.y (mgr.24361) 289 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:43.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:42 smithi038 bash[19780]: cluster 2024-03-21T13:29:41.615831+0000 mgr.y (mgr.24361) 289 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:42 smithi192 bash[14483]: cluster 2024-03-21T13:29:41.615831+0000 mgr.y (mgr.24361) 289 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:43.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:43 smithi038 bash[38777]: level=error ts=2024-03-21T13:29:43.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:43.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:43 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:43.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:43.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:43 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:43.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:29:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:44 smithi038 bash[14284]: cluster 2024-03-21T13:29:43.616580+0000 mgr.y (mgr.24361) 290 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:44 smithi038 bash[14284]: audit 2024-03-21T13:29:44.380011+0000 mgr.y (mgr.24361) 291 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:44 smithi038 bash[19780]: cluster 2024-03-21T13:29:43.616580+0000 mgr.y (mgr.24361) 290 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:44 smithi038 bash[19780]: audit 2024-03-21T13:29:44.380011+0000 mgr.y (mgr.24361) 291 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:45.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:44 smithi192 bash[14483]: cluster 2024-03-21T13:29:43.616580+0000 mgr.y (mgr.24361) 290 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:45.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:44 smithi192 bash[14483]: audit 2024-03-21T13:29:44.380011+0000 mgr.y (mgr.24361) 291 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:45.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:29:45 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:29:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:46 smithi038 bash[14284]: cluster 2024-03-21T13:29:45.618258+0000 mgr.y (mgr.24361) 292 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:46 smithi038 bash[19780]: cluster 2024-03-21T13:29:45.618258+0000 mgr.y (mgr.24361) 292 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:46 smithi192 bash[14483]: cluster 2024-03-21T13:29:45.618258+0000 mgr.y (mgr.24361) 292 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:48 smithi192 bash[14483]: cluster 2024-03-21T13:29:47.619009+0000 mgr.y (mgr.24361) 293 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:49.398 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:48 smithi038 bash[14284]: cluster 2024-03-21T13:29:47.619009+0000 mgr.y (mgr.24361) 293 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:49.398 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:48 smithi038 bash[19780]: cluster 2024-03-21T13:29:47.619009+0000 mgr.y (mgr.24361) 293 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:49.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:29:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:49] "GET /metrics HTTP/1.1" 200 214827 "" "Prometheus/2.33.4" 2024-03-21T13:29:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:50 smithi192 bash[14483]: cluster 2024-03-21T13:29:49.619827+0000 mgr.y (mgr.24361) 294 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:51.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:50 smithi038 bash[14284]: cluster 2024-03-21T13:29:49.619827+0000 mgr.y (mgr.24361) 294 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:51.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:50 smithi038 bash[19780]: cluster 2024-03-21T13:29:49.619827+0000 mgr.y (mgr.24361) 294 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:52 smithi192 bash[14483]: cluster 2024-03-21T13:29:51.621642+0000 mgr.y (mgr.24361) 295 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:53.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:52 smithi038 bash[14284]: cluster 2024-03-21T13:29:51.621642+0000 mgr.y (mgr.24361) 295 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:53.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:52 smithi038 bash[19780]: cluster 2024-03-21T13:29:51.621642+0000 mgr.y (mgr.24361) 295 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:53.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:53 smithi038 bash[38777]: level=error ts=2024-03-21T13:29:53.519Z 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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:53.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:53 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:53.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:29:53.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:29:53 smithi038 bash[38777]: level=warn ts=2024-03-21T13:29:53.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:29:55.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:29:55 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:29:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:54 smithi192 bash[14483]: cluster 2024-03-21T13:29:53.622430+0000 mgr.y (mgr.24361) 296 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:54 smithi192 bash[14483]: audit 2024-03-21T13:29:54.391463+0000 mgr.y (mgr.24361) 297 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:54 smithi038 bash[14284]: cluster 2024-03-21T13:29:53.622430+0000 mgr.y (mgr.24361) 296 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:54 smithi038 bash[14284]: audit 2024-03-21T13:29:54.391463+0000 mgr.y (mgr.24361) 297 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:55.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:54 smithi038 bash[19780]: cluster 2024-03-21T13:29:53.622430+0000 mgr.y (mgr.24361) 296 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:55.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:54 smithi038 bash[19780]: audit 2024-03-21T13:29:54.391463+0000 mgr.y (mgr.24361) 297 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:29:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:56 smithi192 bash[14483]: cluster 2024-03-21T13:29:55.624184+0000 mgr.y (mgr.24361) 298 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:57.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:56 smithi038 bash[14284]: cluster 2024-03-21T13:29:55.624184+0000 mgr.y (mgr.24361) 298 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:57.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:56 smithi038 bash[19780]: cluster 2024-03-21T13:29:55.624184+0000 mgr.y (mgr.24361) 298 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:29:59.398 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:29:58 smithi038 bash[14284]: cluster 2024-03-21T13:29:57.625000+0000 mgr.y (mgr.24361) 299 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:59.399 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:29:58 smithi038 bash[19780]: cluster 2024-03-21T13:29:57.625000+0000 mgr.y (mgr.24361) 299 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:29:58 smithi192 bash[14483]: cluster 2024-03-21T13:29:57.625000+0000 mgr.y (mgr.24361) 299 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:29:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:29:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:29:59] "GET /metrics HTTP/1.1" 200 214835 "" "Prometheus/2.33.4" 2024-03-21T13:30:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:00 smithi038 bash[14284]: cluster 2024-03-21T13:29:59.625780+0000 mgr.y (mgr.24361) 300 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:00 smithi038 bash[14284]: cluster 2024-03-21T13:30:00.000159+0000 mon.a (mon.0) 879 : cluster [INF] overall HEALTH_OK 2024-03-21T13:30:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:00 smithi038 bash[19780]: cluster 2024-03-21T13:29:59.625780+0000 mgr.y (mgr.24361) 300 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:00 smithi038 bash[19780]: cluster 2024-03-21T13:30:00.000159+0000 mon.a (mon.0) 879 : cluster [INF] overall HEALTH_OK 2024-03-21T13:30:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:00 smithi192 bash[14483]: cluster 2024-03-21T13:29:59.625780+0000 mgr.y (mgr.24361) 300 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:00 smithi192 bash[14483]: cluster 2024-03-21T13:30:00.000159+0000 mon.a (mon.0) 879 : cluster [INF] overall HEALTH_OK 2024-03-21T13:30:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:03 smithi038 bash[14284]: cluster 2024-03-21T13:30:01.627584+0000 mgr.y (mgr.24361) 301 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:03.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:03 smithi038 bash[19780]: cluster 2024-03-21T13:30:01.627584+0000 mgr.y (mgr.24361) 301 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:03 smithi192 bash[14483]: cluster 2024-03-21T13:30:01.627584+0000 mgr.y (mgr.24361) 301 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:03.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:03 smithi038 bash[38777]: level=error ts=2024-03-21T13:30:03.519Z 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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:03.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:03 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:03.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:03.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:03 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:03.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:04.227 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:30:04.942 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:30:04.942 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (5m) 3m ago 6m 14.8M - ba2b418f427c df678bfcf1e3 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (5m) 4m ago 5m 46.9M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (4m) 3m ago 4m 66.4M - 3.5 e1d6a67b021e 8d28c4f4e279 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443 running (12m) 4m ago 12m 404M - 17.2.0 e1d6a67b021e 5ea93a2ce33f 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (14m) 3m ago 14m 452M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (14m) 3m ago 14m 52.4M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (12m) 4m ago 12m 41.7M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (12m) 3m ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (6m) 3m ago 6m 14.3M - 1dbe0e931976 a43fd5ecfd0a 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (6m) 4m ago 6m 11.0M - 1dbe0e931976 bf256f15cf40 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (11m) 3m ago 11m 54.3M 4062M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (11m) 3m ago 11m 55.2M 4062M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (10m) 3m ago 10m 50.5M 4062M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (9m) 3m ago 9m 50.6M 4062M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (9m) 4m ago 9m 52.2M 4317M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:30:04.943 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (8m) 4m ago 8m 49.1M 4317M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (8m) 4m ago 8m 48.2M 4317M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (7m) 4m ago 7m 51.1M 4317M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (5m) 4m ago 6m 48.7M - 514e6a882f6e 60963ba33b49 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (4m) 3m ago 4m 83.5M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (4m) 4m ago 4m 82.9M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (4m) 3m ago 4m 83.4M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:30:04.944 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (4m) 4m ago 4m 82.7M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:30:05.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:05 smithi192 bash[14483]: cluster 2024-03-21T13:30:03.628304+0000 mgr.y (mgr.24361) 302 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:05.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:05 smithi192 bash[14483]: audit 2024-03-21T13:30:04.211015+0000 mgr.y (mgr.24361) 303 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:05.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:05 smithi192 bash[14483]: audit 2024-03-21T13:30:04.401988+0000 mgr.y (mgr.24361) 304 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:05.370 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:30:05.371 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T13:30:05.372 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:30:05.372 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:30:05.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:05 smithi038 bash[14284]: cluster 2024-03-21T13:30:03.628304+0000 mgr.y (mgr.24361) 302 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:05.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:05 smithi038 bash[14284]: audit 2024-03-21T13:30:04.211015+0000 mgr.y (mgr.24361) 303 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:05.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:05 smithi038 bash[14284]: audit 2024-03-21T13:30:04.401988+0000 mgr.y (mgr.24361) 304 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:05 smithi038 bash[19780]: cluster 2024-03-21T13:30:03.628304+0000 mgr.y (mgr.24361) 302 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:05 smithi038 bash[19780]: audit 2024-03-21T13:30:04.211015+0000 mgr.y (mgr.24361) 303 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:05.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:05 smithi038 bash[19780]: audit 2024-03-21T13:30:04.401988+0000 mgr.y (mgr.24361) 304 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:05.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:05 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "0/23 daemons upgraded", 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image on host smithi192" 2024-03-21T13:30:05.730 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:30:06.148 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:30:06.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:06 smithi038 bash[14284]: audit 2024-03-21T13:30:04.567749+0000 mgr.y (mgr.24361) 305 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:06.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:06 smithi038 bash[14284]: audit 2024-03-21T13:30:04.919502+0000 mgr.y (mgr.24361) 306 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:06.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:06 smithi038 bash[14284]: audit 2024-03-21T13:30:05.369723+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.38:0/2227125767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:30:06.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:06 smithi038 bash[19780]: audit 2024-03-21T13:30:04.567749+0000 mgr.y (mgr.24361) 305 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:06.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:06 smithi038 bash[19780]: audit 2024-03-21T13:30:04.919502+0000 mgr.y (mgr.24361) 306 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:06.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:06 smithi038 bash[19780]: audit 2024-03-21T13:30:05.369723+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.38:0/2227125767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:30:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:06 smithi192 bash[14483]: audit 2024-03-21T13:30:04.567749+0000 mgr.y (mgr.24361) 305 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:06 smithi192 bash[14483]: audit 2024-03-21T13:30:04.919502+0000 mgr.y (mgr.24361) 306 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:06.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:06 smithi192 bash[14483]: audit 2024-03-21T13:30:05.369723+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.38:0/2227125767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:30:07.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:07 smithi038 bash[14284]: cluster 2024-03-21T13:30:05.629992+0000 mgr.y (mgr.24361) 307 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:07.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:07 smithi038 bash[14284]: audit 2024-03-21T13:30:05.728865+0000 mgr.y (mgr.24361) 308 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:07.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:07 smithi038 bash[14284]: audit 2024-03-21T13:30:06.147515+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.38:0/4225317614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:30:07.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:07 smithi038 bash[19780]: cluster 2024-03-21T13:30:05.629992+0000 mgr.y (mgr.24361) 307 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:07.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:07 smithi038 bash[19780]: audit 2024-03-21T13:30:05.728865+0000 mgr.y (mgr.24361) 308 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:07.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:07 smithi038 bash[19780]: audit 2024-03-21T13:30:06.147515+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.38:0/4225317614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:30:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:07 smithi192 bash[14483]: cluster 2024-03-21T13:30:05.629992+0000 mgr.y (mgr.24361) 307 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:07 smithi192 bash[14483]: audit 2024-03-21T13:30:05.728865+0000 mgr.y (mgr.24361) 308 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:07 smithi192 bash[14483]: audit 2024-03-21T13:30:06.147515+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.38:0/4225317614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:30:09.398 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:09 smithi038 bash[14284]: cluster 2024-03-21T13:30:07.630754+0000 mgr.y (mgr.24361) 309 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:09.398 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:09 smithi038 bash[19780]: cluster 2024-03-21T13:30:07.630754+0000 mgr.y (mgr.24361) 309 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:09 smithi192 bash[14483]: cluster 2024-03-21T13:30:07.630754+0000 mgr.y (mgr.24361) 309 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:09.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:09] "GET /metrics HTTP/1.1" 200 214835 "" "Prometheus/2.33.4" 2024-03-21T13:30:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:10 smithi038 bash[14284]: audit 2024-03-21T13:30:09.828454+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:10 smithi038 bash[14284]: audit 2024-03-21T13:30:09.842267+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:10 smithi038 bash[19780]: audit 2024-03-21T13:30:09.828454+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:10 smithi038 bash[19780]: audit 2024-03-21T13:30:09.842267+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:10 smithi192 bash[14483]: audit 2024-03-21T13:30:09.828454+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:10 smithi192 bash[14483]: audit 2024-03-21T13:30:09.842267+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:11 smithi038 bash[14284]: cluster 2024-03-21T13:30:09.631325+0000 mgr.y (mgr.24361) 310 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:11.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:11 smithi038 bash[19780]: cluster 2024-03-21T13:30:09.631325+0000 mgr.y (mgr.24361) 310 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:11 smithi192 bash[14483]: cluster 2024-03-21T13:30:09.631325+0000 mgr.y (mgr.24361) 310 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:13 smithi038 bash[14284]: cluster 2024-03-21T13:30:11.633141+0000 mgr.y (mgr.24361) 311 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:13.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:13 smithi038 bash[19780]: cluster 2024-03-21T13:30:11.633141+0000 mgr.y (mgr.24361) 311 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:13 smithi192 bash[14483]: cluster 2024-03-21T13:30:11.633141+0000 mgr.y (mgr.24361) 311 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:13.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:13 smithi038 bash[38777]: level=error ts=2024-03-21T13:30:13.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:13.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:13 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:13.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:13.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:13 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:13.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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:15.386 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:15 smithi192 bash[14483]: cluster 2024-03-21T13:30:13.633998+0000 mgr.y (mgr.24361) 312 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:15.387 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:15 smithi192 bash[15246]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:30:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:15 smithi038 bash[14284]: cluster 2024-03-21T13:30:13.633998+0000 mgr.y (mgr.24361) 312 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:15.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:15 smithi038 bash[19780]: cluster 2024-03-21T13:30:13.633998+0000 mgr.y (mgr.24361) 312 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:16.360 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:16 smithi192 bash[14483]: audit 2024-03-21T13:30:14.411405+0000 mgr.y (mgr.24361) 313 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:16 smithi038 bash[14284]: audit 2024-03-21T13:30:14.411405+0000 mgr.y (mgr.24361) 313 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:16.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:16 smithi038 bash[19780]: audit 2024-03-21T13:30:14.411405+0000 mgr.y (mgr.24361) 313 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: cluster 2024-03-21T13:30:15.635811+0000 mgr.y (mgr.24361) 314 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: cephadm 2024-03-21T13:30:16.328982+0000 mgr.y (mgr.24361) 315 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:30:17.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: audit 2024-03-21T13:30:16.340247+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: audit 2024-03-21T13:30:16.341913+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: audit 2024-03-21T13:30:16.343225+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: audit 2024-03-21T13:30:16.344707+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[14284]: cephadm 2024-03-21T13:30:16.346168+0000 mgr.y (mgr.24361) 316 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: cluster 2024-03-21T13:30:15.635811+0000 mgr.y (mgr.24361) 314 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: cephadm 2024-03-21T13:30:16.328982+0000 mgr.y (mgr.24361) 315 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: audit 2024-03-21T13:30:16.340247+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: audit 2024-03-21T13:30:16.341913+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: audit 2024-03-21T13:30:16.343225+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: audit 2024-03-21T13:30:16.344707+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:17 smithi038 bash[19780]: cephadm 2024-03-21T13:30:16.346168+0000 mgr.y (mgr.24361) 316 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:30:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: cluster 2024-03-21T13:30:15.635811+0000 mgr.y (mgr.24361) 314 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: cephadm 2024-03-21T13:30:16.328982+0000 mgr.y (mgr.24361) 315 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:30:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: audit 2024-03-21T13:30:16.340247+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: audit 2024-03-21T13:30:16.341913+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:30:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: audit 2024-03-21T13:30:16.343225+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:30:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: audit 2024-03-21T13:30:16.344707+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:17 smithi192 bash[14483]: cephadm 2024-03-21T13:30:16.346168+0000 mgr.y (mgr.24361) 316 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:30:18.629 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:18 smithi192 systemd[1]: Stopping Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:30:18.630 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:18 smithi192 bash[34523]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr.x 2024-03-21T13:30:19.348 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:19 smithi192 bash[34532]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr-x 2024-03-21T13:30:19.348 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:19 smithi192 bash[34582]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr.x 2024-03-21T13:30:19.348 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:19 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:30:19.348 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:19 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-03-21T13:30:19.348 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:19 smithi192 systemd[1]: Stopped Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:30:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:19] "GET /metrics HTTP/1.1" 200 214834 "" "Prometheus/2.33.4" 2024-03-21T13:30:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:19 smithi038 bash[14284]: cluster 2024-03-21T13:30:17.636557+0000 mgr.y (mgr.24361) 317 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:19 smithi038 bash[19780]: cluster 2024-03-21T13:30:17.636557+0000 mgr.y (mgr.24361) 317 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:19 smithi192 bash[14483]: cluster 2024-03-21T13:30:17.636557+0000 mgr.y (mgr.24361) 317 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:19.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:19 smithi192 systemd[1]: Started Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:30:20.547 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:20.208Z 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.192:8443/api/prometheus_receiver\": dial tcp 172.21.15.192:8443: connect: connection refused" 2024-03-21T13:30:20.807 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:20 smithi192 bash[34651]: debug 2024-03-21T13:30:20.624+0000 7fb7d540f700 1 -- 172.21.15.192:0/2387657267 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55577831c5a0 con 0x55577909e400 2024-03-21T13:30:20.808 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:20 smithi192 bash[14483]: audit 2024-03-21T13:30:19.537206+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:20.808 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:20 smithi192 bash[14483]: audit 2024-03-21T13:30:19.539685+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:20.808 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:20 smithi192 bash[14483]: audit 2024-03-21T13:30:19.541358+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:20.808 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:20 smithi192 bash[14483]: cluster 2024-03-21T13:30:19.637370+0000 mgr.y (mgr.24361) 318 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:20.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[14284]: audit 2024-03-21T13:30:19.537206+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:20.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[14284]: audit 2024-03-21T13:30:19.539685+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:20.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[14284]: audit 2024-03-21T13:30:19.541358+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:20.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[14284]: cluster 2024-03-21T13:30:19.637370+0000 mgr.y (mgr.24361) 318 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[19780]: audit 2024-03-21T13:30:19.537206+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[19780]: audit 2024-03-21T13:30:19.539685+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[19780]: audit 2024-03-21T13:30:19.541358+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:20 smithi038 bash[19780]: cluster 2024-03-21T13:30:19.637370+0000 mgr.y (mgr.24361) 318 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:21.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:20 smithi192 bash[34651]: debug 2024-03-21T13:30:20.800+0000 7fb7df61e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:30:22.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:21 smithi192 bash[34651]: debug 2024-03-21T13:30:21.736+0000 7fb7df61e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:30:22.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:21 smithi192 bash[34651]: debug 2024-03-21T13:30:21.836+0000 7fb7df61e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:30:22.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:21 smithi192 bash[34651]: debug 2024-03-21T13:30:21.940+0000 7fb7df61e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:30:22.651 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:22 smithi192 bash[34651]: debug 2024-03-21T13:30:22.220+0000 7fb7df61e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:30:22.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:22 smithi192 bash[34651]: debug 2024-03-21T13:30:22.644+0000 7fb7df61e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:30:22.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:22 smithi192 bash[34651]: debug 2024-03-21T13:30:22.816+0000 7fb7df61e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:30:22.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:22 smithi192 bash[14483]: cluster 2024-03-21T13:30:21.639131+0000 mgr.y (mgr.24361) 319 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:23.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:22 smithi038 bash[14284]: cluster 2024-03-21T13:30:21.639131+0000 mgr.y (mgr.24361) 319 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:23.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:22 smithi038 bash[19780]: cluster 2024-03-21T13:30:21.639131+0000 mgr.y (mgr.24361) 319 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:23.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:23 smithi192 bash[34651]: debug 2024-03-21T13:30:23.040+0000 7fb7df61e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:30:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:23 smithi038 bash[38777]: level=error ts=2024-03-21T13:30:23.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": dial tcp 172.21.15.192:8443: connect: connection refused" 2024-03-21T13:30:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:23 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:23.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.192:8443/api/prometheus_receiver\": dial tcp 172.21.15.192:8443: connect: connection refused" 2024-03-21T13:30:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:23 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:23.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:24.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[34651]: debug 2024-03-21T13:30:24.148+0000 7fb7df61e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:30:24.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[34651]: debug 2024-03-21T13:30:24.264+0000 7fb7df61e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:30:24.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[34651]: debug 2024-03-21T13:30:24.376+0000 7fb7df61e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:30:24.857 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[14483]: audit 2024-03-21T13:30:23.569867+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:24.858 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[14483]: cluster 2024-03-21T13:30:23.639878+0000 mgr.y (mgr.24361) 320 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:24.858 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[14483]: audit 2024-03-21T13:30:24.078559+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:24.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:24 smithi038 bash[14284]: audit 2024-03-21T13:30:23.569867+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:24.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:24 smithi038 bash[14284]: cluster 2024-03-21T13:30:23.639878+0000 mgr.y (mgr.24361) 320 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:24.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:24 smithi038 bash[14284]: audit 2024-03-21T13:30:24.078559+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:24 smithi038 bash[19780]: audit 2024-03-21T13:30:23.569867+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:24 smithi038 bash[19780]: cluster 2024-03-21T13:30:23.639878+0000 mgr.y (mgr.24361) 320 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:24 smithi038 bash[19780]: audit 2024-03-21T13:30:24.078559+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:25.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:24 smithi192 bash[34651]: debug 2024-03-21T13:30:24.852+0000 7fb7df61e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:30:25.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:25 smithi192 bash[34651]: debug 2024-03-21T13:30:25.076+0000 7fb7df61e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:30:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:25 smithi038 bash[14284]: audit 2024-03-21T13:30:24.422693+0000 mgr.y (mgr.24361) 321 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:25.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:25 smithi038 bash[19780]: audit 2024-03-21T13:30:24.422693+0000 mgr.y (mgr.24361) 321 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:25.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:25 smithi192 bash[34651]: debug 2024-03-21T13:30:25.540+0000 7fb7df61e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:30:25.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:25 smithi192 bash[14483]: audit 2024-03-21T13:30:24.422693+0000 mgr.y (mgr.24361) 321 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:26.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:26 smithi192 bash[34651]: debug 2024-03-21T13:30:26.056+0000 7fb7df61e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:30:26.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:26 smithi038 bash[14284]: cluster 2024-03-21T13:30:25.641599+0000 mgr.y (mgr.24361) 322 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:26.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:26 smithi038 bash[19780]: cluster 2024-03-21T13:30:25.641599+0000 mgr.y (mgr.24361) 322 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:26.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:26 smithi192 bash[34651]: debug 2024-03-21T13:30:26.612+0000 7fb7df61e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:30:26.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:26 smithi192 bash[34651]: debug 2024-03-21T13:30:26.724+0000 7fb7df61e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:30:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:26 smithi192 bash[14483]: cluster 2024-03-21T13:30:25.641599+0000 mgr.y (mgr.24361) 322 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:27.197 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.076+0000 7fb7df61e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:30:27.338 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.192+0000 7fb7df61e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:30:27.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.332+0000 7fb7df61e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:30:27.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.448+0000 7fb7df61e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:30:27.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.572+0000 7fb7df61e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:30:28.061 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.764+0000 7fb7df61e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:30:28.061 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:27 smithi192 bash[34651]: debug 2024-03-21T13:30:27.892+0000 7fb7df61e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:30:29.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:28 smithi038 bash[14284]: cluster 2024-03-21T13:30:27.642332+0000 mgr.y (mgr.24361) 323 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:29.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:28 smithi038 bash[19780]: cluster 2024-03-21T13:30:27.642332+0000 mgr.y (mgr.24361) 323 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:29.177 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:28 smithi192 bash[14483]: cluster 2024-03-21T13:30:27.642332+0000 mgr.y (mgr.24361) 323 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:29.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[34651]: debug 2024-03-21T13:30:29.172+0000 7fb7df61e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:30:29.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[34651]: [21/Mar/2024:13:30:29] ENGINE Bus STARTING 2024-03-21T13:30:29.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[34651]: CherryPy Checker: 2024-03-21T13:30:29.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[34651]: The Application mounted at '' has an empty config. 2024-03-21T13:30:29.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[34651]: [21/Mar/2024:13:30:29] ENGINE Serving on http://:::9283 2024-03-21T13:30:29.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[34651]: [21/Mar/2024:13:30:29] ENGINE Bus STARTED 2024-03-21T13:30:29.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:29] "GET /metrics HTTP/1.1" 200 214826 "" "Prometheus/2.33.4" 2024-03-21T13:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[14483]: cluster 2024-03-21T13:30:29.180806+0000 mon.a (mon.0) 893 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[14483]: cluster 2024-03-21T13:30:29.181001+0000 mon.a (mon.0) 894 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[14483]: audit 2024-03-21T13:30:29.182284+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[14483]: audit 2024-03-21T13:30:29.183626+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[14483]: audit 2024-03-21T13:30:29.185728+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:29 smithi192 bash[14483]: audit 2024-03-21T13:30:29.187456+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:30:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14284]: cluster 2024-03-21T13:30:29.180806+0000 mon.a (mon.0) 893 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:30:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14284]: cluster 2024-03-21T13:30:29.181001+0000 mon.a (mon.0) 894 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:30:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14284]: audit 2024-03-21T13:30:29.182284+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:30:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14284]: audit 2024-03-21T13:30:29.183626+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:30:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14284]: audit 2024-03-21T13:30:29.185728+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:30:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[14284]: audit 2024-03-21T13:30:29.187456+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:30:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[19780]: cluster 2024-03-21T13:30:29.180806+0000 mon.a (mon.0) 893 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:30:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[19780]: cluster 2024-03-21T13:30:29.181001+0000 mon.a (mon.0) 894 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:30:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[19780]: audit 2024-03-21T13:30:29.182284+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:30:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[19780]: audit 2024-03-21T13:30:29.183626+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:30:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[19780]: audit 2024-03-21T13:30:29.185728+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:30:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:29 smithi038 bash[19780]: audit 2024-03-21T13:30:29.187456+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:30:31.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:30 smithi192 bash[14483]: cluster 2024-03-21T13:30:29.643077+0000 mgr.y (mgr.24361) 324 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:31.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:30 smithi192 bash[14483]: cluster 2024-03-21T13:30:29.779033+0000 mon.a (mon.0) 895 : cluster [DBG] mgrmap e22: y(active, since 7m), standbys: x 2024-03-21T13:30:31.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:30 smithi038 bash[14284]: cluster 2024-03-21T13:30:29.643077+0000 mgr.y (mgr.24361) 324 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:31.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:30 smithi038 bash[14284]: cluster 2024-03-21T13:30:29.779033+0000 mon.a (mon.0) 895 : cluster [DBG] mgrmap e22: y(active, since 7m), standbys: x 2024-03-21T13:30:31.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:30 smithi038 bash[19780]: cluster 2024-03-21T13:30:29.643077+0000 mgr.y (mgr.24361) 324 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:31.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:30 smithi038 bash[19780]: cluster 2024-03-21T13:30:29.779033+0000 mon.a (mon.0) 895 : cluster [DBG] mgrmap e22: y(active, since 7m), standbys: x 2024-03-21T13:30:31.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:31 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:31.564Z 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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:33.027 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14566]: ignoring --setuser ceph since I am not root 2024-03-21T13:30:33.027 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14566]: ignoring --setgroup ceph since I am not root 2024-03-21T13:30:33.027 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14566]: debug 2024-03-21T13:30:32.858+0000 7fddbdc0e700 1 -- 172.21.15.38:0/119794957 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55983f068340 con 0x55983fde4c00 2024-03-21T13:30:33.027 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: cluster 2024-03-21T13:30:31.644873+0000 mgr.y (mgr.24361) 325 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: audit 2024-03-21T13:30:31.778835+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: audit 2024-03-21T13:30:31.804445+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: audit 2024-03-21T13:30:31.817707+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: cephadm 2024-03-21T13:30:31.821375+0000 mgr.y (mgr.24361) 326 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: cephadm 2024-03-21T13:30:31.824621+0000 mgr.y (mgr.24361) 327 : cephadm [INF] Failing over to other MGR 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: audit 2024-03-21T13:30:31.825066+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[14284]: cluster 2024-03-21T13:30:31.832996+0000 mon.a (mon.0) 900 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: cluster 2024-03-21T13:30:31.644873+0000 mgr.y (mgr.24361) 325 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: audit 2024-03-21T13:30:31.778835+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: audit 2024-03-21T13:30:31.804445+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: audit 2024-03-21T13:30:31.817707+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: cephadm 2024-03-21T13:30:31.821375+0000 mgr.y (mgr.24361) 326 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:30:33.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: cephadm 2024-03-21T13:30:31.824621+0000 mgr.y (mgr.24361) 327 : cephadm [INF] Failing over to other MGR 2024-03-21T13:30:33.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: audit 2024-03-21T13:30:31.825066+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:30:33.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:32 smithi038 bash[19780]: cluster 2024-03-21T13:30:31.832996+0000 mon.a (mon.0) 900 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-21T13:30:33.042 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[34651]: [21/Mar/2024:13:30:32] ENGINE Bus STOPPING 2024-03-21T13:30:33.042 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[34651]: [21/Mar/2024:13:30:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:30:33.042 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[34651]: [21/Mar/2024:13:30:32] ENGINE Bus STOPPED 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: cluster 2024-03-21T13:30:31.644873+0000 mgr.y (mgr.24361) 325 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: audit 2024-03-21T13:30:31.778835+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: audit 2024-03-21T13:30:31.804445+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: audit 2024-03-21T13:30:31.817707+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: cephadm 2024-03-21T13:30:31.821375+0000 mgr.y (mgr.24361) 326 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: cephadm 2024-03-21T13:30:31.824621+0000 mgr.y (mgr.24361) 327 : cephadm [INF] Failing over to other MGR 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: audit 2024-03-21T13:30:31.825066+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:32 smithi192 bash[14483]: cluster 2024-03-21T13:30:31.832996+0000 mon.a (mon.0) 900 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-21T13:30:33.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14566]: debug 2024-03-21T13:30:33.022+0000 7fddc666a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:30:33.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[34651]: [21/Mar/2024:13:30:33] ENGINE Bus STARTING 2024-03-21T13:30:33.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[34651]: [21/Mar/2024:13:30:33] ENGINE Serving on http://:::9283 2024-03-21T13:30:33.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[34651]: [21/Mar/2024:13:30:33] ENGINE Bus STARTED 2024-03-21T13:30:33.828 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14566]: debug 2024-03-21T13:30:33.762+0000 7fddc666a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:30:33.828 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[38777]: level=error ts=2024-03-21T13:30:33.522Z 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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:33.828 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:33.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443//api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2024-03-21T13:30:33.828 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:33.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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:34.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14566]: debug 2024-03-21T13:30:33.902+0000 7fddc666a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:30:34.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14566]: debug 2024-03-21T13:30:34.070+0000 7fddc666a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:30:34.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.812382+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T13:30:34.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cluster 2024-03-21T13:30:32.812572+0000 mon.a (mon.0) 902 : cluster [DBG] mgrmap e23: x(active, starting, since 0.986171s) 2024-03-21T13:30:34.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.815869+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.816183+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.816527+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.817919+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.818419+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.818862+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.819512+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.819853+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.820150+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.820513+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.820815+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.821118+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.822208+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.822528+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.823342+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:30:34.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cluster 2024-03-21T13:30:32.873632+0000 mon.a (mon.0) 903 : cluster [INF] Manager daemon x is now available 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.944442+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:32.946103+0000 mgr.x (mgr.25064) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.960126+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:32.960231+0000 mgr.x (mgr.25064) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:32.961022+0000 mgr.x (mgr.25064) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:32.961135+0000 mgr.x (mgr.25064) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:32.974747+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.037119+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.045332+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.046797+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.094313+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.096119+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.150196+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: audit 2024-03-21T13:30:33.165601+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:33.522307+0000 mgr.x (mgr.25064) 5 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Bus STARTING 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:33.575429+0000 mgr.x (mgr.25064) 6 : cephadm [INF] Deploying cephadm binary to smithi192 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:33.579440+0000 mgr.x (mgr.25064) 7 : cephadm [INF] Deploying cephadm binary to smithi038 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[14284]: cephadm 2024-03-21T13:30:33.628711+0000 mgr.x (mgr.25064) 8 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Serving on http://172.21.15.192:8765 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.812382+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cluster 2024-03-21T13:30:32.812572+0000 mon.a (mon.0) 902 : cluster [DBG] mgrmap e23: x(active, starting, since 0.986171s) 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.815869+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.816183+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.816527+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.817919+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:30:34.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.818419+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.818862+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.819512+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.819853+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.820150+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.820513+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.820815+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.821118+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.822208+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.822528+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.823342+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cluster 2024-03-21T13:30:32.873632+0000 mon.a (mon.0) 903 : cluster [INF] Manager daemon x is now available 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.944442+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:32.946103+0000 mgr.x (mgr.25064) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.960126+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:32.960231+0000 mgr.x (mgr.25064) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:32.961022+0000 mgr.x (mgr.25064) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:32.961135+0000 mgr.x (mgr.25064) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:32.974747+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.037119+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.045332+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.046797+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.094313+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.096119+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.150196+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: audit 2024-03-21T13:30:33.165601+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:33.522307+0000 mgr.x (mgr.25064) 5 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Bus STARTING 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:33.575429+0000 mgr.x (mgr.25064) 6 : cephadm [INF] Deploying cephadm binary to smithi192 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:33.579440+0000 mgr.x (mgr.25064) 7 : cephadm [INF] Deploying cephadm binary to smithi038 2024-03-21T13:30:34.160 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:33 smithi038 bash[19780]: cephadm 2024-03-21T13:30:33.628711+0000 mgr.x (mgr.25064) 8 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Serving on http://172.21.15.192:8765 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.812382+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24361 172.21.15.38:0/313597601' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cluster 2024-03-21T13:30:32.812572+0000 mon.a (mon.0) 902 : cluster [DBG] mgrmap e23: x(active, starting, since 0.986171s) 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.815869+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.816183+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.816527+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.817919+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.818419+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.818862+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.819512+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.819853+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:30:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.820150+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.820513+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.820815+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.821118+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.822208+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.822528+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.823342+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cluster 2024-03-21T13:30:32.873632+0000 mon.a (mon.0) 903 : cluster [INF] Manager daemon x is now available 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.944442+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:32.946103+0000 mgr.x (mgr.25064) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.960126+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:32.960231+0000 mgr.x (mgr.25064) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:32.961022+0000 mgr.x (mgr.25064) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:32.961135+0000 mgr.x (mgr.25064) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:32.974747+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.037119+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.045332+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.046797+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.094313+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.096119+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.150196+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: audit 2024-03-21T13:30:33.165601+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:33.522307+0000 mgr.x (mgr.25064) 5 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Bus STARTING 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:33.575429+0000 mgr.x (mgr.25064) 6 : cephadm [INF] Deploying cephadm binary to smithi192 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:33.579440+0000 mgr.x (mgr.25064) 7 : cephadm [INF] Deploying cephadm binary to smithi038 2024-03-21T13:30:34.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:33 smithi192 bash[14483]: cephadm 2024-03-21T13:30:33.628711+0000 mgr.x (mgr.25064) 8 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Serving on http://172.21.15.192:8765 2024-03-21T13:30:34.723 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14566]: debug 2024-03-21T13:30:34.410+0000 7fddc666a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:30:34.723 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14566]: debug 2024-03-21T13:30:34.510+0000 7fddc666a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:30:35.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14566]: debug 2024-03-21T13:30:34.718+0000 7fddc666a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:30:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[19780]: cephadm 2024-03-21T13:30:33.779970+0000 mgr.x (mgr.25064) 9 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Serving on https://172.21.15.192:7150 2024-03-21T13:30:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[19780]: cephadm 2024-03-21T13:30:33.780347+0000 mgr.x (mgr.25064) 10 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Bus STARTED 2024-03-21T13:30:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[19780]: cluster 2024-03-21T13:30:33.821341+0000 mon.a (mon.0) 911 : cluster [DBG] mgrmap e24: x(active, since 1.99493s) 2024-03-21T13:30:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[19780]: cluster 2024-03-21T13:30:33.850885+0000 mgr.x (mgr.25064) 11 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:35.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[19780]: audit 2024-03-21T13:30:34.428128+0000 mgr.x (mgr.25064) 12 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:35.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14284]: cephadm 2024-03-21T13:30:33.779970+0000 mgr.x (mgr.25064) 9 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Serving on https://172.21.15.192:7150 2024-03-21T13:30:35.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14284]: cephadm 2024-03-21T13:30:33.780347+0000 mgr.x (mgr.25064) 10 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Bus STARTED 2024-03-21T13:30:35.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14284]: cluster 2024-03-21T13:30:33.821341+0000 mon.a (mon.0) 911 : cluster [DBG] mgrmap e24: x(active, since 1.99493s) 2024-03-21T13:30:35.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14284]: cluster 2024-03-21T13:30:33.850885+0000 mgr.x (mgr.25064) 11 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:35.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:34 smithi038 bash[14284]: audit 2024-03-21T13:30:34.428128+0000 mgr.x (mgr.25064) 12 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:34 smithi192 bash[14483]: cephadm 2024-03-21T13:30:33.779970+0000 mgr.x (mgr.25064) 9 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Serving on https://172.21.15.192:7150 2024-03-21T13:30:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:34 smithi192 bash[14483]: cephadm 2024-03-21T13:30:33.780347+0000 mgr.x (mgr.25064) 10 : cephadm [INF] [21/Mar/2024:13:30:33] ENGINE Bus STARTED 2024-03-21T13:30:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:34 smithi192 bash[14483]: cluster 2024-03-21T13:30:33.821341+0000 mon.a (mon.0) 911 : cluster [DBG] mgrmap e24: x(active, since 1.99493s) 2024-03-21T13:30:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:34 smithi192 bash[14483]: cluster 2024-03-21T13:30:33.850885+0000 mgr.x (mgr.25064) 11 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:34 smithi192 bash[14483]: audit 2024-03-21T13:30:34.428128+0000 mgr.x (mgr.25064) 12 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:35.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:35 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:35] "GET /metrics HTTP/1.1" 200 35146 "" "Prometheus/2.33.4" 2024-03-21T13:30:35.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:35 smithi038 bash[14284]: cluster 2024-03-21T13:30:34.822730+0000 mgr.x (mgr.25064) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:35.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:35 smithi038 bash[14566]: debug 2024-03-21T13:30:35.610+0000 7fddc666a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:30:35.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:35 smithi038 bash[14566]: debug 2024-03-21T13:30:35.722+0000 7fddc666a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:30:35.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:35 smithi038 bash[19780]: cluster 2024-03-21T13:30:34.822730+0000 mgr.x (mgr.25064) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:35 smithi192 bash[14483]: cluster 2024-03-21T13:30:34.822730+0000 mgr.x (mgr.25064) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:36.307 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:35 smithi038 bash[14566]: debug 2024-03-21T13:30:35.938+0000 7fddc666a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:30:36.550 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:30:36.651 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:36 smithi038 bash[14566]: debug 2024-03-21T13:30:36.302+0000 7fddc666a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:30:36.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:36 smithi038 bash[14566]: debug 2024-03-21T13:30:36.650+0000 7fddc666a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:30:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:36 smithi038 bash[14284]: cluster 2024-03-21T13:30:35.855135+0000 mon.a (mon.0) 912 : cluster [DBG] mgrmap e25: x(active, since 4s) 2024-03-21T13:30:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:36 smithi038 bash[14284]: audit 2024-03-21T13:30:36.527076+0000 mgr.x (mgr.25064) 14 : audit [DBG] from='client.25153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:36.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:36 smithi038 bash[19780]: cluster 2024-03-21T13:30:35.855135+0000 mon.a (mon.0) 912 : cluster [DBG] mgrmap e25: x(active, since 4s) 2024-03-21T13:30:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:36 smithi038 bash[19780]: audit 2024-03-21T13:30:36.527076+0000 mgr.x (mgr.25064) 14 : audit [DBG] from='client.25153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:36 smithi192 bash[14483]: cluster 2024-03-21T13:30:35.855135+0000 mon.a (mon.0) 912 : cluster [DBG] mgrmap e25: x(active, since 4s) 2024-03-21T13:30:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:36 smithi192 bash[14483]: audit 2024-03-21T13:30:36.527076+0000 mgr.x (mgr.25064) 14 : audit [DBG] from='client.25153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:37.324 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[14566]: debug 2024-03-21T13:30:37.038+0000 7fddc666a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:30:37.351 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:30:37.351 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (6m) 4m ago 6m 14.8M - ba2b418f427c df678bfcf1e3 2024-03-21T13:30:37.351 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (6m) 13s ago 6m 46.2M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:30:37.351 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (4m) 4m ago 4m 66.4M - 3.5 e1d6a67b021e 8d28c4f4e279 2024-03-21T13:30:37.351 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283 running (17s) 13s ago 12m 73.3M - 19.0.0-2267-g960fbbe4 19e12293512f 6b557bc36ded 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (15m) 4m ago 15m 452M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (15m) 4m ago 15m 52.4M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (13m) 13s ago 13m 44.5M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (13m) 4m ago 13m 41.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (7m) 4m ago 7m 14.3M - 1dbe0e931976 a43fd5ecfd0a 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (7m) 13s ago 7m 12.1M - 1dbe0e931976 bf256f15cf40 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (12m) 4m ago 12m 54.3M 4062M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (11m) 4m ago 11m 55.2M 4062M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (11m) 4m ago 11m 50.5M 4062M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (10m) 4m ago 10m 50.6M 4062M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (9m) 13s ago 9m 56.1M 4317M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (9m) 13s ago 9m 52.5M 4317M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (8m) 13s ago 8m 51.8M 4317M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (8m) 13s ago 8m 53.9M 4317M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:30:37.352 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (6m) 13s ago 7m 59.9M - 514e6a882f6e 60963ba33b49 2024-03-21T13:30:37.353 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (5m) 4m ago 5m 83.5M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:30:37.353 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (4m) 13s ago 4m 84.5M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:30:37.353 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (4m) 4m ago 4m 83.4M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:30:37.353 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (4m) 13s ago 4m 84.3M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:30:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[14566]: debug 2024-03-21T13:30:37.322+0000 7fddc666a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:37.802 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:30:37.803 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:30:38.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14566]: debug 2024-03-21T13:30:38.046+0000 7fddc666a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:30:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[19780]: cluster 2024-03-21T13:30:36.823466+0000 mgr.x (mgr.25064) 15 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[19780]: audit 2024-03-21T13:30:36.921762+0000 mgr.x (mgr.25064) 16 : audit [DBG] from='client.15255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[19780]: audit 2024-03-21T13:30:37.301228+0000 mgr.x (mgr.25064) 17 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[19780]: audit 2024-03-21T13:30:37.801435+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.38:0/3651433435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:30:38.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[14284]: cluster 2024-03-21T13:30:36.823466+0000 mgr.x (mgr.25064) 15 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:38.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[14284]: audit 2024-03-21T13:30:36.921762+0000 mgr.x (mgr.25064) 16 : audit [DBG] from='client.15255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[14284]: audit 2024-03-21T13:30:37.301228+0000 mgr.x (mgr.25064) 17 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:37 smithi038 bash[14284]: audit 2024-03-21T13:30:37.801435+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.38:0/3651433435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:30:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:37 smithi192 bash[14483]: cluster 2024-03-21T13:30:36.823466+0000 mgr.x (mgr.25064) 15 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:37 smithi192 bash[14483]: audit 2024-03-21T13:30:36.921762+0000 mgr.x (mgr.25064) 16 : audit [DBG] from='client.15255 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:37 smithi192 bash[14483]: audit 2024-03-21T13:30:37.301228+0000 mgr.x (mgr.25064) 17 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:37 smithi192 bash[14483]: audit 2024-03-21T13:30:37.801435+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.38:0/3651433435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "1/23 daemons upgraded", 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:30:38.215 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:30:38.441 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14566]: debug 2024-03-21T13:30:38.158+0000 7fddc666a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:30:38.441 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14566]: debug 2024-03-21T13:30:38.322+0000 7fddc666a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:30:38.664 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:30:38.886 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14566]: debug 2024-03-21T13:30:38.438+0000 7fddc666a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:30:38.886 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14566]: debug 2024-03-21T13:30:38.582+0000 7fddc666a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:30:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:38 smithi192 bash[14483]: audit 2024-03-21T13:30:38.207813+0000 mgr.x (mgr.25064) 18 : audit [DBG] from='client.25124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:38.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:38 smithi192 bash[14483]: audit 2024-03-21T13:30:38.663817+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.38:0/873883100' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:30:38.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:30:38 smithi192 bash[31020]: ts=2024-03-21T13:30:38.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: |\n OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked down and back up at {{ $value | humanize }} times once a minute for 5 minutes. This could indicate a network issue (latency, packet drop, disruption) on the clusters \"cluster network\". Check the network environment 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 OSD's to flap (mark each other out)\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.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:30:38.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:30:38 smithi192 bash[31020]: ts=2024-03-21T13:30:38.663Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephPGImbalance\nexpr: abs(((ceph_osd_numpg > 0) - on(job) group_left() avg by(job) (ceph_osd_numpg\n > 0)) / on(job) group_left() avg by(job) (ceph_osd_numpg > 0)) * on(ceph_daemon)\n group_left(hostname) ceph_osd_metadata > 0.3\nfor: 5m\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.5\n severity: warning\n type: ceph_default\nannotations:\n description: |\n OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} deviates by more than 30% from average PG count.\n summary: PG allocations are not balanced across devices\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.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:30:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14284]: audit 2024-03-21T13:30:38.207813+0000 mgr.x (mgr.25064) 18 : audit [DBG] from='client.25124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14284]: audit 2024-03-21T13:30:38.663817+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.38:0/873883100' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:30:39.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[14566]: debug 2024-03-21T13:30:38.882+0000 7fddc666a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:30:39.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:39 smithi038 bash[14566]: debug 2024-03-21T13:30:39.010+0000 7fddc666a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:30:39.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[19780]: audit 2024-03-21T13:30:38.207813+0000 mgr.x (mgr.25064) 18 : audit [DBG] from='client.25124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:39.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:38 smithi038 bash[19780]: audit 2024-03-21T13:30:38.663817+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.38:0/873883100' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:30:39.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:39 smithi038 bash[14566]: debug 2024-03-21T13:30:39.198+0000 7fddc666a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:30:39.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:39 smithi038 bash[14566]: debug 2024-03-21T13:30:39.326+0000 7fddc666a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:30:40.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:39 smithi038 bash[14284]: cluster 2024-03-21T13:30:38.823941+0000 mgr.x (mgr.25064) 19 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:40.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:39 smithi038 bash[19780]: cluster 2024-03-21T13:30:38.823941+0000 mgr.x (mgr.25064) 19 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:39 smithi192 bash[14483]: cluster 2024-03-21T13:30:38.823941+0000 mgr.x (mgr.25064) 19 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:40.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14566]: debug 2024-03-21T13:30:40.218+0000 7fddc666a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:30:40.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14566]: [21/Mar/2024:13:30:40] ENGINE Bus STARTING 2024-03-21T13:30:40.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14566]: CherryPy Checker: 2024-03-21T13:30:40.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14566]: The Application mounted at '' has an empty config. 2024-03-21T13:30:40.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14566]: [21/Mar/2024:13:30:40] ENGINE Serving on http://:::9283 2024-03-21T13:30:40.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14566]: [21/Mar/2024:13:30:40] ENGINE Bus STARTED 2024-03-21T13:30:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:40 smithi192 bash[14483]: cluster 2024-03-21T13:30:40.245449+0000 mon.a (mon.0) 914 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:30:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:40 smithi192 bash[14483]: audit 2024-03-21T13:30:40.252552+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:30:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:40 smithi192 bash[14483]: audit 2024-03-21T13:30:40.253615+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:30:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:40 smithi192 bash[14483]: audit 2024-03-21T13:30:40.258444+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:30:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:40 smithi192 bash[14483]: audit 2024-03-21T13:30:40.259173+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:30:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14284]: cluster 2024-03-21T13:30:40.245449+0000 mon.a (mon.0) 914 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:30:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14284]: audit 2024-03-21T13:30:40.252552+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:30:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14284]: audit 2024-03-21T13:30:40.253615+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:30:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14284]: audit 2024-03-21T13:30:40.258444+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:30:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[14284]: audit 2024-03-21T13:30:40.259173+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:30:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[19780]: cluster 2024-03-21T13:30:40.245449+0000 mon.a (mon.0) 914 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:30:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[19780]: audit 2024-03-21T13:30:40.252552+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:30:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[19780]: audit 2024-03-21T13:30:40.253615+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:30:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[19780]: audit 2024-03-21T13:30:40.258444+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:30:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:40 smithi038 bash[19780]: audit 2024-03-21T13:30:40.259173+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.? 172.21.15.38:0/3323645891' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:30:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:41 smithi192 bash[14483]: cluster 2024-03-21T13:30:40.825510+0000 mgr.x (mgr.25064) 20 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:30:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:41 smithi192 bash[14483]: audit 2024-03-21T13:30:40.928403+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:30:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:41 smithi192 bash[14483]: cluster 2024-03-21T13:30:40.933008+0000 mon.a (mon.0) 919 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2024-03-21T13:30:42.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:41 smithi038 bash[14284]: cluster 2024-03-21T13:30:40.825510+0000 mgr.x (mgr.25064) 20 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:30:42.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:41 smithi038 bash[14284]: audit 2024-03-21T13:30:40.928403+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:30:42.213 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:41 smithi038 bash[14284]: cluster 2024-03-21T13:30:40.933008+0000 mon.a (mon.0) 919 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2024-03-21T13:30:42.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:41 smithi038 bash[19780]: cluster 2024-03-21T13:30:40.825510+0000 mgr.x (mgr.25064) 20 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:30:42.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:41 smithi038 bash[19780]: audit 2024-03-21T13:30:40.928403+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:30:42.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:41 smithi038 bash[19780]: cluster 2024-03-21T13:30:40.933008+0000 mon.a (mon.0) 919 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2024-03-21T13:30:42.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:42 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:42.211Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:43.774 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:43 smithi038 bash[14284]: cluster 2024-03-21T13:30:42.826312+0000 mgr.x (mgr.25064) 21 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:30:43.775 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:43 smithi038 bash[38777]: level=error ts=2024-03-21T13:30:43.523Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:43.775 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:43 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:43.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:43.775 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:43 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:43.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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:44.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:43 smithi038 bash[19780]: cluster 2024-03-21T13:30:42.826312+0000 mgr.x (mgr.25064) 21 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:30:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:43 smithi192 bash[14483]: cluster 2024-03-21T13:30:42.826312+0000 mgr.x (mgr.25064) 21 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:30:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:44 smithi038 bash[14284]: audit 2024-03-21T13:30:44.439389+0000 mgr.x (mgr.25064) 22 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:45.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:44 smithi038 bash[19780]: audit 2024-03-21T13:30:44.439389+0000 mgr.x (mgr.25064) 22 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:45.183 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:44 smithi192 bash[14483]: audit 2024-03-21T13:30:44.439389+0000 mgr.x (mgr.25064) 22 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:45.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:45 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:45] "GET /metrics HTTP/1.1" 200 35146 "" "Prometheus/2.33.4" 2024-03-21T13:30:46.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:45 smithi038 bash[14284]: cluster 2024-03-21T13:30:44.828060+0000 mgr.x (mgr.25064) 23 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:30:46.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:45 smithi038 bash[19780]: cluster 2024-03-21T13:30:44.828060+0000 mgr.x (mgr.25064) 23 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:30:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:45 smithi192 bash[14483]: cluster 2024-03-21T13:30:44.828060+0000 mgr.x (mgr.25064) 23 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:30:48.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[14284]: cluster 2024-03-21T13:30:46.828811+0000 mgr.x (mgr.25064) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:48.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[14284]: audit 2024-03-21T13:30:47.459109+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[14284]: audit 2024-03-21T13:30:47.469148+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[14284]: audit 2024-03-21T13:30:47.481667+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[14284]: audit 2024-03-21T13:30:47.488144+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[14284]: audit 2024-03-21T13:30:48.044936+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[19780]: cluster 2024-03-21T13:30:46.828811+0000 mgr.x (mgr.25064) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[19780]: audit 2024-03-21T13:30:47.459109+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[19780]: audit 2024-03-21T13:30:47.469148+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[19780]: audit 2024-03-21T13:30:47.481667+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[19780]: audit 2024-03-21T13:30:47.488144+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:48 smithi038 bash[19780]: audit 2024-03-21T13:30:48.044936+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:48 smithi192 bash[14483]: cluster 2024-03-21T13:30:46.828811+0000 mgr.x (mgr.25064) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:48 smithi192 bash[14483]: audit 2024-03-21T13:30:47.459109+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:48 smithi192 bash[14483]: audit 2024-03-21T13:30:47.469148+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:48 smithi192 bash[14483]: audit 2024-03-21T13:30:47.481667+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:48 smithi192 bash[14483]: audit 2024-03-21T13:30:47.488144+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:48 smithi192 bash[14483]: audit 2024-03-21T13:30:48.044936+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:49.651 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.641991+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.655746+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.705057+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.716984+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.720506+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.721972+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.722986+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.724343+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.725341+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.726711+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.652 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.727629+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.729005+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[14284]: audit 2024-03-21T13:30:48.739253+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.641991+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.655746+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.705057+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.716984+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.720506+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.721972+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.722986+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.724343+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.653 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.725341+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.726711+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.727629+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.729005+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:49 smithi038 bash[19780]: audit 2024-03-21T13:30:48.739253+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.641991+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.655746+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.705057+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.716984+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.720506+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.721972+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.722986+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.724343+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.725341+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.726711+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.727629+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.729005+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:49 smithi192 bash[14483]: audit 2024-03-21T13:30:48.739253+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:50.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:50 smithi038 bash[14284]: cephadm 2024-03-21T13:30:48.729632+0000 mgr.x (mgr.25064) 25 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 2782M 2024-03-21T13:30:50.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:50 smithi038 bash[14284]: cluster 2024-03-21T13:30:48.829537+0000 mgr.x (mgr.25064) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:50.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:50 smithi038 bash[19780]: cephadm 2024-03-21T13:30:48.729632+0000 mgr.x (mgr.25064) 25 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 2782M 2024-03-21T13:30:50.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:50 smithi038 bash[19780]: cluster 2024-03-21T13:30:48.829537+0000 mgr.x (mgr.25064) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:50 smithi192 bash[14483]: cephadm 2024-03-21T13:30:48.729632+0000 mgr.x (mgr.25064) 25 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 2782M 2024-03-21T13:30:50.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:50 smithi192 bash[14483]: cluster 2024-03-21T13:30:48.829537+0000 mgr.x (mgr.25064) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:51.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:51 smithi192 bash[14483]: cluster 2024-03-21T13:30:50.831260+0000 mgr.x (mgr.25064) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:52.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:51 smithi038 bash[14284]: cluster 2024-03-21T13:30:50.831260+0000 mgr.x (mgr.25064) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:52.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:51 smithi038 bash[19780]: cluster 2024-03-21T13:30:50.831260+0000 mgr.x (mgr.25064) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:30:52.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:30:52 smithi192 bash[31020]: ts=2024-03-21T13:30:52.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.192:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:30:53.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:53 smithi038 bash[14284]: cluster 2024-03-21T13:30:52.832052+0000 mgr.x (mgr.25064) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:53.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:53 smithi038 bash[19780]: cluster 2024-03-21T13:30:52.832052+0000 mgr.x (mgr.25064) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:53.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:53 smithi038 bash[38777]: level=error ts=2024-03-21T13:30:53.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:53.905 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:53 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:53.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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:30:53.905 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:30:53 smithi038 bash[38777]: level=warn ts=2024-03-21T13:30:53.530Z 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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:30:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:53 smithi192 bash[14483]: cluster 2024-03-21T13:30:52.832052+0000 mgr.x (mgr.25064) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:55.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:54 smithi192 bash[14483]: audit 2024-03-21T13:30:54.449251+0000 mgr.x (mgr.25064) 29 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:54 smithi038 bash[14284]: audit 2024-03-21T13:30:54.449251+0000 mgr.x (mgr.25064) 29 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:55.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:54 smithi038 bash[19780]: audit 2024-03-21T13:30:54.449251+0000 mgr.x (mgr.25064) 29 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:30:55.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:30:55 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:55] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2024-03-21T13:30:55.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:55 smithi192 bash[14483]: cluster 2024-03-21T13:30:54.834139+0000 mgr.x (mgr.25064) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:56.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:55 smithi038 bash[14284]: cluster 2024-03-21T13:30:54.834139+0000 mgr.x (mgr.25064) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:56.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:55 smithi038 bash[19780]: cluster 2024-03-21T13:30:54.834139+0000 mgr.x (mgr.25064) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:30:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:57 smithi192 bash[14483]: cluster 2024-03-21T13:30:56.834935+0000 mgr.x (mgr.25064) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:57 smithi038 bash[14284]: cluster 2024-03-21T13:30:56.834935+0000 mgr.x (mgr.25064) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:58.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:57 smithi038 bash[19780]: cluster 2024-03-21T13:30:56.834935+0000 mgr.x (mgr.25064) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:30:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:30:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:30:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.563225+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.579136+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.581933+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.583573+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.584905+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.586526+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.587841+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.589505+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.590710+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.592287+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: cephadm 2024-03-21T13:30:58.593113+0000 mgr.x (mgr.25064) 32 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 3037M 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.603255+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.605013+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:58.607028+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: cephadm 2024-03-21T13:30:58.609651+0000 mgr.x (mgr.25064) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: cephadm 2024-03-21T13:30:58.610094+0000 mgr.x (mgr.25064) 34 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.387542+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.396346+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.410069+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.416340+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.426323+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.563225+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.579136+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.581933+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.583573+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.584905+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.586526+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.587841+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.589505+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.590710+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.592287+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: cephadm 2024-03-21T13:30:58.593113+0000 mgr.x (mgr.25064) 32 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 3037M 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.603255+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.605013+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:58.607028+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: cephadm 2024-03-21T13:30:58.609651+0000 mgr.x (mgr.25064) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: cephadm 2024-03-21T13:30:58.610094+0000 mgr.x (mgr.25064) 34 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.387542+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.396346+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.410069+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.416340+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.426323+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.506552+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.513566+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.657 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.519926+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[14284]: audit 2024-03-21T13:30:59.528057+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.506552+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.513566+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.519926+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[19780]: audit 2024-03-21T13:30:59.528057+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.563225+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.579136+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.581933+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.583573+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.584905+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.586526+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.587841+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.589505+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.590710+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.592287+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: cephadm 2024-03-21T13:30:58.593113+0000 mgr.x (mgr.25064) 32 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 3037M 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.603255+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.605013+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:58.607028+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: cephadm 2024-03-21T13:30:58.609651+0000 mgr.x (mgr.25064) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: cephadm 2024-03-21T13:30:58.610094+0000 mgr.x (mgr.25064) 34 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.387542+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.396346+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.410069+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.416340+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.426323+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.506552+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.513566+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.519926+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:30:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:30:59 smithi192 bash[14483]: audit 2024-03-21T13:30:59.528057+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:00.297 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:30:59 smithi038 systemd[1]: Stopping Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:31:00.297 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:30:59 smithi038 bash[48955]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter.a 2024-03-21T13:31:00.904 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[48965]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:31:00.904 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[49013]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter.a 2024-03-21T13:31:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:58.825610+0000 mgr.x (mgr.25064) 35 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:58.825983+0000 mgr.x (mgr.25064) 36 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cluster 2024-03-21T13:30:58.835889+0000 mgr.x (mgr.25064) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:59.042079+0000 mgr.x (mgr.25064) 38 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:59.042568+0000 mgr.x (mgr.25064) 39 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:59.207274+0000 mgr.x (mgr.25064) 40 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:59.207684+0000 mgr.x (mgr.25064) 41 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:59.529890+0000 mgr.x (mgr.25064) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[14284]: cephadm 2024-03-21T13:30:59.530720+0000 mgr.x (mgr.25064) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi038 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:58.825610+0000 mgr.x (mgr.25064) 35 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:58.825983+0000 mgr.x (mgr.25064) 36 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cluster 2024-03-21T13:30:58.835889+0000 mgr.x (mgr.25064) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:00.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:59.042079+0000 mgr.x (mgr.25064) 38 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:00.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:59.042568+0000 mgr.x (mgr.25064) 39 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:00.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:59.207274+0000 mgr.x (mgr.25064) 40 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:31:00.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:59.207684+0000 mgr.x (mgr.25064) 41 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:31:00.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:59.529890+0000 mgr.x (mgr.25064) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-21T13:31:00.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:00 smithi038 bash[19780]: cephadm 2024-03-21T13:30:59.530720+0000 mgr.x (mgr.25064) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi038 2024-03-21T13:31:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:58.825610+0000 mgr.x (mgr.25064) 35 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:58.825983+0000 mgr.x (mgr.25064) 36 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cluster 2024-03-21T13:30:58.835889+0000 mgr.x (mgr.25064) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:59.042079+0000 mgr.x (mgr.25064) 38 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:59.042568+0000 mgr.x (mgr.25064) 39 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:59.207274+0000 mgr.x (mgr.25064) 40 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:59.207684+0000 mgr.x (mgr.25064) 41 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:59.529890+0000 mgr.x (mgr.25064) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-21T13:31:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:00 smithi192 bash[14483]: cephadm 2024-03-21T13:30:59.530720+0000 mgr.x (mgr.25064) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi038 2024-03-21T13:31:01.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:01 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:31:01.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:01 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T13:31:01.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:01 smithi038 systemd[1]: Stopped Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:01.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:01 smithi038 systemd[1]: Started Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[14284]: cluster 2024-03-21T13:31:00.837698+0000 mgr.x (mgr.25064) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[14284]: audit 2024-03-21T13:31:01.107695+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[14284]: audit 2024-03-21T13:31:01.120117+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[14284]: cephadm 2024-03-21T13:31:01.149987+0000 mgr.x (mgr.25064) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[14284]: cephadm 2024-03-21T13:31:01.172498+0000 mgr.x (mgr.25064) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[19780]: cluster 2024-03-21T13:31:00.837698+0000 mgr.x (mgr.25064) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[19780]: audit 2024-03-21T13:31:01.107695+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[19780]: audit 2024-03-21T13:31:01.120117+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[19780]: cephadm 2024-03-21T13:31:01.149987+0000 mgr.x (mgr.25064) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T13:31:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[19780]: cephadm 2024-03-21T13:31:01.172498+0000 mgr.x (mgr.25064) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.226Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.226Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.226Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.226Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T13:31:02.406 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T13:31:02.407 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T13:31:02.408 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T13:31:02.409 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T13:31:02.410 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.227Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T13:31:02.410 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:31:02 smithi038 bash[49041]: ts=2024-03-21T13:31:02.228Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T13:31:02.461 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:02 smithi192 bash[31020]: ts=2024-03-21T13:31:02.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.192:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:02 smithi192 bash[14483]: cluster 2024-03-21T13:31:00.837698+0000 mgr.x (mgr.25064) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:02 smithi192 bash[14483]: audit 2024-03-21T13:31:01.107695+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:02 smithi192 bash[14483]: audit 2024-03-21T13:31:01.120117+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:02 smithi192 bash[14483]: cephadm 2024-03-21T13:31:01.149987+0000 mgr.x (mgr.25064) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T13:31:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:02 smithi192 bash[14483]: cephadm 2024-03-21T13:31:01.172498+0000 mgr.x (mgr.25064) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi038 2024-03-21T13:31:03.797 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[38777]: level=error ts=2024-03-21T13:31:03.524Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:31:03.797 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[38777]: level=warn ts=2024-03-21T13:31:03.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.192:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.192 because it doesn't contain any IP SANs" 2024-03-21T13:31:03.797 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[38777]: level=warn ts=2024-03-21T13:31:03.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.38:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2024-03-21T13:31:04.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[14284]: cluster 2024-03-21T13:31:02.838475+0000 mgr.x (mgr.25064) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:04.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[14284]: audit 2024-03-21T13:31:03.045522+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:04.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[19780]: cluster 2024-03-21T13:31:02.838475+0000 mgr.x (mgr.25064) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:04.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:03 smithi038 bash[19780]: audit 2024-03-21T13:31:03.045522+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:03 smithi192 bash[14483]: cluster 2024-03-21T13:31:02.838475+0000 mgr.x (mgr.25064) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:03 smithi192 bash[14483]: audit 2024-03-21T13:31:03.045522+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:04 smithi038 bash[14284]: audit 2024-03-21T13:31:04.459109+0000 mgr.x (mgr.25064) 48 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:05.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:04 smithi038 bash[19780]: audit 2024-03-21T13:31:04.459109+0000 mgr.x (mgr.25064) 48 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:05.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:04 smithi192 bash[14483]: audit 2024-03-21T13:31:04.459109+0000 mgr.x (mgr.25064) 48 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:05.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:05 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:05] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2024-03-21T13:31:06.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:05 smithi038 bash[14284]: cluster 2024-03-21T13:31:04.840137+0000 mgr.x (mgr.25064) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:06.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:05 smithi038 bash[19780]: cluster 2024-03-21T13:31:04.840137+0000 mgr.x (mgr.25064) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:05 smithi192 bash[14483]: cluster 2024-03-21T13:31:04.840137+0000 mgr.x (mgr.25064) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:07 smithi038 bash[14284]: cluster 2024-03-21T13:31:06.840925+0000 mgr.x (mgr.25064) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:08.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:07 smithi038 bash[19780]: cluster 2024-03-21T13:31:06.840925+0000 mgr.x (mgr.25064) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:07 smithi192 bash[14483]: cluster 2024-03-21T13:31:06.840925+0000 mgr.x (mgr.25064) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:09.092 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:31:09.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (6m) 22s ago 7m 19.4M - 0.23.0 ba2b418f427c df678bfcf1e3 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (7m) 22s ago 7m 47.4M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (5m) 22s ago 5m 48.4M - 3.5 e1d6a67b021e 8d28c4f4e279 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283 running (50s) 22s ago 13m 491M - 19.0.0-2267-g960fbbe4 19e12293512f 6b557bc36ded 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (15m) 22s ago 15m 404M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (15m) 22s ago 15m 59.7M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (13m) 22s ago 13m 48.8M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:31:09.890 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (13m) 22s ago 13m 46.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 starting - - - - 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (7m) 22s ago 7m 12.6M - 1.3.1 1dbe0e931976 bf256f15cf40 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (12m) 22s ago 13m 58.1M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (12m) 22s ago 12m 59.0M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (11m) 22s ago 11m 52.8M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (10m) 22s ago 11m 55.2M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (10m) 22s ago 10m 56.5M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (9m) 22s ago 9m 52.9M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (9m) 22s ago 9m 52.1M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (8m) 22s ago 8m 54.8M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (6m) 22s ago 7m 60.1M - 2.33.4 514e6a882f6e 60963ba33b49 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (5m) 22s ago 5m 85.3M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (5m) 22s ago 5m 85.3M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:31:09.891 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (5m) 22s ago 5m 85.0M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:31:09.892 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (5m) 22s ago 5m 84.9M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:31:10.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[14284]: cluster 2024-03-21T13:31:08.841747+0000 mgr.x (mgr.25064) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:10.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[14284]: audit 2024-03-21T13:31:09.075136+0000 mgr.x (mgr.25064) 52 : audit [DBG] from='client.15285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:10.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[14284]: audit 2024-03-21T13:31:09.470795+0000 mgr.x (mgr.25064) 53 : audit [DBG] from='client.25195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:10.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[19780]: cluster 2024-03-21T13:31:08.841747+0000 mgr.x (mgr.25064) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:10.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[19780]: audit 2024-03-21T13:31:09.075136+0000 mgr.x (mgr.25064) 52 : audit [DBG] from='client.15285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:10.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:09 smithi038 bash[19780]: audit 2024-03-21T13:31:09.470795+0000 mgr.x (mgr.25064) 53 : audit [DBG] from='client.25195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:09 smithi192 bash[14483]: cluster 2024-03-21T13:31:08.841747+0000 mgr.x (mgr.25064) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:09 smithi192 bash[14483]: audit 2024-03-21T13:31:09.075136+0000 mgr.x (mgr.25064) 52 : audit [DBG] from='client.15285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:09 smithi192 bash[14483]: audit 2024-03-21T13:31:09.470795+0000 mgr.x (mgr.25064) 53 : audit [DBG] from='client.25195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:31:10.355 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:31:10.356 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "1/23 daemons upgraded", 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:31:10.756 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:31:10.862 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:10 smithi038 systemd[1]: Stopping Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:31:10.862 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:10 smithi038 bash[49432]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T13:31:10.862 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:10 smithi038 bash[38777]: level=info ts=2024-03-21T13:31:10.791Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:31:11.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:10 smithi038 bash[14284]: audit 2024-03-21T13:31:09.863226+0000 mgr.x (mgr.25064) 54 : audit [DBG] from='client.15297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:11.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:10 smithi038 bash[14284]: audit 2024-03-21T13:31:10.354375+0000 mon.a (mon.0) 951 : audit [DBG] from='client.? 172.21.15.38:0/1846622350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:31:11.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:10 smithi038 bash[19780]: audit 2024-03-21T13:31:09.863226+0000 mgr.x (mgr.25064) 54 : audit [DBG] from='client.15297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:11.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:10 smithi038 bash[19780]: audit 2024-03-21T13:31:10.354375+0000 mon.a (mon.0) 951 : audit [DBG] from='client.? 172.21.15.38:0/1846622350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:31:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:10 smithi192 bash[14483]: audit 2024-03-21T13:31:09.863226+0000 mgr.x (mgr.25064) 54 : audit [DBG] from='client.15297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:10 smithi192 bash[14483]: audit 2024-03-21T13:31:10.354375+0000 mon.a (mon.0) 951 : audit [DBG] from='client.? 172.21.15.38:0/1846622350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:31:11.224 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:31:11.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[49442]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:31:11.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[49502]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T13:31:11.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:11 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:31:11.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:11 smithi038 systemd[1]: Stopped Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:11.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:11 smithi038 systemd[1]: Started Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:10.753820+0000 mgr.x (mgr.25064) 55 : audit [DBG] from='client.15309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: cluster 2024-03-21T13:31:10.843661+0000 mgr.x (mgr.25064) 56 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:11.223746+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.38:0/257451146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:11.666410+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:11.680781+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:11.716135+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:11.717877+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:31:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:11 smithi192 bash[14483]: audit 2024-03-21T13:31:11.727929+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:31:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:10.753820+0000 mgr.x (mgr.25064) 55 : audit [DBG] from='client.15309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: cluster 2024-03-21T13:31:10.843661+0000 mgr.x (mgr.25064) 56 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:11.223746+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.38:0/257451146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:31:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:11.666410+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:11.680781+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:11.716135+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:11.717877+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[14284]: audit 2024-03-21T13:31:11.727929+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:10.753820+0000 mgr.x (mgr.25064) 55 : audit [DBG] from='client.15309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: cluster 2024-03-21T13:31:10.843661+0000 mgr.x (mgr.25064) 56 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:11.223746+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.38:0/257451146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:11.666410+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:11.680781+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:11.716135+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:11.717877+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:31:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:11 smithi038 bash[19780]: audit 2024-03-21T13:31:11.727929+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:31:12.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:12 smithi192 bash[31020]: ts=2024-03-21T13:31: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.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.192:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:13.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:12 smithi192 bash[14483]: cephadm 2024-03-21T13:31:11.715278+0000 mgr.x (mgr.25064) 57 : cephadm [INF] Reconfiguring iscsi.foo.smithi038.qrctmt (dependencies changed)... 2024-03-21T13:31:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:12 smithi192 bash[14483]: cephadm 2024-03-21T13:31:11.729730+0000 mgr.x (mgr.25064) 58 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:31:13.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:12 smithi038 bash[14284]: cephadm 2024-03-21T13:31:11.715278+0000 mgr.x (mgr.25064) 57 : cephadm [INF] Reconfiguring iscsi.foo.smithi038.qrctmt (dependencies changed)... 2024-03-21T13:31:13.389 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:12 smithi038 bash[14284]: cephadm 2024-03-21T13:31:11.729730+0000 mgr.x (mgr.25064) 58 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:31:13.389 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:12 smithi038 bash[19780]: cephadm 2024-03-21T13:31:11.715278+0000 mgr.x (mgr.25064) 57 : cephadm [INF] Reconfiguring iscsi.foo.smithi038.qrctmt (dependencies changed)... 2024-03-21T13:31:13.390 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:12 smithi038 bash[19780]: cephadm 2024-03-21T13:31:11.729730+0000 mgr.x (mgr.25064) 58 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:31:13.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.489Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-21T13:31:13.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.489Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-21T13:31:13.654 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.491Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2024-03-21T13:31:13.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.492Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T13:31:13.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.548Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:31:13.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.549Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:31:13.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.552Z caller=main.go:518 msg=Listening address=:9093 2024-03-21T13:31:13.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:13.552Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-21T13:31:13.948 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:13 smithi192 bash[31020]: ts=2024-03-21T13:31:13.513Z caller=notifier.go:526 level=error component=notifier alertmanager=http://172.21.15.38:9093/api/v2/alerts count=5 msg="Error sending alert" err="Post \"http://172.21.15.38:9093/api/v2/alerts\": dial tcp 172.21.15.38:9093: connect: connection refused" 2024-03-21T13:31:13.948 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:13 smithi192 bash[14483]: cluster 2024-03-21T13:31:12.844465+0000 mgr.x (mgr.25064) 59 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:14.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[14284]: cluster 2024-03-21T13:31:12.844465+0000 mgr.x (mgr.25064) 59 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:14.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:13 smithi038 bash[19780]: cluster 2024-03-21T13:31:12.844465+0000 mgr.x (mgr.25064) 59 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:15.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:14 smithi038 bash[14284]: audit 2024-03-21T13:31:14.470519+0000 mgr.x (mgr.25064) 60 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:15.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:14 smithi038 bash[19780]: audit 2024-03-21T13:31:14.470519+0000 mgr.x (mgr.25064) 60 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:14 smithi192 bash[14483]: audit 2024-03-21T13:31:14.470519+0000 mgr.x (mgr.25064) 60 : audit [DBG] from='client.14940 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:15.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:15 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:15] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2024-03-21T13:31:15.884 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:15 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:15.493Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000530875s 2024-03-21T13:31:16.150 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:15 smithi038 bash[14284]: cluster 2024-03-21T13:31:14.846125+0000 mgr.x (mgr.25064) 61 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:16.151 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:15 smithi038 bash[19780]: cluster 2024-03-21T13:31:14.846125+0000 mgr.x (mgr.25064) 61 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:15 smithi192 bash[14483]: cluster 2024-03-21T13:31:14.846125+0000 mgr.x (mgr.25064) 61 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:17.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[14284]: audit 2024-03-21T13:31:16.087257+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:17.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[14284]: audit 2024-03-21T13:31:16.100898+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:17.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[14284]: cephadm 2024-03-21T13:31:16.108239+0000 mgr.x (mgr.25064) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:31:17.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[14284]: cephadm 2024-03-21T13:31:16.356843+0000 mgr.x (mgr.25064) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:31:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[19780]: audit 2024-03-21T13:31:16.087257+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[19780]: audit 2024-03-21T13:31:16.100898+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[19780]: cephadm 2024-03-21T13:31:16.108239+0000 mgr.x (mgr.25064) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:31:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:17 smithi038 bash[19780]: cephadm 2024-03-21T13:31:16.356843+0000 mgr.x (mgr.25064) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:31:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:17 smithi192 bash[14483]: audit 2024-03-21T13:31:16.087257+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:17 smithi192 bash[14483]: audit 2024-03-21T13:31:16.100898+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:17 smithi192 bash[14483]: cephadm 2024-03-21T13:31:16.108239+0000 mgr.x (mgr.25064) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:31:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:17 smithi192 bash[14483]: cephadm 2024-03-21T13:31:16.356843+0000 mgr.x (mgr.25064) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:31:18.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:18 smithi038 bash[14284]: cluster 2024-03-21T13:31:16.846894+0000 mgr.x (mgr.25064) 64 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:18.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:18 smithi038 bash[14284]: audit 2024-03-21T13:31:18.045234+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:18.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:18 smithi038 bash[19780]: cluster 2024-03-21T13:31:16.846894+0000 mgr.x (mgr.25064) 64 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:18.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:18 smithi038 bash[19780]: audit 2024-03-21T13:31:18.045234+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:18 smithi192 bash[14483]: cluster 2024-03-21T13:31:16.846894+0000 mgr.x (mgr.25064) 64 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:18 smithi192 bash[14483]: audit 2024-03-21T13:31:18.045234+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:19.398 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:19 smithi038 bash[14284]: audit 2024-03-21T13:31:18.237364+0000 mon.a (mon.0) 957 : audit [DBG] from='client.? 172.21.15.38:0/509337912' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:31:19.398 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:19 smithi038 bash[14284]: audit 2024-03-21T13:31:18.625585+0000 mon.a (mon.0) 958 : audit [INF] from='client.? 172.21.15.38:0/1211129031' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2645202325"}]: dispatch 2024-03-21T13:31:19.398 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:19 smithi038 bash[19780]: audit 2024-03-21T13:31:18.237364+0000 mon.a (mon.0) 957 : audit [DBG] from='client.? 172.21.15.38:0/509337912' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:31:19.398 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:19 smithi038 bash[19780]: audit 2024-03-21T13:31:18.625585+0000 mon.a (mon.0) 958 : audit [INF] from='client.? 172.21.15.38:0/1211129031' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2645202325"}]: dispatch 2024-03-21T13:31:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:19 smithi192 bash[14483]: audit 2024-03-21T13:31:18.237364+0000 mon.a (mon.0) 957 : audit [DBG] from='client.? 172.21.15.38:0/509337912' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:31:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:19 smithi192 bash[14483]: audit 2024-03-21T13:31:18.625585+0000 mon.a (mon.0) 958 : audit [INF] from='client.? 172.21.15.38:0/1211129031' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2645202325"}]: dispatch 2024-03-21T13:31:19.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:19 smithi038 bash[14566]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[19780]: cluster 2024-03-21T13:31:18.847409+0000 mgr.x (mgr.25064) 65 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[19780]: audit 2024-03-21T13:31:19.116054+0000 mon.a (mon.0) 959 : audit [INF] from='client.? 172.21.15.38:0/1211129031' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2645202325"}]': finished 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[19780]: cluster 2024-03-21T13:31:19.116174+0000 mon.a (mon.0) 960 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[19780]: audit 2024-03-21T13:31:19.512730+0000 mon.a (mon.0) 961 : audit [INF] from='client.? 172.21.15.38:0/2144030066' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4038577028"}]: dispatch 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[14284]: cluster 2024-03-21T13:31:18.847409+0000 mgr.x (mgr.25064) 65 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[14284]: audit 2024-03-21T13:31:19.116054+0000 mon.a (mon.0) 959 : audit [INF] from='client.? 172.21.15.38:0/1211129031' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2645202325"}]': finished 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[14284]: cluster 2024-03-21T13:31:19.116174+0000 mon.a (mon.0) 960 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-21T13:31:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:20 smithi038 bash[14284]: audit 2024-03-21T13:31:19.512730+0000 mon.a (mon.0) 961 : audit [INF] from='client.? 172.21.15.38:0/2144030066' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4038577028"}]: dispatch 2024-03-21T13:31:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:20 smithi192 bash[14483]: cluster 2024-03-21T13:31:18.847409+0000 mgr.x (mgr.25064) 65 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:20 smithi192 bash[14483]: audit 2024-03-21T13:31:19.116054+0000 mon.a (mon.0) 959 : audit [INF] from='client.? 172.21.15.38:0/1211129031' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2645202325"}]': finished 2024-03-21T13:31:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:20 smithi192 bash[14483]: cluster 2024-03-21T13:31:19.116174+0000 mon.a (mon.0) 960 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-21T13:31:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:20 smithi192 bash[14483]: audit 2024-03-21T13:31:19.512730+0000 mon.a (mon.0) 961 : audit [INF] from='client.? 172.21.15.38:0/2144030066' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4038577028"}]: dispatch 2024-03-21T13:31:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:21 smithi192 bash[14483]: audit 2024-03-21T13:31:20.149707+0000 mon.a (mon.0) 962 : audit [INF] from='client.? 172.21.15.38:0/2144030066' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4038577028"}]': finished 2024-03-21T13:31:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:21 smithi192 bash[14483]: cluster 2024-03-21T13:31:20.149968+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-21T13:31:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:21 smithi192 bash[14483]: audit 2024-03-21T13:31:20.545415+0000 mon.a (mon.0) 964 : audit [INF] from='client.? 172.21.15.38:0/1591992013' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/431774222"}]: dispatch 2024-03-21T13:31:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:21 smithi038 bash[19780]: audit 2024-03-21T13:31:20.149707+0000 mon.a (mon.0) 962 : audit [INF] from='client.? 172.21.15.38:0/2144030066' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4038577028"}]': finished 2024-03-21T13:31:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:21 smithi038 bash[19780]: cluster 2024-03-21T13:31:20.149968+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-21T13:31:21.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:21 smithi038 bash[19780]: audit 2024-03-21T13:31:20.545415+0000 mon.a (mon.0) 964 : audit [INF] from='client.? 172.21.15.38:0/1591992013' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/431774222"}]: dispatch 2024-03-21T13:31:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:21 smithi038 bash[14284]: audit 2024-03-21T13:31:20.149707+0000 mon.a (mon.0) 962 : audit [INF] from='client.? 172.21.15.38:0/2144030066' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4038577028"}]': finished 2024-03-21T13:31:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:21 smithi038 bash[14284]: cluster 2024-03-21T13:31:20.149968+0000 mon.a (mon.0) 963 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-21T13:31:21.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:21 smithi038 bash[14284]: audit 2024-03-21T13:31:20.545415+0000 mon.a (mon.0) 964 : audit [INF] from='client.? 172.21.15.38:0/1591992013' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/431774222"}]: dispatch 2024-03-21T13:31:22.461 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:22 smithi192 bash[31020]: ts=2024-03-21T13:31:22.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.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.192:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:22 smithi192 bash[14483]: cluster 2024-03-21T13:31:20.848158+0000 mgr.x (mgr.25064) 66 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 1 op/s 2024-03-21T13:31:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:22 smithi192 bash[14483]: audit 2024-03-21T13:31:21.154367+0000 mon.a (mon.0) 965 : audit [INF] from='client.? 172.21.15.38:0/1591992013' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/431774222"}]': finished 2024-03-21T13:31:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:22 smithi192 bash[14483]: cluster 2024-03-21T13:31:21.154469+0000 mon.a (mon.0) 966 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-21T13:31:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:22 smithi192 bash[14483]: audit 2024-03-21T13:31:21.555245+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.38:0/850174316' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]: dispatch 2024-03-21T13:31:22.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:22 smithi192 bash[14483]: audit 2024-03-21T13:31:21.556064+0000 mon.a (mon.0) 967 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]: dispatch 2024-03-21T13:31:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[14284]: cluster 2024-03-21T13:31:20.848158+0000 mgr.x (mgr.25064) 66 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 1 op/s 2024-03-21T13:31:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[14284]: audit 2024-03-21T13:31:21.154367+0000 mon.a (mon.0) 965 : audit [INF] from='client.? 172.21.15.38:0/1591992013' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/431774222"}]': finished 2024-03-21T13:31:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[14284]: cluster 2024-03-21T13:31:21.154469+0000 mon.a (mon.0) 966 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-21T13:31:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[14284]: audit 2024-03-21T13:31:21.555245+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.38:0/850174316' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]: dispatch 2024-03-21T13:31:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[14284]: audit 2024-03-21T13:31:21.556064+0000 mon.a (mon.0) 967 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]: dispatch 2024-03-21T13:31:22.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[19780]: cluster 2024-03-21T13:31:20.848158+0000 mgr.x (mgr.25064) 66 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 1 op/s 2024-03-21T13:31:22.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[19780]: audit 2024-03-21T13:31:21.154367+0000 mon.a (mon.0) 965 : audit [INF] from='client.? 172.21.15.38:0/1591992013' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/431774222"}]': finished 2024-03-21T13:31:22.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[19780]: cluster 2024-03-21T13:31:21.154469+0000 mon.a (mon.0) 966 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-21T13:31:22.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[19780]: audit 2024-03-21T13:31:21.555245+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.38:0/850174316' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]: dispatch 2024-03-21T13:31:22.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:22 smithi038 bash[19780]: audit 2024-03-21T13:31:21.556064+0000 mon.a (mon.0) 967 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]: dispatch 2024-03-21T13:31:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:23 smithi192 bash[14483]: audit 2024-03-21T13:31:22.169333+0000 mon.a (mon.0) 968 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]': finished 2024-03-21T13:31:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:23 smithi192 bash[14483]: cluster 2024-03-21T13:31:22.169504+0000 mon.a (mon.0) 969 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-21T13:31:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:23 smithi192 bash[14483]: audit 2024-03-21T13:31:22.570744+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.38:0/1257490034' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]: dispatch 2024-03-21T13:31:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:23 smithi192 bash[14483]: audit 2024-03-21T13:31:22.571727+0000 mon.a (mon.0) 970 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]: dispatch 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[14284]: audit 2024-03-21T13:31:22.169333+0000 mon.a (mon.0) 968 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]': finished 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[14284]: cluster 2024-03-21T13:31:22.169504+0000 mon.a (mon.0) 969 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[14284]: audit 2024-03-21T13:31:22.570744+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.38:0/1257490034' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]: dispatch 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[14284]: audit 2024-03-21T13:31:22.571727+0000 mon.a (mon.0) 970 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]: dispatch 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[19780]: audit 2024-03-21T13:31:22.169333+0000 mon.a (mon.0) 968 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2080758502"}]': finished 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[19780]: cluster 2024-03-21T13:31:22.169504+0000 mon.a (mon.0) 969 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[19780]: audit 2024-03-21T13:31:22.570744+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.38:0/1257490034' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]: dispatch 2024-03-21T13:31:23.497 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[19780]: audit 2024-03-21T13:31:22.571727+0000 mon.a (mon.0) 970 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]: dispatch 2024-03-21T13:31:23.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:31:23 smithi038 bash[49531]: level=info ts=2024-03-21T13:31:23.496Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003407908s 2024-03-21T13:31:24.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:24 smithi192 bash[14483]: cluster 2024-03-21T13:31:22.848973+0000 mgr.x (mgr.25064) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-21T13:31:24.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:24 smithi192 bash[14483]: audit 2024-03-21T13:31:23.193988+0000 mon.a (mon.0) 971 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]': finished 2024-03-21T13:31:24.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:24 smithi192 bash[14483]: cluster 2024-03-21T13:31:23.194299+0000 mon.a (mon.0) 972 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-21T13:31:24.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:24 smithi192 bash[14483]: audit 2024-03-21T13:31:23.588853+0000 mon.a (mon.0) 973 : audit [INF] from='client.? 172.21.15.38:0/1070494501' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2842491788"}]: dispatch 2024-03-21T13:31:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[14284]: cluster 2024-03-21T13:31:22.848973+0000 mgr.x (mgr.25064) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-21T13:31:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[14284]: audit 2024-03-21T13:31:23.193988+0000 mon.a (mon.0) 971 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]': finished 2024-03-21T13:31:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[14284]: cluster 2024-03-21T13:31:23.194299+0000 mon.a (mon.0) 972 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-21T13:31:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[14284]: audit 2024-03-21T13:31:23.588853+0000 mon.a (mon.0) 973 : audit [INF] from='client.? 172.21.15.38:0/1070494501' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2842491788"}]: dispatch 2024-03-21T13:31:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[19780]: cluster 2024-03-21T13:31:22.848973+0000 mgr.x (mgr.25064) 67 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-21T13:31:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[19780]: audit 2024-03-21T13:31:23.193988+0000 mon.a (mon.0) 971 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/431774222"}]': finished 2024-03-21T13:31:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[19780]: cluster 2024-03-21T13:31:23.194299+0000 mon.a (mon.0) 972 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-21T13:31:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:24 smithi038 bash[19780]: audit 2024-03-21T13:31:23.588853+0000 mon.a (mon.0) 973 : audit [INF] from='client.? 172.21.15.38:0/1070494501' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2842491788"}]: dispatch 2024-03-21T13:31:25.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:25 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:25] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.33.4" 2024-03-21T13:31:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:25 smithi192 bash[14483]: audit 2024-03-21T13:31:24.218187+0000 mon.a (mon.0) 974 : audit [INF] from='client.? 172.21.15.38:0/1070494501' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2842491788"}]': finished 2024-03-21T13:31:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:25 smithi192 bash[14483]: cluster 2024-03-21T13:31:24.218521+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-21T13:31:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:25 smithi192 bash[14483]: audit 2024-03-21T13:31:24.609902+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.38:0/539108617' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]: dispatch 2024-03-21T13:31:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:25 smithi192 bash[14483]: audit 2024-03-21T13:31:24.610821+0000 mon.a (mon.0) 976 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]: dispatch 2024-03-21T13:31:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[14284]: audit 2024-03-21T13:31:24.218187+0000 mon.a (mon.0) 974 : audit [INF] from='client.? 172.21.15.38:0/1070494501' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2842491788"}]': finished 2024-03-21T13:31:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[14284]: cluster 2024-03-21T13:31:24.218521+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-21T13:31:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[14284]: audit 2024-03-21T13:31:24.609902+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.38:0/539108617' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]: dispatch 2024-03-21T13:31:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[14284]: audit 2024-03-21T13:31:24.610821+0000 mon.a (mon.0) 976 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]: dispatch 2024-03-21T13:31:25.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[19780]: audit 2024-03-21T13:31:24.218187+0000 mon.a (mon.0) 974 : audit [INF] from='client.? 172.21.15.38:0/1070494501' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2842491788"}]': finished 2024-03-21T13:31:25.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[19780]: cluster 2024-03-21T13:31:24.218521+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-21T13:31:25.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[19780]: audit 2024-03-21T13:31:24.609902+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.38:0/539108617' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]: dispatch 2024-03-21T13:31:25.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:25 smithi038 bash[19780]: audit 2024-03-21T13:31:24.610821+0000 mon.a (mon.0) 976 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]: dispatch 2024-03-21T13:31:26.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:26 smithi038 bash[14284]: cluster 2024-03-21T13:31:24.849786+0000 mgr.x (mgr.25064) 68 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:26.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:26 smithi038 bash[14284]: audit 2024-03-21T13:31:25.240984+0000 mon.a (mon.0) 977 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]': finished 2024-03-21T13:31:26.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:26 smithi038 bash[14284]: cluster 2024-03-21T13:31:25.241108+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-21T13:31:26.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:26 smithi038 bash[19780]: cluster 2024-03-21T13:31:24.849786+0000 mgr.x (mgr.25064) 68 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:26.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:26 smithi038 bash[19780]: audit 2024-03-21T13:31:25.240984+0000 mon.a (mon.0) 977 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]': finished 2024-03-21T13:31:26.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:26 smithi038 bash[19780]: cluster 2024-03-21T13:31:25.241108+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-21T13:31:26.670 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:26 smithi192 bash[14483]: cluster 2024-03-21T13:31:24.849786+0000 mgr.x (mgr.25064) 68 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:26.671 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:26 smithi192 bash[14483]: audit 2024-03-21T13:31:25.240984+0000 mon.a (mon.0) 977 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2891848203"}]': finished 2024-03-21T13:31:26.671 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:26 smithi192 bash[14483]: cluster 2024-03-21T13:31:25.241108+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-21T13:31:28.253 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:27 smithi192 systemd[1]: Stopping Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:31:28.253 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[36629]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:31:28.253 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.094Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.094Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.094Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.094Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.094Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.094Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.095Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.095Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.095Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.096Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.096Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:31:28.254 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[31020]: ts=2024-03-21T13:31:28.096Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:31:28.650 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[14483]: cluster 2024-03-21T13:31:26.850536+0000 mgr.x (mgr.25064) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:31:28.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:28 smithi038 bash[14284]: cluster 2024-03-21T13:31:26.850536+0000 mgr.x (mgr.25064) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:31:28.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:28 smithi038 bash[19780]: cluster 2024-03-21T13:31:26.850536+0000 mgr.x (mgr.25064) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:31:28.907 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[36637]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:31:28.907 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 bash[36674]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:31:28.907 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:31:28.907 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 systemd[1]: Stopped Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:28.907 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:28 smithi192 systemd[1]: Started Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:29.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:29 smithi192 bash[14483]: audit 2024-03-21T13:31:27.892377+0000 mgr.x (mgr.25064) 70 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:29.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:29 smithi192 bash[14483]: audit 2024-03-21T13:31:28.895978+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:29.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:29 smithi192 bash[14483]: audit 2024-03-21T13:31:28.908523+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:29.564 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:29 smithi192 systemd[1]: Stopping Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:31:29.564 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:29 smithi192 bash[36725]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter.b 2024-03-21T13:31:29.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:29 smithi038 bash[14284]: audit 2024-03-21T13:31:27.892377+0000 mgr.x (mgr.25064) 70 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:29.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:29 smithi038 bash[14284]: audit 2024-03-21T13:31:28.895978+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:29.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:29 smithi038 bash[14284]: audit 2024-03-21T13:31:28.908523+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:29.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:29 smithi038 bash[19780]: audit 2024-03-21T13:31:27.892377+0000 mgr.x (mgr.25064) 70 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:29.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:29 smithi038 bash[19780]: audit 2024-03-21T13:31:28.895978+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:29.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:29 smithi038 bash[19780]: audit 2024-03-21T13:31:28.908523+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:30.568 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[14483]: cluster 2024-03-21T13:31:28.851054+0000 mgr.x (mgr.25064) 71 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-21T13:31:30.568 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[14483]: cephadm 2024-03-21T13:31:28.957731+0000 mgr.x (mgr.25064) 72 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-21T13:31:30.568 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[14483]: cephadm 2024-03-21T13:31:28.959002+0000 mgr.x (mgr.25064) 73 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi192 2024-03-21T13:31:30.568 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36734]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:31:30.569 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36800]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter.b 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.460Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.460Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.460Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.460Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi192 (none))" 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.460Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.460Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.463Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.463Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.465Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.471Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:31:30.569 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.471Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.016µs 2024-03-21T13:31:30.570 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.471Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:31:30.635 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:30 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:31:30.635 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:30 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:31:30.635 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:30 smithi192 systemd[1]: Stopped Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:30.635 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:30 smithi192 systemd[1]: Started Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:30.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:30 smithi038 bash[19780]: cluster 2024-03-21T13:31:28.851054+0000 mgr.x (mgr.25064) 71 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-21T13:31:30.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:30 smithi038 bash[19780]: cephadm 2024-03-21T13:31:28.957731+0000 mgr.x (mgr.25064) 72 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-21T13:31:30.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:30 smithi038 bash[19780]: cephadm 2024-03-21T13:31:28.959002+0000 mgr.x (mgr.25064) 73 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi192 2024-03-21T13:31:30.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:30 smithi038 bash[14284]: cluster 2024-03-21T13:31:28.851054+0000 mgr.x (mgr.25064) 71 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-21T13:31:30.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:30 smithi038 bash[14284]: cephadm 2024-03-21T13:31:28.957731+0000 mgr.x (mgr.25064) 72 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-21T13:31:30.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:30 smithi038 bash[14284]: cephadm 2024-03-21T13:31:28.959002+0000 mgr.x (mgr.25064) 73 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi192 2024-03-21T13:31:30.914 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.639Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.911Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.911Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.911Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=66.928µs wal_replay_duration=440.595463ms total_replay_duration=440.691833ms 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.919Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.919Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.919Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.954Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=35.386124ms db_storage=1.24µs remote_storage=3.09µs web_handler=627ns query_engine=1.227µs scrape=668.072µs scrape_sd=334.839µs notify=37.675µs notify_sd=35.744µs rules=33.199388ms 2024-03-21T13:31:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:30 smithi192 bash[36703]: ts=2024-03-21T13:31:30.954Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:31:31.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[14284]: audit 2024-03-21T13:31:30.630852+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[14284]: audit 2024-03-21T13:31:30.644737+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[14284]: audit 2024-03-21T13:31:30.761261+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[14284]: audit 2024-03-21T13:31:30.770311+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[14284]: audit 2024-03-21T13:31:30.774239+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:31:31.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[19780]: audit 2024-03-21T13:31:30.630852+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[19780]: audit 2024-03-21T13:31:30.644737+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[19780]: audit 2024-03-21T13:31:30.761261+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[19780]: audit 2024-03-21T13:31:30.770311+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:31 smithi038 bash[19780]: audit 2024-03-21T13:31:30.774239+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:31:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[14483]: audit 2024-03-21T13:31:30.630852+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[14483]: audit 2024-03-21T13:31:30.644737+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[14483]: audit 2024-03-21T13:31:30.761261+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[14483]: audit 2024-03-21T13:31:30.770311+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[14483]: audit 2024-03-21T13:31:30.774239+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:31:31.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.787Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T13:31:31.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.787Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T13:31:31.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.789Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T13:31:31.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T13:31:31.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T13:31:31.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T13:31:31.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:31:31 smithi192 bash[36860]: ts=2024-03-21T13:31:31.790Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T13:31:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[14284]: cephadm 2024-03-21T13:31:30.678385+0000 mgr.x (mgr.25064) 74 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-21T13:31:32.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[14284]: cephadm 2024-03-21T13:31:30.695327+0000 mgr.x (mgr.25064) 75 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[14284]: audit 2024-03-21T13:31:30.774907+0000 mgr.x (mgr.25064) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[14284]: cephadm 2024-03-21T13:31:30.780745+0000 mgr.x (mgr.25064) 77 : cephadm [INF] Reconfiguring daemon grafana.a on smithi192 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[14284]: cluster 2024-03-21T13:31:30.852027+0000 mgr.x (mgr.25064) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[19780]: cephadm 2024-03-21T13:31:30.678385+0000 mgr.x (mgr.25064) 74 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[19780]: cephadm 2024-03-21T13:31:30.695327+0000 mgr.x (mgr.25064) 75 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[19780]: audit 2024-03-21T13:31:30.774907+0000 mgr.x (mgr.25064) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[19780]: cephadm 2024-03-21T13:31:30.780745+0000 mgr.x (mgr.25064) 77 : cephadm [INF] Reconfiguring daemon grafana.a on smithi192 2024-03-21T13:31:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:32 smithi038 bash[19780]: cluster 2024-03-21T13:31:30.852027+0000 mgr.x (mgr.25064) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:31:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:32 smithi192 bash[14483]: cephadm 2024-03-21T13:31:30.678385+0000 mgr.x (mgr.25064) 74 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-21T13:31:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:32 smithi192 bash[14483]: cephadm 2024-03-21T13:31:30.695327+0000 mgr.x (mgr.25064) 75 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:31:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:32 smithi192 bash[14483]: audit 2024-03-21T13:31:30.774907+0000 mgr.x (mgr.25064) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:31:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:32 smithi192 bash[14483]: cephadm 2024-03-21T13:31:30.780745+0000 mgr.x (mgr.25064) 77 : cephadm [INF] Reconfiguring daemon grafana.a on smithi192 2024-03-21T13:31:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:32 smithi192 bash[14483]: cluster 2024-03-21T13:31:30.852027+0000 mgr.x (mgr.25064) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:31:34.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:33 smithi038 bash[14284]: cluster 2024-03-21T13:31:32.852719+0000 mgr.x (mgr.25064) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 592 B/s rd, 0 op/s 2024-03-21T13:31:34.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:33 smithi038 bash[14284]: audit 2024-03-21T13:31:33.047369+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:34.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:33 smithi038 bash[19780]: cluster 2024-03-21T13:31:32.852719+0000 mgr.x (mgr.25064) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 592 B/s rd, 0 op/s 2024-03-21T13:31:34.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:33 smithi038 bash[19780]: audit 2024-03-21T13:31:33.047369+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:33 smithi192 bash[14483]: cluster 2024-03-21T13:31:32.852719+0000 mgr.x (mgr.25064) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 592 B/s rd, 0 op/s 2024-03-21T13:31:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:33 smithi192 bash[14483]: audit 2024-03-21T13:31:33.047369+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:35 smithi192 bash[14483]: cluster 2024-03-21T13:31:34.854332+0000 mgr.x (mgr.25064) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:31:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:35 smithi038 bash[14284]: cluster 2024-03-21T13:31:34.854332+0000 mgr.x (mgr.25064) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:31:36.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:35 smithi038 bash[19780]: cluster 2024-03-21T13:31:34.854332+0000 mgr.x (mgr.25064) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:31:38.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:37 smithi038 bash[14284]: cluster 2024-03-21T13:31:36.854845+0000 mgr.x (mgr.25064) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-03-21T13:31:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:37 smithi038 bash[19780]: cluster 2024-03-21T13:31:36.854845+0000 mgr.x (mgr.25064) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-03-21T13:31:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:37 smithi192 bash[14483]: cluster 2024-03-21T13:31:36.854845+0000 mgr.x (mgr.25064) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-03-21T13:31:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:38 smithi192 bash[14483]: audit 2024-03-21T13:31:37.899083+0000 mgr.x (mgr.25064) 82 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:39.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:38 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:38] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2024-03-21T13:31:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:38 smithi038 bash[14284]: audit 2024-03-21T13:31:37.899083+0000 mgr.x (mgr.25064) 82 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:39.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:38 smithi038 bash[19780]: audit 2024-03-21T13:31:37.899083+0000 mgr.x (mgr.25064) 82 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:39.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:39 smithi192 bash[14483]: cluster 2024-03-21T13:31:38.855852+0000 mgr.x (mgr.25064) 83 : 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-03-21T13:31:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:39 smithi038 bash[14284]: cluster 2024-03-21T13:31:38.855852+0000 mgr.x (mgr.25064) 83 : 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-03-21T13:31:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:39 smithi038 bash[19780]: cluster 2024-03-21T13:31:38.855852+0000 mgr.x (mgr.25064) 83 : 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-03-21T13:31:41.635 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:31:42.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:41 smithi038 bash[19780]: cluster 2024-03-21T13:31:40.856997+0000 mgr.x (mgr.25064) 84 : 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-03-21T13:31:42.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:41 smithi038 bash[19780]: audit 2024-03-21T13:31:41.617500+0000 mgr.x (mgr.25064) 85 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:42.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:41 smithi038 bash[14284]: cluster 2024-03-21T13:31:40.856997+0000 mgr.x (mgr.25064) 84 : 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-03-21T13:31:42.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:41 smithi038 bash[14284]: audit 2024-03-21T13:31:41.617500+0000 mgr.x (mgr.25064) 85 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 starting - - - - 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (7m) 54s ago 7m 47.4M - 8.3.5 dad864ee21e9 8ab25ef80612 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 starting - - - - 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283 running (82s) 54s ago 14m 491M - 19.0.0-2267-g960fbbe4 19e12293512f 6b557bc36ded 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:9283 running (16m) 54s ago 16m 404M - 17.2.0 e1d6a67b021e dde2af0dccd2 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (16m) 54s ago 16m 59.7M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (14m) 54s ago 14m 48.8M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:31:42.428 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (14m) 54s ago 14m 46.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 starting - - - - 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 starting - - - - 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (13m) 54s ago 13m 58.1M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (12m) 54s ago 12m 59.0M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (12m) 54s ago 12m 52.8M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (11m) 54s ago 11m 55.2M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (10m) 54s ago 10m 56.5M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (10m) 54s ago 10m 52.9M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (9m) 54s ago 9m 52.1M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (9m) 54s ago 9m 54.8M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 starting - - - - 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (6m) 54s ago 6m 85.3M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (6m) 54s ago 6m 85.3M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:31:42.429 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (5m) 54s ago 5m 85.0M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:31:42.430 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (5m) 54s ago 5m 84.9M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:31:42.503 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:41 smithi192 bash[14483]: cluster 2024-03-21T13:31:40.856997+0000 mgr.x (mgr.25064) 84 : 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-03-21T13:31:42.503 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:41 smithi192 bash[14483]: audit 2024-03-21T13:31:41.617500+0000 mgr.x (mgr.25064) 85 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:42.884 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:31:42.884 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:31:42.885 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:31:43.263 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:31:43.263 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:31:43.263 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:31:43.263 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:31:43.263 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:31:43.263 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "1/23 daemons upgraded", 2024-03-21T13:31:43.264 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2024-03-21T13:31:43.264 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:31:43.264 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:31:43.372 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:42 smithi192 bash[14483]: audit 2024-03-21T13:31:42.020054+0000 mgr.x (mgr.25064) 86 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:43.372 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:42 smithi192 bash[14483]: audit 2024-03-21T13:31:42.404962+0000 mgr.x (mgr.25064) 87 : audit [DBG] from='client.15399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:43.372 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:42 smithi192 bash[14483]: audit 2024-03-21T13:31:42.883725+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.38:0/1146495728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:31:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:42 smithi038 bash[14284]: audit 2024-03-21T13:31:42.020054+0000 mgr.x (mgr.25064) 86 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:42 smithi038 bash[14284]: audit 2024-03-21T13:31:42.404962+0000 mgr.x (mgr.25064) 87 : audit [DBG] from='client.15399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:42 smithi038 bash[14284]: audit 2024-03-21T13:31:42.883725+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.38:0/1146495728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:31:43.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:42 smithi038 bash[19780]: audit 2024-03-21T13:31:42.020054+0000 mgr.x (mgr.25064) 86 : audit [DBG] from='client.25297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:43.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:42 smithi038 bash[19780]: audit 2024-03-21T13:31:42.404962+0000 mgr.x (mgr.25064) 87 : audit [DBG] from='client.15399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:43.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:42 smithi038 bash[19780]: audit 2024-03-21T13:31:42.883725+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.38:0/1146495728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:31:43.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:43 smithi192 bash[36703]: ts=2024-03-21T13:31:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi192\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi192\", job=\"node\", machine=\"x86_64\", nodename=\"smithi192\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi192\", job=\"node\", machine=\"x86_64\", nodename=\"smithi192\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:43.720 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:31:44.242 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:43 smithi192 bash[14483]: cluster 2024-03-21T13:31:42.857814+0000 mgr.x (mgr.25064) 88 : 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-03-21T13:31:44.242 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:43 smithi192 bash[14483]: audit 2024-03-21T13:31:43.261220+0000 mgr.x (mgr.25064) 89 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:44.242 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:43 smithi192 bash[14483]: audit 2024-03-21T13:31:43.719665+0000 mon.a (mon.0) 985 : audit [DBG] from='client.? 172.21.15.38:0/691563571' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:31:44.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:43 smithi038 bash[19780]: cluster 2024-03-21T13:31:42.857814+0000 mgr.x (mgr.25064) 88 : 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-03-21T13:31:44.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:43 smithi038 bash[19780]: audit 2024-03-21T13:31:43.261220+0000 mgr.x (mgr.25064) 89 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:44.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:43 smithi038 bash[19780]: audit 2024-03-21T13:31:43.719665+0000 mon.a (mon.0) 985 : audit [DBG] from='client.? 172.21.15.38:0/691563571' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:31:44.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:43 smithi038 bash[14284]: cluster 2024-03-21T13:31:42.857814+0000 mgr.x (mgr.25064) 88 : 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-03-21T13:31:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:43 smithi038 bash[14284]: audit 2024-03-21T13:31:43.261220+0000 mgr.x (mgr.25064) 89 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:43 smithi038 bash[14284]: audit 2024-03-21T13:31:43.719665+0000 mon.a (mon.0) 985 : audit [DBG] from='client.? 172.21.15.38:0/691563571' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:31:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:45 smithi192 bash[14483]: cluster 2024-03-21T13:31:44.859560+0000 mgr.x (mgr.25064) 90 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:46.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:45 smithi192 systemd[1]: Stopping Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:31:46.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:45 smithi192 bash[37152]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-grafana.a 2024-03-21T13:31:46.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[30390]: t=2024-03-21T13:31:46+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-03-21T13:31:46.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[30390]: t=2024-03-21T13:31:46+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2024-03-21T13:31:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:45 smithi038 bash[14284]: cluster 2024-03-21T13:31:44.859560+0000 mgr.x (mgr.25064) 90 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:46.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:45 smithi038 bash[19780]: cluster 2024-03-21T13:31:44.859560+0000 mgr.x (mgr.25064) 90 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:46.880 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[37161]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:31:46.880 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[37201]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-grafana.a 2024-03-21T13:31:46.880 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Succeeded. 2024-03-21T13:31:46.880 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:46.880 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:46 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[34651]: [21/Mar/2024:13:31:46] ENGINE Bus STOPPING 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[34651]: [21/Mar/2024:13:31:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[34651]: [21/Mar/2024:13:31:46] ENGINE Bus STOPPED 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:46 smithi192 bash[34651]: [21/Mar/2024:13:31:46] ENGINE Bus STARTING 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Serving on http://:::9283 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STARTED 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STOPPING 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STOPPED 2024-03-21T13:31:47.202 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STARTING 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Serving on http://:::9283 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STARTED 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STOPPING 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STOPPED 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STARTING 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Serving on http://:::9283 2024-03-21T13:31:47.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[34651]: [21/Mar/2024:13:31:47] ENGINE Bus STARTED 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: cluster 2024-03-21T13:31:46.860049+0000 mgr.x (mgr.25064) 91 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.876185+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.890777+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.919348+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.920282+0000 mgr.x (mgr.25064) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.922372+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.923168+0000 mgr.x (mgr.25064) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.934038+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.951759+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.952811+0000 mgr.x (mgr.25064) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.978990+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: cephadm 2024-03-21T13:31:46.981268+0000 mgr.x (mgr.25064) 95 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.982144+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.982796+0000 mgr.x (mgr.25064) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.986165+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.986925+0000 mgr.x (mgr.25064) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:46.995187+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.006713+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.007589+0000 mgr.x (mgr.25064) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: cluster 2024-03-21T13:31:46.860049+0000 mgr.x (mgr.25064) 91 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.876185+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.890777+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.919348+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:31:48.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.920282+0000 mgr.x (mgr.25064) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.922372+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.923168+0000 mgr.x (mgr.25064) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.934038+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.951759+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.952811+0000 mgr.x (mgr.25064) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.978990+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: cephadm 2024-03-21T13:31:46.981268+0000 mgr.x (mgr.25064) 95 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.982144+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.982796+0000 mgr.x (mgr.25064) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.986165+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.986925+0000 mgr.x (mgr.25064) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:46.995187+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.006713+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:31:48.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.007589+0000 mgr.x (mgr.25064) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.009461+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.010238+0000 mgr.x (mgr.25064) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.019915+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.037782+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.038600+0000 mgr.x (mgr.25064) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.044168+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.045443+0000 mgr.x (mgr.25064) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.056613+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: audit 2024-03-21T13:31:47.087361+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: cephadm 2024-03-21T13:31:47.089836+0000 mgr.x (mgr.25064) 102 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:31:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[14284]: cephadm 2024-03-21T13:31:47.090602+0000 mgr.x (mgr.25064) 103 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.009461+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.010238+0000 mgr.x (mgr.25064) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.019915+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.037782+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.038600+0000 mgr.x (mgr.25064) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.044168+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.045443+0000 mgr.x (mgr.25064) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.056613+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: audit 2024-03-21T13:31:47.087361+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: cephadm 2024-03-21T13:31:47.089836+0000 mgr.x (mgr.25064) 102 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:31:48.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:47 smithi038 bash[19780]: cephadm 2024-03-21T13:31:47.090602+0000 mgr.x (mgr.25064) 103 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: cluster 2024-03-21T13:31:46.860049+0000 mgr.x (mgr.25064) 91 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.876185+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.890777+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.919348+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.920282+0000 mgr.x (mgr.25064) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.922372+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.923168+0000 mgr.x (mgr.25064) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.934038+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.951759+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.952811+0000 mgr.x (mgr.25064) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.978990+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: cephadm 2024-03-21T13:31:46.981268+0000 mgr.x (mgr.25064) 95 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.982144+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.982796+0000 mgr.x (mgr.25064) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.986165+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.986925+0000 mgr.x (mgr.25064) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:46.995187+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.006713+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.007589+0000 mgr.x (mgr.25064) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.009461+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.010238+0000 mgr.x (mgr.25064) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.019915+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.037782+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:31:48.175 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.038600+0000 mgr.x (mgr.25064) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:31:48.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.044168+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:31:48.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.045443+0000 mgr.x (mgr.25064) 101 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:31:48.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.056613+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:48.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: audit 2024-03-21T13:31:47.087361+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:31:48.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: cephadm 2024-03-21T13:31:47.089836+0000 mgr.x (mgr.25064) 102 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:31:48.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[14483]: cephadm 2024-03-21T13:31:47.090602+0000 mgr.x (mgr.25064) 103 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:31:48.176 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[37230]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:31:48.176 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:47 smithi192 bash[37230]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:31:48.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:48 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:48] "GET /metrics HTTP/1.1" 200 38132 "" "Prometheus/2.33.4" 2024-03-21T13:31:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:48 smithi192 bash[14483]: audit 2024-03-21T13:31:47.907192+0000 mgr.x (mgr.25064) 104 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:48.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:48 smithi192 bash[14483]: audit 2024-03-21T13:31:48.048936+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:48.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:48 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:31:48.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:48 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:31:48.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:48 smithi192 bash[36703]: ts=2024-03-21T13:31:48.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:49.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:48 smithi038 bash[14284]: audit 2024-03-21T13:31:47.907192+0000 mgr.x (mgr.25064) 104 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:49.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:48 smithi038 bash[14284]: audit 2024-03-21T13:31:48.048936+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:49.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:48 smithi038 bash[19780]: audit 2024-03-21T13:31:47.907192+0000 mgr.x (mgr.25064) 104 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:49.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:48 smithi038 bash[19780]: audit 2024-03-21T13:31:48.048936+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:50.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[19780]: cluster 2024-03-21T13:31:48.861606+0000 mgr.x (mgr.25064) 105 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:50.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[19780]: audit 2024-03-21T13:31:49.881200+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:50.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[19780]: audit 2024-03-21T13:31:49.884894+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:31:50.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[19780]: audit 2024-03-21T13:31:49.886566+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:31:50.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[14284]: cluster 2024-03-21T13:31:48.861606+0000 mgr.x (mgr.25064) 105 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[14284]: audit 2024-03-21T13:31:49.881200+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[14284]: audit 2024-03-21T13:31:49.884894+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:31:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:49 smithi038 bash[14284]: audit 2024-03-21T13:31:49.886566+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:31:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:49 smithi192 bash[14483]: cluster 2024-03-21T13:31:48.861606+0000 mgr.x (mgr.25064) 105 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:49 smithi192 bash[14483]: audit 2024-03-21T13:31:49.881200+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:49 smithi192 bash[14483]: audit 2024-03-21T13:31:49.884894+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:31:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:49 smithi192 bash[14483]: audit 2024-03-21T13:31:49.886566+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:31:51.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[14284]: cephadm 2024-03-21T13:31:49.867145+0000 mgr.x (mgr.25064) 106 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:31:51.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[14284]: audit 2024-03-21T13:31:49.888544+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:31:51.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[14284]: audit 2024-03-21T13:31:49.895427+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:31:51.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[14284]: cephadm 2024-03-21T13:31:49.897409+0000 mgr.x (mgr.25064) 107 : cephadm [INF] Deploying daemon mgr.y on smithi038 2024-03-21T13:31:51.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[19780]: cephadm 2024-03-21T13:31:49.867145+0000 mgr.x (mgr.25064) 106 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:31:51.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[19780]: audit 2024-03-21T13:31:49.888544+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:31:51.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[19780]: audit 2024-03-21T13:31:49.895427+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:31:51.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:50 smithi038 bash[19780]: cephadm 2024-03-21T13:31:49.897409+0000 mgr.x (mgr.25064) 107 : cephadm [INF] Deploying daemon mgr.y on smithi038 2024-03-21T13:31:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:50 smithi192 bash[14483]: cephadm 2024-03-21T13:31:49.867145+0000 mgr.x (mgr.25064) 106 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:31:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:50 smithi192 bash[14483]: audit 2024-03-21T13:31:49.888544+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:31:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:50 smithi192 bash[14483]: audit 2024-03-21T13:31:49.895427+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:31:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:50 smithi192 bash[14483]: cephadm 2024-03-21T13:31:49.897409+0000 mgr.x (mgr.25064) 107 : cephadm [INF] Deploying daemon mgr.y on smithi038 2024-03-21T13:31:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:51 smithi192 bash[14483]: cluster 2024-03-21T13:31:50.862377+0000 mgr.x (mgr.25064) 108 : 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-03-21T13:31:52.256 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:51 smithi038 bash[14284]: cluster 2024-03-21T13:31:50.862377+0000 mgr.x (mgr.25064) 108 : 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-03-21T13:31:52.257 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:51 smithi038 bash[19780]: cluster 2024-03-21T13:31:50.862377+0000 mgr.x (mgr.25064) 108 : 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-03-21T13:31:52.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:52 smithi038 systemd[1]: Stopping Ceph mgr.y for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:31:53.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[50569]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:31:53.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:53 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:31:53.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[50641]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:31:53.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:53 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-03-21T13:31:53.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:53 smithi038 systemd[1]: Stopped Ceph mgr.y for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:53.802 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:53 smithi192 bash[36703]: ts=2024-03-21T13:31:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:53.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:53 smithi038 systemd[1]: Started Ceph mgr.y for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:53.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[14284]: cluster 2024-03-21T13:31:52.863182+0000 mgr.x (mgr.25064) 109 : 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-03-21T13:31:53.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[14284]: audit 2024-03-21T13:31:53.663227+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:53.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[14284]: audit 2024-03-21T13:31:53.676247+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:53.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[19780]: cluster 2024-03-21T13:31:52.863182+0000 mgr.x (mgr.25064) 109 : 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-03-21T13:31:53.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[19780]: audit 2024-03-21T13:31:53.663227+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:53.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:53 smithi038 bash[19780]: audit 2024-03-21T13:31:53.676247+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:53 smithi192 bash[14483]: cluster 2024-03-21T13:31:52.863182+0000 mgr.x (mgr.25064) 109 : 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-03-21T13:31:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:53 smithi192 bash[14483]: audit 2024-03-21T13:31:53.663227+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:53 smithi192 bash[14483]: audit 2024-03-21T13:31:53.676247+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:31:55.044 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:54 smithi038 bash[50714]: debug 2024-03-21T13:31:54.865+0000 7fe62d31c700 1 -- 172.21.15.38:0/3045471911 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5571aa1705a0 con 0x5571aaef2400 2024-03-21T13:31:55.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:55 smithi038 bash[50714]: debug 2024-03-21T13:31:55.041+0000 7fe63752b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:31:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:55 smithi192 bash[14483]: cluster 2024-03-21T13:31:54.864889+0000 mgr.x (mgr.25064) 110 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:56.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:55 smithi038 bash[14284]: cluster 2024-03-21T13:31:54.864889+0000 mgr.x (mgr.25064) 110 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:56.212 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:55 smithi038 bash[50714]: debug 2024-03-21T13:31:55.993+0000 7fe63752b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:31:56.212 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:56 smithi038 bash[50714]: debug 2024-03-21T13:31:56.101+0000 7fe63752b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:31:56.213 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:55 smithi038 bash[19780]: cluster 2024-03-21T13:31:54.864889+0000 mgr.x (mgr.25064) 110 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:31:56.506 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:56 smithi038 bash[50714]: debug 2024-03-21T13:31:56.209+0000 7fe63752b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:31:56.901 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:56 smithi038 bash[50714]: debug 2024-03-21T13:31:56.501+0000 7fe63752b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:31:57.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:56 smithi038 bash[50714]: debug 2024-03-21T13:31:56.897+0000 7fe63752b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:31:57.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:57 smithi038 bash[50714]: debug 2024-03-21T13:31:57.060+0000 7fe63752b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:31:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:57 smithi038 bash[50714]: debug 2024-03-21T13:31:57.280+0000 7fe63752b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:31:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:57 smithi192 bash[14483]: cluster 2024-03-21T13:31:56.865639+0000 mgr.x (mgr.25064) 111 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:58.357 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:57 smithi038 bash[14284]: cluster 2024-03-21T13:31:56.865639+0000 mgr.x (mgr.25064) 111 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:58.357 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:57 smithi038 bash[19780]: cluster 2024-03-21T13:31:56.865639+0000 mgr.x (mgr.25064) 111 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:31:58.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:58 smithi038 bash[50714]: debug 2024-03-21T13:31:58.352+0000 7fe63752b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:31:58.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:58 smithi038 bash[50714]: debug 2024-03-21T13:31:58.468+0000 7fe63752b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:31:58.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:58 smithi038 bash[50714]: debug 2024-03-21T13:31:58.588+0000 7fe63752b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:31:58.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:31:58 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:31:58] "GET /metrics HTTP/1.1" 200 38132 "" "Prometheus/2.33.4" 2024-03-21T13:31:58.952 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:58 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2024-03-21T13:31:58.952 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:58 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:58.952 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:31:58 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:31:58.953 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:31:58 smithi192 bash[36703]: ts=2024-03-21T13:31:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:31:59.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:58 smithi192 bash[14483]: audit 2024-03-21T13:31:57.915210+0000 mgr.x (mgr.25064) 112 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:59.357 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:59 smithi038 bash[50714]: debug 2024-03-21T13:31:59.112+0000 7fe63752b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:31:59.357 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:58 smithi038 bash[14284]: audit 2024-03-21T13:31:57.915210+0000 mgr.x (mgr.25064) 112 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:59.357 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:58 smithi038 bash[19780]: audit 2024-03-21T13:31:57.915210+0000 mgr.x (mgr.25064) 112 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:31:59.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:59 smithi038 bash[50714]: debug 2024-03-21T13:31:59.352+0000 7fe63752b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:32:00.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:31:59 smithi038 bash[14284]: cluster 2024-03-21T13:31:58.867203+0000 mgr.x (mgr.25064) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:00.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:31:59 smithi038 bash[19780]: cluster 2024-03-21T13:31:58.867203+0000 mgr.x (mgr.25064) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:00.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:31:59 smithi038 bash[50714]: debug 2024-03-21T13:31:59.888+0000 7fe63752b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:32:00.182 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:31:59 smithi192 bash[14483]: cluster 2024-03-21T13:31:58.867203+0000 mgr.x (mgr.25064) 113 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:00.184 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:00 smithi192 bash[37442]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:00.184 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:00 smithi192 bash[37442]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:00.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:00 smithi038 bash[50714]: debug 2024-03-21T13:32:00.468+0000 7fe63752b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:32:01.179 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:00 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:32:01.180 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:00 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:32:01.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[50714]: debug 2024-03-21T13:32:01.060+0000 7fe63752b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:32:01.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[50714]: debug 2024-03-21T13:32:01.180+0000 7fe63752b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:32:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[19780]: audit 2024-03-21T13:32:00.171778+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[19780]: audit 2024-03-21T13:32:00.191500+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[19780]: audit 2024-03-21T13:32:00.988371+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[19780]: audit 2024-03-21T13:32:01.010206+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[14284]: audit 2024-03-21T13:32:00.171778+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[14284]: audit 2024-03-21T13:32:00.191500+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[14284]: audit 2024-03-21T13:32:00.988371+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[14284]: audit 2024-03-21T13:32:01.010206+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:01 smithi192 bash[14483]: audit 2024-03-21T13:32:00.171778+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:01 smithi192 bash[14483]: audit 2024-03-21T13:32:00.191500+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:01 smithi192 bash[14483]: audit 2024-03-21T13:32:00.988371+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:01 smithi192 bash[14483]: audit 2024-03-21T13:32:01.010206+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:01.878 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[50714]: debug 2024-03-21T13:32:01.584+0000 7fe63752b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:32:01.878 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[50714]: debug 2024-03-21T13:32:01.716+0000 7fe63752b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:32:02.142 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:01 smithi038 bash[50714]: debug 2024-03-21T13:32:01.872+0000 7fe63752b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:32:02.142 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[50714]: debug 2024-03-21T13:32:01.996+0000 7fe63752b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:32:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[14284]: cluster 2024-03-21T13:32:00.867915+0000 mgr.x (mgr.25064) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[14284]: audit 2024-03-21T13:32:01.293381+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[14284]: audit 2024-03-21T13:32:01.306525+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:02.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[50714]: debug 2024-03-21T13:32:02.136+0000 7fe63752b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:32:02.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[50714]: debug 2024-03-21T13:32:02.348+0000 7fe63752b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:32:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[19780]: cluster 2024-03-21T13:32:00.867915+0000 mgr.x (mgr.25064) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[19780]: audit 2024-03-21T13:32:01.293381+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[19780]: audit 2024-03-21T13:32:01.306525+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:02 smithi192 bash[14483]: cluster 2024-03-21T13:32:00.867915+0000 mgr.x (mgr.25064) 114 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:02.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:02 smithi192 bash[14483]: audit 2024-03-21T13:32:01.293381+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:02.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:02 smithi192 bash[14483]: audit 2024-03-21T13:32:01.306525+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:02.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:02 smithi038 bash[50714]: debug 2024-03-21T13:32:02.492+0000 7fe63752b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:32:03.795 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:03 smithi192 bash[36703]: ts=2024-03-21T13:32:03.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:04.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[14284]: cluster 2024-03-21T13:32:02.868736+0000 mgr.x (mgr.25064) 115 : 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-03-21T13:32:04.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[14284]: audit 2024-03-21T13:32:03.048408+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:04.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[50714]: debug 2024-03-21T13:32:03.816+0000 7fe63752b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:32:04.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[50714]: [21/Mar/2024:13:32:03] ENGINE Bus STARTING 2024-03-21T13:32:04.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[50714]: CherryPy Checker: 2024-03-21T13:32:04.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[50714]: The Application mounted at '' has an empty config. 2024-03-21T13:32:04.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[50714]: [21/Mar/2024:13:32:03] ENGINE Serving on http://:::9283 2024-03-21T13:32:04.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[50714]: [21/Mar/2024:13:32:03] ENGINE Bus STARTED 2024-03-21T13:32:04.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[19780]: cluster 2024-03-21T13:32:02.868736+0000 mgr.x (mgr.25064) 115 : 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-03-21T13:32:04.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:03 smithi038 bash[19780]: audit 2024-03-21T13:32:03.048408+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:03 smithi192 bash[14483]: cluster 2024-03-21T13:32:02.868736+0000 mgr.x (mgr.25064) 115 : 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-03-21T13:32:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:03 smithi192 bash[14483]: audit 2024-03-21T13:32:03.048408+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[14284]: cluster 2024-03-21T13:32:03.841542+0000 mon.a (mon.0) 1003 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:32:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[14284]: cluster 2024-03-21T13:32:03.841713+0000 mon.a (mon.0) 1004 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:32:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[14284]: audit 2024-03-21T13:32:03.846287+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[14284]: audit 2024-03-21T13:32:03.847790+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[14284]: audit 2024-03-21T13:32:03.852419+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[14284]: audit 2024-03-21T13:32:03.854696+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[19780]: cluster 2024-03-21T13:32:03.841542+0000 mon.a (mon.0) 1003 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[19780]: cluster 2024-03-21T13:32:03.841713+0000 mon.a (mon.0) 1004 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[19780]: audit 2024-03-21T13:32:03.846287+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[19780]: audit 2024-03-21T13:32:03.847790+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[19780]: audit 2024-03-21T13:32:03.852419+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:32:05.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:04 smithi038 bash[19780]: audit 2024-03-21T13:32:03.854696+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:04 smithi192 bash[14483]: cluster 2024-03-21T13:32:03.841542+0000 mon.a (mon.0) 1003 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:32:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:04 smithi192 bash[14483]: cluster 2024-03-21T13:32:03.841713+0000 mon.a (mon.0) 1004 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:32:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:04 smithi192 bash[14483]: audit 2024-03-21T13:32:03.846287+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:32:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:04 smithi192 bash[14483]: audit 2024-03-21T13:32:03.847790+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:04 smithi192 bash[14483]: audit 2024-03-21T13:32:03.852419+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:32:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:04 smithi192 bash[14483]: audit 2024-03-21T13:32:03.854696+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.? 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:06.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:05 smithi038 bash[14284]: cluster 2024-03-21T13:32:04.820774+0000 mon.a (mon.0) 1009 : cluster [DBG] mgrmap e27: x(active, since 92s), standbys: y 2024-03-21T13:32:06.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:05 smithi038 bash[14284]: cluster 2024-03-21T13:32:04.870497+0000 mgr.x (mgr.25064) 116 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:06.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:05 smithi038 bash[19780]: cluster 2024-03-21T13:32:04.820774+0000 mon.a (mon.0) 1009 : cluster [DBG] mgrmap e27: x(active, since 92s), standbys: y 2024-03-21T13:32:06.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:05 smithi038 bash[19780]: cluster 2024-03-21T13:32:04.870497+0000 mgr.x (mgr.25064) 116 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:05 smithi192 bash[14483]: cluster 2024-03-21T13:32:04.820774+0000 mon.a (mon.0) 1009 : cluster [DBG] mgrmap e27: x(active, since 92s), standbys: y 2024-03-21T13:32:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:05 smithi192 bash[14483]: cluster 2024-03-21T13:32:04.870497+0000 mgr.x (mgr.25064) 116 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:07 smithi038 bash[14284]: cluster 2024-03-21T13:32:06.871243+0000 mgr.x (mgr.25064) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:08.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:07 smithi038 bash[19780]: cluster 2024-03-21T13:32:06.871243+0000 mgr.x (mgr.25064) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:07 smithi192 bash[14483]: cluster 2024-03-21T13:32:06.871243+0000 mgr.x (mgr.25064) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:08.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:08 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:32:08] "GET /metrics HTTP/1.1" 200 38134 "" "Prometheus/2.33.4" 2024-03-21T13:32:08.952 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:08 smithi192 bash[36703]: ts=2024-03-21T13:32:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:08 smithi192 bash[14483]: audit 2024-03-21T13:32:07.923179+0000 mgr.x (mgr.25064) 118 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:09.383 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:08 smithi038 bash[14284]: audit 2024-03-21T13:32:07.923179+0000 mgr.x (mgr.25064) 118 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:09.383 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:08 smithi038 bash[19780]: audit 2024-03-21T13:32:07.923179+0000 mgr.x (mgr.25064) 118 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:09 smithi192 bash[14483]: cluster 2024-03-21T13:32:08.872830+0000 mgr.x (mgr.25064) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:09 smithi038 bash[14284]: cluster 2024-03-21T13:32:08.872830+0000 mgr.x (mgr.25064) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:09 smithi038 bash[19780]: cluster 2024-03-21T13:32:08.872830+0000 mgr.x (mgr.25064) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:11.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:10 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 2. 2024-03-21T13:32:11.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:10 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:11.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:10 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:12.420 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[37898]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:12.420 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[37898]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[34651]: debug 2024-03-21T13:32:12.466+0000 7fb7d2c0a700 -1 mgr handle_mgr_map I was active but no longer am 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[34651]: ignoring --setuser ceph since I am not root 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[34651]: ignoring --setgroup ceph since I am not root 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[34651]: debug 2024-03-21T13:32:12.518+0000 7f148aa29700 1 -- 172.21.15.192:0/2746300157 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558b960125a0 con 0x558b96d90400 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[34651]: debug 2024-03-21T13:32:12.682+0000 7f149481a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: cluster 2024-03-21T13:32:10.873571+0000 mgr.x (mgr.25064) 120 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.420380+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.436698+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.439347+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.441116+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.452899+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.542188+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: cephadm 2024-03-21T13:32:11.544442+0000 mgr.x (mgr.25064) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: cephadm 2024-03-21T13:32:11.545236+0000 mgr.x (mgr.25064) 122 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: cephadm 2024-03-21T13:32:11.548594+0000 mgr.x (mgr.25064) 123 : cephadm [INF] Failing over to other MGR 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.549097+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: audit 2024-03-21T13:32:11.550680+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: cluster 2024-03-21T13:32:11.563156+0000 mon.a (mon.0) 1014 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:32:12.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:12 smithi192 bash[14483]: cluster 2024-03-21T13:32:11.866860+0000 mon.a (mon.0) 1015 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:12.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: cluster 2024-03-21T13:32:10.873571+0000 mgr.x (mgr.25064) 120 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:12.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.420380+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.436698+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.731 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.439347+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.441116+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.452899+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.542188+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: cephadm 2024-03-21T13:32:11.544442+0000 mgr.x (mgr.25064) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: cephadm 2024-03-21T13:32:11.545236+0000 mgr.x (mgr.25064) 122 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: cephadm 2024-03-21T13:32:11.548594+0000 mgr.x (mgr.25064) 123 : cephadm [INF] Failing over to other MGR 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.549097+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: audit 2024-03-21T13:32:11.550680+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: cluster 2024-03-21T13:32:11.563156+0000 mon.a (mon.0) 1014 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[14284]: cluster 2024-03-21T13:32:11.866860+0000 mon.a (mon.0) 1015 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:12.732 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: cluster 2024-03-21T13:32:10.873571+0000 mgr.x (mgr.25064) 120 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.420380+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.436698+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.439347+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.441116+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.452899+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.25064 ' entity='mgr.x' 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.542188+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: cephadm 2024-03-21T13:32:11.544442+0000 mgr.x (mgr.25064) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: cephadm 2024-03-21T13:32:11.545236+0000 mgr.x (mgr.25064) 122 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: cephadm 2024-03-21T13:32:11.548594+0000 mgr.x (mgr.25064) 123 : cephadm [INF] Failing over to other MGR 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.549097+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.25064 172.21.15.192:0/405375433' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: audit 2024-03-21T13:32:11.550680+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: cluster 2024-03-21T13:32:11.563156+0000 mon.a (mon.0) 1014 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:32:12.733 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[19780]: cluster 2024-03-21T13:32:11.866860+0000 mon.a (mon.0) 1015 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:12.734 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[50714]: [21/Mar/2024:13:32:12] ENGINE Bus STOPPING 2024-03-21T13:32:12.734 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[50714]: [21/Mar/2024:13:32:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:32:12.734 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[50714]: [21/Mar/2024:13:32:12] ENGINE Bus STOPPED 2024-03-21T13:32:12.734 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[50714]: [21/Mar/2024:13:32:12] ENGINE Bus STARTING 2024-03-21T13:32:13.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[50714]: [21/Mar/2024:13:32:12] ENGINE Serving on http://:::9283 2024-03-21T13:32:13.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:12 smithi038 bash[50714]: [21/Mar/2024:13:32:12] ENGINE Bus STARTED 2024-03-21T13:32:13.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:13 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:32:13.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:13 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:32:13.796 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[34651]: debug 2024-03-21T13:32:13.690+0000 7f149481a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:32:13.796 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[36703]: ts=2024-03-21T13:32:13.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.467936+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: cluster 2024-03-21T13:32:12.468119+0000 mon.a (mon.0) 1017 : cluster [DBG] mgrmap e28: y(active, starting, since 0.915817s), standbys: x 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.471651+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.471848+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.472019+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.473602+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.473918+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.474238+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.474547+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.474823+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.475080+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.475493+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.475917+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.476168+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:32:13.797 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.476471+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.476721+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.476965+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.477433+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: cluster 2024-03-21T13:32:12.505255+0000 mon.a (mon.0) 1034 : cluster [INF] Manager daemon y is now available 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.627701+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.637642+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:32:13.798 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[14483]: audit 2024-03-21T13:32:12.683259+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.467936+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: cluster 2024-03-21T13:32:12.468119+0000 mon.a (mon.0) 1017 : cluster [DBG] mgrmap e28: y(active, starting, since 0.915817s), standbys: x 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.471651+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.471848+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.472019+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.473602+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.473918+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.474238+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:32:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.474547+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.474823+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.475080+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.475493+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.475917+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.476168+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.476471+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.476721+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.476965+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.477433+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: cluster 2024-03-21T13:32:12.505255+0000 mon.a (mon.0) 1034 : cluster [INF] Manager daemon y is now available 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.627701+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.637642+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:32:13.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[14284]: audit 2024-03-21T13:32:12.683259+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.467936+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.25064 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: cluster 2024-03-21T13:32:12.468119+0000 mon.a (mon.0) 1017 : cluster [DBG] mgrmap e28: y(active, starting, since 0.915817s), standbys: x 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.471651+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.471848+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.472019+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.473602+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.473918+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.474238+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.474547+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.474823+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.475080+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:32:13.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.475493+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.475917+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.476168+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.476471+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.476721+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.476965+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.477433+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: cluster 2024-03-21T13:32:12.505255+0000 mon.a (mon.0) 1034 : cluster [INF] Manager daemon y is now available 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.627701+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.637642+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:32:13.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:13 smithi038 bash[19780]: audit 2024-03-21T13:32:12.683259+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:32:14.142 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:32:14.183 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[34651]: debug 2024-03-21T13:32:13.794+0000 7f149481a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:32:14.183 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:13 smithi192 bash[34651]: debug 2024-03-21T13:32:13.894+0000 7f149481a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:32:14.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[34651]: debug 2024-03-21T13:32:14.182+0000 7f149481a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:32:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[14284]: cephadm 2024-03-21T13:32:13.186406+0000 mgr.y (mgr.15423) 1 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Bus STARTING 2024-03-21T13:32:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[14284]: cephadm 2024-03-21T13:32:13.311748+0000 mgr.y (mgr.15423) 2 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:32:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[14284]: cephadm 2024-03-21T13:32:13.414523+0000 mgr.y (mgr.15423) 3 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Serving on http://172.21.15.38:8765 2024-03-21T13:32:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[14284]: cephadm 2024-03-21T13:32:13.414919+0000 mgr.y (mgr.15423) 4 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Bus STARTED 2024-03-21T13:32:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[14284]: cluster 2024-03-21T13:32:13.475614+0000 mon.a (mon.0) 1038 : cluster [DBG] mgrmap e29: y(active, since 1.92331s), standbys: x 2024-03-21T13:32:14.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[14284]: cluster 2024-03-21T13:32:13.521282+0000 mgr.y (mgr.15423) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:14.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[19780]: cephadm 2024-03-21T13:32:13.186406+0000 mgr.y (mgr.15423) 1 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Bus STARTING 2024-03-21T13:32:14.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[19780]: cephadm 2024-03-21T13:32:13.311748+0000 mgr.y (mgr.15423) 2 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:32:14.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[19780]: cephadm 2024-03-21T13:32:13.414523+0000 mgr.y (mgr.15423) 3 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Serving on http://172.21.15.38:8765 2024-03-21T13:32:14.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[19780]: cephadm 2024-03-21T13:32:13.414919+0000 mgr.y (mgr.15423) 4 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Bus STARTED 2024-03-21T13:32:14.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[19780]: cluster 2024-03-21T13:32:13.475614+0000 mon.a (mon.0) 1038 : cluster [DBG] mgrmap e29: y(active, since 1.92331s), standbys: x 2024-03-21T13:32:14.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:14 smithi038 bash[19780]: cluster 2024-03-21T13:32:13.521282+0000 mgr.y (mgr.15423) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (63s) 14s ago 8m 15.3M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (16s) 13s ago 8m - - dad864ee21e9 5ce448267966 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (58s) 14s ago 6m 45.7M - 3.5 e1d6a67b021e 49a2169723a8 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283 running (115s) 13s ago 14m 505M - 19.0.0-2267-g960fbbe4 19e12293512f 6b557bc36ded 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (21s) 14s ago 16m 82.0M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (16m) 14s ago 16m 61.6M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:32:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (14m) 13s ago 14m 51.4M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (14m) 14s ago 14m 49.5M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (73s) 14s ago 8m 9992k - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (44s) 13s ago 8m 10.0M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (14m) 14s ago 14m 57.7M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (13m) 14s ago 13m 58.6M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (12m) 14s ago 12m 53.3M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (12m) 14s ago 12m 55.7M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (11m) 13s ago 11m 57.3M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (10m) 13s ago 10m 54.2M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (10m) 13s ago 10m 52.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (9m) 13s ago 9m 55.6M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (46s) 13s ago 8m 52.7M - 2.33.4 514e6a882f6e 352d3ea7ec25 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (6m) 14s ago 6m 85.6M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (6m) 13s ago 6m 85.6M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (6m) 14s ago 6m 85.3M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:32:14.933 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (6m) 13s ago 6m 85.1M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:32:14.939 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[34651]: debug 2024-03-21T13:32:14.558+0000 7f149481a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:32:14.939 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[34651]: debug 2024-03-21T13:32:14.726+0000 7f149481a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:32:14.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[14483]: cephadm 2024-03-21T13:32:13.186406+0000 mgr.y (mgr.15423) 1 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Bus STARTING 2024-03-21T13:32:14.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[14483]: cephadm 2024-03-21T13:32:13.311748+0000 mgr.y (mgr.15423) 2 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:32:14.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[14483]: cephadm 2024-03-21T13:32:13.414523+0000 mgr.y (mgr.15423) 3 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Serving on http://172.21.15.38:8765 2024-03-21T13:32:14.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[14483]: cephadm 2024-03-21T13:32:13.414919+0000 mgr.y (mgr.15423) 4 : cephadm [INF] [21/Mar/2024:13:32:13] ENGINE Bus STARTED 2024-03-21T13:32:14.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[14483]: cluster 2024-03-21T13:32:13.475614+0000 mon.a (mon.0) 1038 : cluster [DBG] mgrmap e29: y(active, since 1.92331s), standbys: x 2024-03-21T13:32:14.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[14483]: cluster 2024-03-21T13:32:13.521282+0000 mgr.y (mgr.15423) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:15.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:14 smithi192 bash[34651]: debug 2024-03-21T13:32:14.938+0000 7f149481a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:32:15.393 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:32:15.393 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:32:15.393 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:32:15.393 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-21T13:32:15.394 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:32:15.395 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:32:15.395 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr" 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "2/23 daemons upgraded", 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:32:15.783 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:32:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[14284]: audit 2024-03-21T13:32:14.122657+0000 mgr.y (mgr.15423) 6 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[14284]: cluster 2024-03-21T13:32:14.475870+0000 mgr.y (mgr.15423) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[14284]: cluster 2024-03-21T13:32:14.505888+0000 mon.a (mon.0) 1039 : cluster [DBG] mgrmap e30: y(active, since 2s), standbys: x 2024-03-21T13:32:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[14284]: audit 2024-03-21T13:32:14.532579+0000 mgr.y (mgr.15423) 8 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[14284]: audit 2024-03-21T13:32:15.392688+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.38:0/3747179124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:32:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[19780]: audit 2024-03-21T13:32:14.122657+0000 mgr.y (mgr.15423) 6 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[19780]: cluster 2024-03-21T13:32:14.475870+0000 mgr.y (mgr.15423) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[19780]: cluster 2024-03-21T13:32:14.505888+0000 mon.a (mon.0) 1039 : cluster [DBG] mgrmap e30: y(active, since 2s), standbys: x 2024-03-21T13:32:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[19780]: audit 2024-03-21T13:32:14.532579+0000 mgr.y (mgr.15423) 8 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:15.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:15 smithi038 bash[19780]: audit 2024-03-21T13:32:15.392688+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.38:0/3747179124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:32:15.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:15 smithi192 bash[14483]: audit 2024-03-21T13:32:14.122657+0000 mgr.y (mgr.15423) 6 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:15.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:15 smithi192 bash[14483]: cluster 2024-03-21T13:32:14.475870+0000 mgr.y (mgr.15423) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:15.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:15 smithi192 bash[14483]: cluster 2024-03-21T13:32:14.505888+0000 mon.a (mon.0) 1039 : cluster [DBG] mgrmap e30: y(active, since 2s), standbys: x 2024-03-21T13:32:15.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:15 smithi192 bash[14483]: audit 2024-03-21T13:32:14.532579+0000 mgr.y (mgr.15423) 8 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:15.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:15 smithi192 bash[14483]: audit 2024-03-21T13:32:15.392688+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.38:0/3747179124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:32:16.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:15 smithi192 bash[34651]: debug 2024-03-21T13:32:15.954+0000 7f149481a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:32:16.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[34651]: debug 2024-03-21T13:32:16.066+0000 7f149481a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:32:16.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[34651]: debug 2024-03-21T13:32:16.186+0000 7f149481a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:32:16.238 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:32:16.890 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[34651]: debug 2024-03-21T13:32:16.662+0000 7f149481a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:32:16.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[14483]: audit 2024-03-21T13:32:14.908352+0000 mgr.y (mgr.15423) 9 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:16.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[14483]: audit 2024-03-21T13:32:15.781597+0000 mgr.y (mgr.15423) 10 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:16.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[14483]: audit 2024-03-21T13:32:16.237554+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.38:0/174561078' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:32:16.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:16 smithi038 bash[14284]: audit 2024-03-21T13:32:14.908352+0000 mgr.y (mgr.15423) 9 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:16.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:16 smithi038 bash[14284]: audit 2024-03-21T13:32:15.781597+0000 mgr.y (mgr.15423) 10 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:16.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:16 smithi038 bash[14284]: audit 2024-03-21T13:32:16.237554+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.38:0/174561078' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:32:16.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:16 smithi038 bash[19780]: audit 2024-03-21T13:32:14.908352+0000 mgr.y (mgr.15423) 9 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:16.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:16 smithi038 bash[19780]: audit 2024-03-21T13:32:15.781597+0000 mgr.y (mgr.15423) 10 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:16.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:16 smithi038 bash[19780]: audit 2024-03-21T13:32:16.237554+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.38:0/174561078' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:32:17.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:16 smithi192 bash[34651]: debug 2024-03-21T13:32:16.886+0000 7f149481a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:32:17.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:17 smithi192 bash[34651]: debug 2024-03-21T13:32:17.338+0000 7f149481a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:32:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:17 smithi192 bash[14483]: cluster 2024-03-21T13:32:16.476671+0000 mgr.y (mgr.15423) 11 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:17 smithi192 bash[14483]: cluster 2024-03-21T13:32:16.530085+0000 mon.a (mon.0) 1041 : cluster [DBG] mgrmap e31: y(active, since 4s), standbys: x 2024-03-21T13:32:17.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:17 smithi038 bash[14284]: cluster 2024-03-21T13:32:16.476671+0000 mgr.y (mgr.15423) 11 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:17.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:17 smithi038 bash[14284]: cluster 2024-03-21T13:32:16.530085+0000 mon.a (mon.0) 1041 : cluster [DBG] mgrmap e31: y(active, since 4s), standbys: x 2024-03-21T13:32:17.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:17 smithi038 bash[19780]: cluster 2024-03-21T13:32:16.476671+0000 mgr.y (mgr.15423) 11 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:17.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:17 smithi038 bash[19780]: cluster 2024-03-21T13:32:16.530085+0000 mon.a (mon.0) 1041 : cluster [DBG] mgrmap e31: y(active, since 4s), standbys: x 2024-03-21T13:32:18.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:17 smithi192 bash[34651]: debug 2024-03-21T13:32:17.862+0000 7f149481a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:32:18.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:18 smithi192 bash[34651]: debug 2024-03-21T13:32:18.474+0000 7f149481a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:32:18.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:18 smithi192 bash[34651]: debug 2024-03-21T13:32:18.582+0000 7f149481a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:32:18.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:18 smithi192 bash[36703]: ts=2024-03-21T13:32:18.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:19.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:18 smithi192 bash[34651]: debug 2024-03-21T13:32:18.958+0000 7f149481a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:32:19.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[34651]: debug 2024-03-21T13:32:19.078+0000 7f149481a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:32:19.506 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[34651]: debug 2024-03-21T13:32:19.238+0000 7f149481a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:32:19.506 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[34651]: debug 2024-03-21T13:32:19.366+0000 7f149481a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:32:19.805 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[34651]: debug 2024-03-21T13:32:19.502+0000 7f149481a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:32:19.805 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[34651]: debug 2024-03-21T13:32:19.710+0000 7f149481a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:32:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[14284]: audit 2024-03-21T13:32:17.935357+0000 mgr.y (mgr.15423) 12 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[14284]: cluster 2024-03-21T13:32:18.477375+0000 mgr.y (mgr.15423) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[14284]: audit 2024-03-21T13:32:19.343290+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[14284]: audit 2024-03-21T13:32:19.355133+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[14284]: audit 2024-03-21T13:32:19.624188+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[14284]: audit 2024-03-21T13:32:19.634045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[19780]: audit 2024-03-21T13:32:17.935357+0000 mgr.y (mgr.15423) 12 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[19780]: cluster 2024-03-21T13:32:18.477375+0000 mgr.y (mgr.15423) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[19780]: audit 2024-03-21T13:32:19.343290+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[19780]: audit 2024-03-21T13:32:19.355133+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[19780]: audit 2024-03-21T13:32:19.624188+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:19 smithi038 bash[19780]: audit 2024-03-21T13:32:19.634045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[34651]: debug 2024-03-21T13:32:19.842+0000 7f149481a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:32:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[14483]: audit 2024-03-21T13:32:17.935357+0000 mgr.y (mgr.15423) 12 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[14483]: cluster 2024-03-21T13:32:18.477375+0000 mgr.y (mgr.15423) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:32:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[14483]: audit 2024-03-21T13:32:19.343290+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[14483]: audit 2024-03-21T13:32:19.355133+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[14483]: audit 2024-03-21T13:32:19.624188+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:19 smithi192 bash[14483]: audit 2024-03-21T13:32:19.634045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.422 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[34651]: debug 2024-03-21T13:32:21.153+0000 7f149481a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:32:21.422 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[34651]: [21/Mar/2024:13:32:21] ENGINE Bus STARTING 2024-03-21T13:32:21.422 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[34651]: CherryPy Checker: 2024-03-21T13:32:21.423 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[34651]: The Application mounted at '' has an empty config. 2024-03-21T13:32:21.423 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[34651]: [21/Mar/2024:13:32:21] ENGINE Serving on http://:::9283 2024-03-21T13:32:21.423 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[34651]: [21/Mar/2024:13:32:21] ENGINE Bus STARTED 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:20.418859+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:20.434284+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: cluster 2024-03-21T13:32:20.478729+0000 mgr.y (mgr.15423) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:20.734807+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:20.749188+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: cluster 2024-03-21T13:32:21.178586+0000 mon.a (mon.0) 1050 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: cluster 2024-03-21T13:32:21.178845+0000 mon.a (mon.0) 1051 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:21.182588+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:32:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:21.183917+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:21.189533+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:32:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:21 smithi192 bash[14483]: audit 2024-03-21T13:32:21.190787+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:21.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:20.418859+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:20.434284+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: cluster 2024-03-21T13:32:20.478729+0000 mgr.y (mgr.15423) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:20.734807+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:20.749188+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: cluster 2024-03-21T13:32:21.178586+0000 mon.a (mon.0) 1050 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: cluster 2024-03-21T13:32:21.178845+0000 mon.a (mon.0) 1051 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:21.182588+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:21.183917+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:21.189533+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[14284]: audit 2024-03-21T13:32:21.190787+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:20.418859+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:20.434284+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: cluster 2024-03-21T13:32:20.478729+0000 mgr.y (mgr.15423) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:20.734807+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:20.749188+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: cluster 2024-03-21T13:32:21.178586+0000 mon.a (mon.0) 1050 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: cluster 2024-03-21T13:32:21.178845+0000 mon.a (mon.0) 1051 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:21.182588+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:21.183917+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:21.189533+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:32:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:21 smithi038 bash[19780]: audit 2024-03-21T13:32:21.190787+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.192:0/3522250083' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:23.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:22 smithi038 bash[14284]: cluster 2024-03-21T13:32:21.768904+0000 mon.a (mon.0) 1052 : cluster [DBG] mgrmap e32: y(active, since 10s), standbys: x 2024-03-21T13:32:23.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:22 smithi038 bash[19780]: cluster 2024-03-21T13:32:21.768904+0000 mon.a (mon.0) 1052 : cluster [DBG] mgrmap e32: y(active, since 10s), standbys: x 2024-03-21T13:32:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:22 smithi192 bash[14483]: cluster 2024-03-21T13:32:21.768904+0000 mon.a (mon.0) 1052 : cluster [DBG] mgrmap e32: y(active, since 10s), standbys: x 2024-03-21T13:32:23.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:23 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 3. 2024-03-21T13:32:23.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:23 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:23.511 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:23 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:23.712 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:23 smithi192 bash[36703]: ts=2024-03-21T13:32:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:24.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:23 smithi038 bash[14284]: cluster 2024-03-21T13:32:22.479576+0000 mgr.y (mgr.15423) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:32:24.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:23 smithi038 bash[19780]: cluster 2024-03-21T13:32:22.479576+0000 mgr.y (mgr.15423) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:32:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:23 smithi192 bash[14483]: cluster 2024-03-21T13:32:22.479576+0000 mgr.y (mgr.15423) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:32:24.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:24 smithi192 bash[38545]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:24.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:24 smithi192 bash[38545]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:25.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:25 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:32:25.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:25 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:32:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:25 smithi038 bash[14284]: cluster 2024-03-21T13:32:24.481261+0000 mgr.y (mgr.15423) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:32:26.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:25 smithi038 bash[19780]: cluster 2024-03-21T13:32:24.481261+0000 mgr.y (mgr.15423) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:32:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:25 smithi192 bash[14483]: cluster 2024-03-21T13:32:24.481261+0000 mgr.y (mgr.15423) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:32:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:27 smithi038 bash[14284]: cluster 2024-03-21T13:32:26.482047+0000 mgr.y (mgr.15423) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:27 smithi038 bash[14284]: audit 2024-03-21T13:32:27.628518+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:28.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:27 smithi038 bash[19780]: cluster 2024-03-21T13:32:26.482047+0000 mgr.y (mgr.15423) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:27 smithi038 bash[19780]: audit 2024-03-21T13:32:27.628518+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:27 smithi192 bash[14483]: cluster 2024-03-21T13:32:26.482047+0000 mgr.y (mgr.15423) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:27 smithi192 bash[14483]: audit 2024-03-21T13:32:27.628518+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:29.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:28 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:32:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:32:30.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:29 smithi038 bash[14284]: audit 2024-03-21T13:32:27.944008+0000 mgr.y (mgr.15423) 18 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:30.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:29 smithi038 bash[14284]: cluster 2024-03-21T13:32:28.482886+0000 mgr.y (mgr.15423) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:30.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:29 smithi038 bash[19780]: audit 2024-03-21T13:32:27.944008+0000 mgr.y (mgr.15423) 18 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:30.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:29 smithi038 bash[19780]: cluster 2024-03-21T13:32:28.482886+0000 mgr.y (mgr.15423) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:29 smithi192 bash[14483]: audit 2024-03-21T13:32:27.944008+0000 mgr.y (mgr.15423) 18 : audit [DBG] from='client.25237 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:29 smithi192 bash[14483]: cluster 2024-03-21T13:32:28.482886+0000 mgr.y (mgr.15423) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:30 smithi192 bash[36703]: ts=2024-03-21T13:32:30.948Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.192:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.192:8765: connect: connection refused" 2024-03-21T13:32:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:30 smithi192 bash[36703]: ts=2024-03-21T13:32:30.948Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.192:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.192:8765: connect: connection refused" 2024-03-21T13:32:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:30 smithi192 bash[36703]: ts=2024-03-21T13:32:30.950Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.192:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.192:8765: connect: connection refused" 2024-03-21T13:32:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:30 smithi192 bash[36703]: ts=2024-03-21T13:32:30.952Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.192:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.192:8765: connect: connection refused" 2024-03-21T13:32:31.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:30 smithi192 bash[36703]: ts=2024-03-21T13:32:30.953Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.192:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.192:8765: connect: connection refused" 2024-03-21T13:32:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: cluster 2024-03-21T13:32:30.484620+0000 mgr.y (mgr.15423) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:30.953158+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:30.966145+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:30.969011+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:30.970473+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.644350+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.660513+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.692729+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.701719+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.711382+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.788170+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[14284]: audit 2024-03-21T13:32:31.803971+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: cluster 2024-03-21T13:32:30.484620+0000 mgr.y (mgr.15423) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:32.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:30.953158+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:30.966145+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:30.969011+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:30.970473+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.644350+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.660513+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.692729+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.701719+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.711382+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.788170+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:32:32.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:31 smithi038 bash[19780]: audit 2024-03-21T13:32:31.803971+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: cluster 2024-03-21T13:32:30.484620+0000 mgr.y (mgr.15423) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:30.953158+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:30.966145+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:30.969011+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:30.970473+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.644350+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.660513+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.692729+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.701719+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.711382+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.788170+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:32:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:31 smithi192 bash[14483]: audit 2024-03-21T13:32:31.803971+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:30.972519+0000 mgr.y (mgr.15423) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:32:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:30.972866+0000 mgr.y (mgr.15423) 22 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.137238+0000 mgr.y (mgr.15423) 23 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.188863+0000 mgr.y (mgr.15423) 24 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.301566+0000 mgr.y (mgr.15423) 25 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.353876+0000 mgr.y (mgr.15423) 26 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.466361+0000 mgr.y (mgr.15423) 27 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.519276+0000 mgr.y (mgr.15423) 28 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cluster 2024-03-21T13:32:31.703784+0000 mgr.y (mgr.15423) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.787358+0000 mgr.y (mgr.15423) 30 : cephadm [INF] Reconfiguring iscsi.foo.smithi038.qrctmt (dependencies changed)... 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cephadm 2024-03-21T13:32:31.805869+0000 mgr.y (mgr.15423) 31 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[14284]: cluster 2024-03-21T13:32:32.698818+0000 mon.a (mon.0) 1065 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:30.972519+0000 mgr.y (mgr.15423) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:30.972866+0000 mgr.y (mgr.15423) 22 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:32:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.137238+0000 mgr.y (mgr.15423) 23 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.188863+0000 mgr.y (mgr.15423) 24 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.301566+0000 mgr.y (mgr.15423) 25 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.353876+0000 mgr.y (mgr.15423) 26 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.466361+0000 mgr.y (mgr.15423) 27 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.519276+0000 mgr.y (mgr.15423) 28 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cluster 2024-03-21T13:32:31.703784+0000 mgr.y (mgr.15423) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.787358+0000 mgr.y (mgr.15423) 30 : cephadm [INF] Reconfiguring iscsi.foo.smithi038.qrctmt (dependencies changed)... 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cephadm 2024-03-21T13:32:31.805869+0000 mgr.y (mgr.15423) 31 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:32:33.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:32 smithi038 bash[19780]: cluster 2024-03-21T13:32:32.698818+0000 mon.a (mon.0) 1065 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:30.972519+0000 mgr.y (mgr.15423) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:30.972866+0000 mgr.y (mgr.15423) 22 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.137238+0000 mgr.y (mgr.15423) 23 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.188863+0000 mgr.y (mgr.15423) 24 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.301566+0000 mgr.y (mgr.15423) 25 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.353876+0000 mgr.y (mgr.15423) 26 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.466361+0000 mgr.y (mgr.15423) 27 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.519276+0000 mgr.y (mgr.15423) 28 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cluster 2024-03-21T13:32:31.703784+0000 mgr.y (mgr.15423) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.787358+0000 mgr.y (mgr.15423) 30 : cephadm [INF] Reconfiguring iscsi.foo.smithi038.qrctmt (dependencies changed)... 2024-03-21T13:32:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cephadm 2024-03-21T13:32:31.805869+0000 mgr.y (mgr.15423) 31 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:32:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:32 smithi192 bash[14483]: cluster 2024-03-21T13:32:32.698818+0000 mon.a (mon.0) 1065 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:32:33.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:33 smithi192 bash[36703]: ts=2024-03-21T13:32:33.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:35.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:34 smithi038 bash[14284]: cluster 2024-03-21T13:32:33.705426+0000 mgr.y (mgr.15423) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:32:35.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:34 smithi038 bash[19780]: cluster 2024-03-21T13:32:33.705426+0000 mgr.y (mgr.15423) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:32:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:34 smithi192 bash[14483]: cluster 2024-03-21T13:32:33.705426+0000 mgr.y (mgr.15423) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:32:35.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:35 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 4. 2024-03-21T13:32:35.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:35 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:35.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:35 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[14284]: audit 2024-03-21T13:32:35.629606+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[14284]: audit 2024-03-21T13:32:35.641340+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:36.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[14284]: cephadm 2024-03-21T13:32:35.680796+0000 mgr.y (mgr.15423) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:32:36.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[14284]: cluster 2024-03-21T13:32:35.706195+0000 mgr.y (mgr.15423) 34 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[19780]: audit 2024-03-21T13:32:35.629606+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[19780]: audit 2024-03-21T13:32:35.641340+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[19780]: cephadm 2024-03-21T13:32:35.680796+0000 mgr.y (mgr.15423) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:32:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:36 smithi038 bash[19780]: cluster 2024-03-21T13:32:35.706195+0000 mgr.y (mgr.15423) 34 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:36 smithi192 bash[14483]: audit 2024-03-21T13:32:35.629606+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:36 smithi192 bash[14483]: audit 2024-03-21T13:32:35.641340+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:36 smithi192 bash[14483]: cephadm 2024-03-21T13:32:35.680796+0000 mgr.y (mgr.15423) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:32:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:36 smithi192 bash[14483]: cluster 2024-03-21T13:32:35.706195+0000 mgr.y (mgr.15423) 34 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:37.654 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:37 smithi192 bash[38725]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:37.654 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:37 smithi192 bash[38725]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:37.815 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:37 smithi038 bash[14284]: cephadm 2024-03-21T13:32:35.951165+0000 mgr.y (mgr.15423) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:32:37.815 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:37 smithi038 bash[19780]: cephadm 2024-03-21T13:32:35.951165+0000 mgr.y (mgr.15423) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:32:37.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:37 smithi192 bash[14483]: cephadm 2024-03-21T13:32:35.951165+0000 mgr.y (mgr.15423) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-03-21T13:32:38.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:38 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:32:38.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:38 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:32:38.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:38 smithi192 bash[34651]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:32:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:32:38.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:38 smithi192 bash[14483]: cluster 2024-03-21T13:32:37.706938+0000 mgr.y (mgr.15423) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:38.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:38 smithi192 bash[14483]: audit 2024-03-21T13:32:37.793941+0000 mon.a (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.38:0/2229185920' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:32:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:38 smithi038 bash[14284]: cluster 2024-03-21T13:32:37.706938+0000 mgr.y (mgr.15423) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:39.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:38 smithi038 bash[14284]: audit 2024-03-21T13:32:37.793941+0000 mon.a (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.38:0/2229185920' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:32:39.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:38 smithi038 bash[19780]: cluster 2024-03-21T13:32:37.706938+0000 mgr.y (mgr.15423) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 912 B/s rd, 0 op/s 2024-03-21T13:32:39.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:38 smithi038 bash[19780]: audit 2024-03-21T13:32:37.793941+0000 mon.a (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.38:0/2229185920' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:32:40.957 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[14483]: cluster 2024-03-21T13:32:39.708643+0000 mgr.y (mgr.15423) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:40.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 systemd[1]: Stopping Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:32:40.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[38981]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:32:40.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.751Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.752Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.753Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.753Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:32:40.958 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:40 smithi192 bash[36703]: ts=2024-03-21T13:32:40.753Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:32:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:40 smithi038 bash[14284]: cluster 2024-03-21T13:32:39.708643+0000 mgr.y (mgr.15423) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:41.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:40 smithi038 bash[19780]: cluster 2024-03-21T13:32:39.708643+0000 mgr.y (mgr.15423) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:41.538 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:41 smithi192 bash[38990]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:32:41.538 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:41 smithi192 bash[39027]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:32:41.538 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:41 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:32:41.538 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:41 smithi192 systemd[1]: Stopped Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:41.539 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:41 smithi192 systemd[1]: Started Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.540249+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.551920+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.589052+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.590625+0000 mgr.y (mgr.15423) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.607276+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: cephadm 2024-03-21T13:32:41.609986+0000 mgr.y (mgr.15423) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.610748+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:32:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.611788+0000 mgr.y (mgr.15423) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.614693+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.616067+0000 mgr.y (mgr.15423) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.623774+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.631759+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.632775+0000 mgr.y (mgr.15423) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: audit 2024-03-21T13:32:41.642336+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[14284]: cluster 2024-03-21T13:32:41.709435+0000 mgr.y (mgr.15423) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.540249+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.551920+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.589052+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.590625+0000 mgr.y (mgr.15423) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.607276+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: cephadm 2024-03-21T13:32:41.609986+0000 mgr.y (mgr.15423) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.610748+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.611788+0000 mgr.y (mgr.15423) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.614693+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.616067+0000 mgr.y (mgr.15423) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:32:42.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.623774+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.631759+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:32:42.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.632775+0000 mgr.y (mgr.15423) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:32:42.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: audit 2024-03-21T13:32:41.642336+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:32:42.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:42 smithi038 bash[19780]: cluster 2024-03-21T13:32:41.709435+0000 mgr.y (mgr.15423) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.540249+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.551920+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.589052+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.590625+0000 mgr.y (mgr.15423) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.607276+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: cephadm 2024-03-21T13:32:41.609986+0000 mgr.y (mgr.15423) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.610748+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.611788+0000 mgr.y (mgr.15423) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.614693+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:32:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.616067+0000 mgr.y (mgr.15423) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:32:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.623774+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.631759+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:32:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.632775+0000 mgr.y (mgr.15423) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:32:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: audit 2024-03-21T13:32:41.642336+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:32:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:42 smithi192 bash[14483]: cluster 2024-03-21T13:32:41.709435+0000 mgr.y (mgr.15423) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:32:43.409 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.239Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T13:32:43.409 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.239Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T13:32:43.409 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.239Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T13:32:43.409 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.239Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi192 (none))" 2024-03-21T13:32:43.409 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.239Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.239Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.242Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.243Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.244Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.249Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.249Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=5.03µs 2024-03-21T13:32:43.410 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.249Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:32:43.672 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[14483]: audit 2024-03-21T13:32:42.643128+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:43.673 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[14483]: audit 2024-03-21T13:32:42.645088+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:43.673 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.408Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-03-21T13:32:43.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:43 smithi038 bash[14284]: audit 2024-03-21T13:32:42.643128+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:43.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:43 smithi038 bash[14284]: audit 2024-03-21T13:32:42.645088+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:43.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:43 smithi038 bash[19780]: audit 2024-03-21T13:32:42.643128+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:43.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:43 smithi038 bash[19780]: audit 2024-03-21T13:32:42.645088+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.671Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.885Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.886Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.886Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=105.426µs wal_replay_duration=636.42302ms total_replay_duration=636.587121ms 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.897Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.897Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T13:32:43.939 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.897Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:32:44.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.937Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=40.51293ms db_storage=2.013µs remote_storage=2.63µs web_handler=690ns query_engine=1.664µs scrape=668.893µs scrape_sd=134.393µs notify=13.914µs notify_sd=14.084µs rules=38.725179ms 2024-03-21T13:32:44.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:43 smithi192 bash[39056]: ts=2024-03-21T13:32:43.937Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:32:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:44 smithi192 bash[14483]: cluster 2024-03-21T13:32:43.711141+0000 mgr.y (mgr.15423) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:44.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:44 smithi192 bash[14483]: audit 2024-03-21T13:32:44.269793+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:32:44.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:44 smithi192 bash[14483]: audit 2024-03-21T13:32:44.272189+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:32:44.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:44 smithi192 bash[14483]: audit 2024-03-21T13:32:44.274267+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[14284]: cluster 2024-03-21T13:32:43.711141+0000 mgr.y (mgr.15423) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[14284]: audit 2024-03-21T13:32:44.269793+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:32:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[14284]: audit 2024-03-21T13:32:44.272189+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:32:45.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[14284]: audit 2024-03-21T13:32:44.274267+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:45.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[19780]: cluster 2024-03-21T13:32:43.711141+0000 mgr.y (mgr.15423) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:45.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[19780]: audit 2024-03-21T13:32:44.269793+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:32:45.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[19780]: audit 2024-03-21T13:32:44.272189+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:32:45.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:44 smithi038 bash[19780]: audit 2024-03-21T13:32:44.274267+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:32:45.865 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:45 smithi192 bash[14483]: cephadm 2024-03-21T13:32:44.268923+0000 mgr.y (mgr.15423) 45 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:32:45.865 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:45 smithi192 bash[14483]: cephadm 2024-03-21T13:32:44.276514+0000 mgr.y (mgr.15423) 46 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:32:46.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:45 smithi038 bash[14284]: cephadm 2024-03-21T13:32:44.268923+0000 mgr.y (mgr.15423) 45 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:32:46.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:45 smithi038 bash[14284]: cephadm 2024-03-21T13:32:44.276514+0000 mgr.y (mgr.15423) 46 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:32:46.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:45 smithi038 bash[19780]: cephadm 2024-03-21T13:32:44.268923+0000 mgr.y (mgr.15423) 45 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:32:46.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:45 smithi038 bash[19780]: cephadm 2024-03-21T13:32:44.276514+0000 mgr.y (mgr.15423) 46 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-03-21T13:32:46.657 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:32:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:46 smithi192 bash[14483]: cluster 2024-03-21T13:32:45.711960+0000 mgr.y (mgr.15423) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:32:46.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:46 smithi192 systemd[1]: Stopping Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:32:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:46 smithi038 bash[14284]: cluster 2024-03-21T13:32:45.711960+0000 mgr.y (mgr.15423) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:32:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:46 smithi038 bash[19780]: cluster 2024-03-21T13:32:45.711960+0000 mgr.y (mgr.15423) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:32:47.389 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:47 smithi192 bash[39348]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr-x 2024-03-21T13:32:47.440 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (95s) 27s ago 9m 15.6M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 unknown 28s ago 8m - - 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 starting - - - - 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283 running (2m) 28s ago 15m 180M - 19.0.0-2267-g960fbbe4 19e12293512f 6b557bc36ded 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (53s) 27s ago 17m 478M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (17m) 27s ago 17m 66.2M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (15m) 28s ago 15m 58.4M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (15m) 27s ago 15m 55.3M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (106s) 27s ago 9m 10.6M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (76s) 28s ago 9m 10.3M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (14m) 27s ago 14m 58.1M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (13m) 27s ago 13m 59.0M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:32:47.441 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (13m) 27s ago 13m 53.5M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (12m) 27s ago 12m 55.8M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (12m) 28s ago 12m 58.1M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (11m) 28s ago 11m 54.8M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (10m) 28s ago 10m 53.6M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (10m) 28s ago 10m 56.0M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 starting - - - - 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (7m) 27s ago 7m 86.2M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (7m) 28s ago 7m 86.0M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (6m) 27s ago 6m 85.8M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:32:47.442 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (6m) 28s ago 6m 85.5M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:32:47.700 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:47 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:32:47.700 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:47 smithi192 bash[39420]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr-x 2024-03-21T13:32:47.700 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:47 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-03-21T13:32:47.700 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:47 smithi192 systemd[1]: Stopped Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:47.898 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "mds": {}, 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:32:47.899 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:32:47.900 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-21T13:32:47.900 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:32:47.900 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:32:47.900 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:32:47.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:47 smithi192 bash[14483]: audit 2024-03-21T13:32:46.641464+0000 mgr.y (mgr.15423) 48 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:47.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:47 smithi192 systemd[1]: Started Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:48.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:47 smithi038 bash[14284]: audit 2024-03-21T13:32:46.641464+0000 mgr.y (mgr.15423) 48 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:48.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:47 smithi038 bash[19780]: audit 2024-03-21T13:32:46.641464+0000 mgr.y (mgr.15423) 48 : audit [DBG] from='client.25423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "", 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading mgr daemons", 2024-03-21T13:32:48.299 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:32:48.300 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:32:48.737 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:32:48.737 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:32:48.738 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:32:48.885 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:48 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 5. 2024-03-21T13:32:48.885 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:48 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:48.885 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:48 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:47.035822+0000 mgr.y (mgr.15423) 49 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:47.424198+0000 mgr.y (mgr.15423) 50 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:47.443774+0000 mgr.y (mgr.15423) 51 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: cluster 2024-03-21T13:32:47.712812+0000 mgr.y (mgr.15423) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:47.883186+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:47.889878+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:47.898231+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.38:0/2538169612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[14284]: audit 2024-03-21T13:32:48.736952+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.38:0/1582637038' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:47.035822+0000 mgr.y (mgr.15423) 49 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:47.424198+0000 mgr.y (mgr.15423) 50 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:49.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:47.443774+0000 mgr.y (mgr.15423) 51 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:49.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: cluster 2024-03-21T13:32:47.712812+0000 mgr.y (mgr.15423) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:32:49.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:47.883186+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:49.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:47.889878+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:49.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:47.898231+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.38:0/2538169612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:32:49.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:48 smithi038 bash[19780]: audit 2024-03-21T13:32:48.736952+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.38:0/1582637038' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:32:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:47.035822+0000 mgr.y (mgr.15423) 49 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:47.424198+0000 mgr.y (mgr.15423) 50 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:47.443774+0000 mgr.y (mgr.15423) 51 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: cluster 2024-03-21T13:32:47.712812+0000 mgr.y (mgr.15423) 52 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:47.883186+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:47.889878+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:47.898231+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.38:0/2538169612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:32:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:48 smithi192 bash[14483]: audit 2024-03-21T13:32:48.736952+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.38:0/1582637038' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:32:49.809 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:49 smithi192 bash[39484]: debug 2024-03-21T13:32:49.645+0000 7f481080c700 1 -- 172.21.15.192:0/3896207914 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a91f91a5a0 con 0x55a92069c400 2024-03-21T13:32:50.113 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:49 smithi192 bash[14483]: audit 2024-03-21T13:32:48.298518+0000 mgr.y (mgr.15423) 53 : audit [DBG] from='client.25447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:50.129 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:49 smithi192 bash[39484]: debug 2024-03-21T13:32:49.809+0000 7f481aa1b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:32:50.130 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:49 smithi192 bash[39537]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:50.130 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:49 smithi192 bash[39537]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:32:50.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:49 smithi038 bash[14284]: audit 2024-03-21T13:32:48.298518+0000 mgr.y (mgr.15423) 53 : audit [DBG] from='client.25447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:50.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:49 smithi038 bash[19780]: audit 2024-03-21T13:32:48.298518+0000 mgr.y (mgr.15423) 53 : audit [DBG] from='client.25447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:32:50.920 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:50 smithi192 bash[39484]: debug 2024-03-21T13:32:50.749+0000 7f481aa1b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:32:50.920 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:50 smithi192 bash[39484]: debug 2024-03-21T13:32:50.849+0000 7f481aa1b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:32:50.920 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:50 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:32:50.920 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:32:50 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:32:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:50 smithi192 bash[14483]: cluster 2024-03-21T13:32:49.714523+0000 mgr.y (mgr.15423) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:51.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:50 smithi192 bash[39484]: debug 2024-03-21T13:32:50.949+0000 7f481aa1b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:32:51.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:50 smithi038 bash[14284]: cluster 2024-03-21T13:32:49.714523+0000 mgr.y (mgr.15423) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:51.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:50 smithi038 bash[19780]: cluster 2024-03-21T13:32:49.714523+0000 mgr.y (mgr.15423) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:51.609 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:51 smithi192 bash[39484]: debug 2024-03-21T13:32:51.233+0000 7f481aa1b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:32:51.942 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:51 smithi192 bash[39484]: debug 2024-03-21T13:32:51.605+0000 7f481aa1b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:32:51.942 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:51 smithi192 bash[39484]: debug 2024-03-21T13:32:51.765+0000 7f481aa1b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:32:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:51 smithi192 bash[14483]: cluster 2024-03-21T13:32:51.715421+0000 mgr.y (mgr.15423) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:52.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:51 smithi192 bash[39484]: debug 2024-03-21T13:32:51.989+0000 7f481aa1b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:32:52.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:51 smithi038 bash[14284]: cluster 2024-03-21T13:32:51.715421+0000 mgr.y (mgr.15423) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:52.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:51 smithi038 bash[19780]: cluster 2024-03-21T13:32:51.715421+0000 mgr.y (mgr.15423) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:53.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:53 smithi192 bash[39484]: debug 2024-03-21T13:32:53.041+0000 7f481aa1b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:32:53.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:53 smithi192 bash[39484]: debug 2024-03-21T13:32:53.153+0000 7f481aa1b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:32:53.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:53 smithi192 bash[39484]: debug 2024-03-21T13:32:53.269+0000 7f481aa1b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:32:53.767 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:53 smithi192 bash[39056]: ts=2024-03-21T13:32:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:54.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:53 smithi192 bash[39484]: debug 2024-03-21T13:32:53.761+0000 7f481aa1b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:32:54.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:54 smithi192 bash[39484]: debug 2024-03-21T13:32:54.001+0000 7f481aa1b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:32:54.831 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:54 smithi192 bash[39484]: debug 2024-03-21T13:32:54.501+0000 7f481aa1b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:32:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:54 smithi038 bash[14284]: cluster 2024-03-21T13:32:53.717090+0000 mgr.y (mgr.15423) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:54 smithi038 bash[14284]: audit 2024-03-21T13:32:54.452331+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:55.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:54 smithi038 bash[14284]: audit 2024-03-21T13:32:54.464544+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:54 smithi038 bash[19780]: cluster 2024-03-21T13:32:53.717090+0000 mgr.y (mgr.15423) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:54 smithi038 bash[19780]: audit 2024-03-21T13:32:54.452331+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:55.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:54 smithi038 bash[19780]: audit 2024-03-21T13:32:54.464544+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:55.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:54 smithi192 bash[14483]: cluster 2024-03-21T13:32:53.717090+0000 mgr.y (mgr.15423) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:32:55.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:54 smithi192 bash[14483]: audit 2024-03-21T13:32:54.452331+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:55.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:54 smithi192 bash[14483]: audit 2024-03-21T13:32:54.464544+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:55.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:55 smithi192 bash[39484]: debug 2024-03-21T13:32:55.061+0000 7f481aa1b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:32:55.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:55 smithi192 bash[39484]: debug 2024-03-21T13:32:55.617+0000 7f481aa1b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:32:55.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:55 smithi192 bash[39484]: debug 2024-03-21T13:32:55.729+0000 7f481aa1b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:32:56.366 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[14483]: audit 2024-03-21T13:32:55.103088+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:56.366 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[14483]: audit 2024-03-21T13:32:55.112240+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:56.366 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[14483]: cluster 2024-03-21T13:32:55.717848+0000 mgr.y (mgr.15423) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:56.366 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.093+0000 7f481aa1b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:32:56.366 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.209+0000 7f481aa1b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:32:56.366 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.361+0000 7f481aa1b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:32:56.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:56 smithi038 bash[14284]: audit 2024-03-21T13:32:55.103088+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:56.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:56 smithi038 bash[14284]: audit 2024-03-21T13:32:55.112240+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:56.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:56 smithi038 bash[14284]: cluster 2024-03-21T13:32:55.717848+0000 mgr.y (mgr.15423) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:56.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:56 smithi038 bash[19780]: audit 2024-03-21T13:32:55.103088+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:56.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:56 smithi038 bash[19780]: audit 2024-03-21T13:32:55.112240+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:56.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:56 smithi038 bash[19780]: cluster 2024-03-21T13:32:55.717848+0000 mgr.y (mgr.15423) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:56.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.481+0000 7f481aa1b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:32:56.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.605+0000 7f481aa1b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:32:57.125 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.793+0000 7f481aa1b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:32:57.125 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:56 smithi192 bash[39484]: debug 2024-03-21T13:32:56.925+0000 7f481aa1b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:32:57.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:32:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:32:57] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.33.4" 2024-03-21T13:32:57.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:57 smithi038 bash[14284]: audit 2024-03-21T13:32:56.109711+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:57 smithi038 bash[14284]: audit 2024-03-21T13:32:56.137632+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:57 smithi038 bash[19780]: audit 2024-03-21T13:32:56.109711+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:57 smithi038 bash[19780]: audit 2024-03-21T13:32:56.137632+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:57 smithi192 bash[14483]: audit 2024-03-21T13:32:56.109711+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:57 smithi192 bash[14483]: audit 2024-03-21T13:32:56.137632+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:32:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:58 smithi038 bash[14284]: audit 2024-03-21T13:32:57.454232+0000 mgr.y (mgr.15423) 58 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:58 smithi038 bash[14284]: audit 2024-03-21T13:32:57.629597+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:58 smithi038 bash[14284]: cluster 2024-03-21T13:32:57.718711+0000 mgr.y (mgr.15423) 59 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:58.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:58 smithi038 bash[19780]: audit 2024-03-21T13:32:57.454232+0000 mgr.y (mgr.15423) 58 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:58.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:58 smithi038 bash[19780]: audit 2024-03-21T13:32:57.629597+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:58.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:58 smithi038 bash[19780]: cluster 2024-03-21T13:32:57.718711+0000 mgr.y (mgr.15423) 59 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[14483]: audit 2024-03-21T13:32:57.454232+0000 mgr.y (mgr.15423) 58 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[14483]: audit 2024-03-21T13:32:57.629597+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[14483]: cluster 2024-03-21T13:32:57.718711+0000 mgr.y (mgr.15423) 59 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39484]: debug 2024-03-21T13:32:58.209+0000 7f481aa1b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39484]: [21/Mar/2024:13:32:58] ENGINE Bus STARTING 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39484]: CherryPy Checker: 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39484]: The Application mounted at '' has an empty config. 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39484]: [21/Mar/2024:13:32:58] ENGINE Serving on http://:::9283 2024-03-21T13:32:58.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39484]: [21/Mar/2024:13:32:58] ENGINE Bus STARTED 2024-03-21T13:32:58.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:32:58 smithi192 bash[39056]: ts=2024-03-21T13:32:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:32:59.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[14284]: cluster 2024-03-21T13:32:58.234631+0000 mon.a (mon.0) 1093 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[14284]: cluster 2024-03-21T13:32:58.234849+0000 mon.a (mon.0) 1094 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[14284]: audit 2024-03-21T13:32:58.238957+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[14284]: audit 2024-03-21T13:32:58.239878+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[14284]: audit 2024-03-21T13:32:58.245196+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[14284]: audit 2024-03-21T13:32:58.247404+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[19780]: cluster 2024-03-21T13:32:58.234631+0000 mon.a (mon.0) 1093 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[19780]: cluster 2024-03-21T13:32:58.234849+0000 mon.a (mon.0) 1094 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[19780]: audit 2024-03-21T13:32:58.238957+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:32:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[19780]: audit 2024-03-21T13:32:58.239878+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[19780]: audit 2024-03-21T13:32:58.245196+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:32:59.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:32:59 smithi038 bash[19780]: audit 2024-03-21T13:32:58.247404+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:32:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:59 smithi192 bash[14483]: cluster 2024-03-21T13:32:58.234631+0000 mon.a (mon.0) 1093 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:32:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:59 smithi192 bash[14483]: cluster 2024-03-21T13:32:58.234849+0000 mon.a (mon.0) 1094 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:32:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:59 smithi192 bash[14483]: audit 2024-03-21T13:32:58.238957+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:32:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:59 smithi192 bash[14483]: audit 2024-03-21T13:32:58.239878+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:32:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:59 smithi192 bash[14483]: audit 2024-03-21T13:32:58.245196+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:32:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:32:59 smithi192 bash[14483]: audit 2024-03-21T13:32:58.247404+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.192:0/1150036343' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:33:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:00 smithi192 bash[14483]: cluster 2024-03-21T13:32:59.181400+0000 mon.a (mon.0) 1095 : cluster [DBG] mgrmap e33: y(active, since 47s), standbys: x 2024-03-21T13:33:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:00 smithi192 bash[14483]: cluster 2024-03-21T13:32:59.720478+0000 mgr.y (mgr.15423) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:00.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:00 smithi038 bash[14284]: cluster 2024-03-21T13:32:59.181400+0000 mon.a (mon.0) 1095 : cluster [DBG] mgrmap e33: y(active, since 47s), standbys: x 2024-03-21T13:33:00.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:00 smithi038 bash[14284]: cluster 2024-03-21T13:32:59.720478+0000 mgr.y (mgr.15423) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:00.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:00 smithi038 bash[19780]: cluster 2024-03-21T13:32:59.181400+0000 mon.a (mon.0) 1095 : cluster [DBG] mgrmap e33: y(active, since 47s), standbys: x 2024-03-21T13:33:00.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:00 smithi038 bash[19780]: cluster 2024-03-21T13:32:59.720478+0000 mgr.y (mgr.15423) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:01.159 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:00 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 6. 2024-03-21T13:33:01.159 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:00 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:01.159 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:00 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:02.568 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:02 smithi192 bash[40223]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:02.569 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:02 smithi192 bash[40223]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:02 smithi192 bash[14483]: cluster 2024-03-21T13:33:01.721296+0000 mgr.y (mgr.15423) 61 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:03.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:02 smithi038 bash[14284]: cluster 2024-03-21T13:33:01.721296+0000 mgr.y (mgr.15423) 61 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:03.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:02 smithi038 bash[19780]: cluster 2024-03-21T13:33:01.721296+0000 mgr.y (mgr.15423) 61 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:03.611 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:03 smithi192 bash[39056]: ts=2024-03-21T13:33:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:03.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:03 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:33:03.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:03 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:33:05.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:04 smithi038 bash[14284]: cluster 2024-03-21T13:33:03.723094+0000 mgr.y (mgr.15423) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:05.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:04 smithi038 bash[19780]: cluster 2024-03-21T13:33:03.723094+0000 mgr.y (mgr.15423) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:04 smithi192 bash[14483]: cluster 2024-03-21T13:33:03.723094+0000 mgr.y (mgr.15423) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:07.125 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: cluster 2024-03-21T13:33:05.723979+0000 mgr.y (mgr.15423) 63 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.548221+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.558679+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.560602+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.562210+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.572704+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.657476+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.660866+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.673785+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.126 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.675539+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.682394+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.684070+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.692214+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.695043+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[19780]: audit 2024-03-21T13:33:06.696721+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: cluster 2024-03-21T13:33:05.723979+0000 mgr.y (mgr.15423) 63 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.548221+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.558679+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.560602+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.562210+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:33:07.127 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.572704+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.657476+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.660866+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.673785+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.675539+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.682394+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.684070+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.692214+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.695043+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:33:07.128 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:06 smithi038 bash[14284]: audit 2024-03-21T13:33:06.696721+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: cluster 2024-03-21T13:33:05.723979+0000 mgr.y (mgr.15423) 63 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.548221+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.558679+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.560602+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.562210+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.572704+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.657476+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.660866+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.673785+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.675539+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-21T13:33:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.682394+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-21T13:33:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.684070+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:33:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.692214+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:33:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.695043+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:33:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:06 smithi192 bash[14483]: audit 2024-03-21T13:33:06.696721+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:33:07.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:33:07] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2024-03-21T13:33:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[14284]: cluster 2024-03-21T13:33:06.565448+0000 mgr.y (mgr.15423) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2024-03-21T13:33:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[14284]: cluster 2024-03-21T13:33:06.565927+0000 mgr.y (mgr.15423) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:08.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[14284]: cephadm 2024-03-21T13:33:06.662415+0000 mgr.y (mgr.15423) 66 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-21T13:33:08.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[14284]: cephadm 2024-03-21T13:33:06.697809+0000 mgr.y (mgr.15423) 67 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:33:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[19780]: cluster 2024-03-21T13:33:06.565448+0000 mgr.y (mgr.15423) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2024-03-21T13:33:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[19780]: cluster 2024-03-21T13:33:06.565927+0000 mgr.y (mgr.15423) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[19780]: cephadm 2024-03-21T13:33:06.662415+0000 mgr.y (mgr.15423) 66 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-21T13:33:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:07 smithi038 bash[19780]: cephadm 2024-03-21T13:33:06.697809+0000 mgr.y (mgr.15423) 67 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:33:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:07 smithi192 bash[14483]: cluster 2024-03-21T13:33:06.565448+0000 mgr.y (mgr.15423) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2024-03-21T13:33:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:07 smithi192 bash[14483]: cluster 2024-03-21T13:33:06.565927+0000 mgr.y (mgr.15423) 65 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:07 smithi192 bash[14483]: cephadm 2024-03-21T13:33:06.662415+0000 mgr.y (mgr.15423) 66 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-21T13:33:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:07 smithi192 bash[14483]: cephadm 2024-03-21T13:33:06.697809+0000 mgr.y (mgr.15423) 67 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:33:08.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:08 smithi192 bash[14483]: audit 2024-03-21T13:33:07.463830+0000 mgr.y (mgr.15423) 68 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:08.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:08 smithi192 bash[39056]: ts=2024-03-21T13:33:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:09.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:08 smithi038 bash[14284]: audit 2024-03-21T13:33:07.463830+0000 mgr.y (mgr.15423) 68 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:09.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:08 smithi038 bash[19780]: audit 2024-03-21T13:33:07.463830+0000 mgr.y (mgr.15423) 68 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[14284]: cluster 2024-03-21T13:33:08.567542+0000 mgr.y (mgr.15423) 69 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[14284]: audit 2024-03-21T13:33:09.381806+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[14284]: audit 2024-03-21T13:33:09.383711+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:33:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[14284]: audit 2024-03-21T13:33:09.385348+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:33:10.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[14284]: audit 2024-03-21T13:33:09.386962+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[19780]: cluster 2024-03-21T13:33:08.567542+0000 mgr.y (mgr.15423) 69 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[19780]: audit 2024-03-21T13:33:09.381806+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[19780]: audit 2024-03-21T13:33:09.383711+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:33:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[19780]: audit 2024-03-21T13:33:09.385348+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:33:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:09 smithi038 bash[19780]: audit 2024-03-21T13:33:09.386962+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:09 smithi192 bash[14483]: cluster 2024-03-21T13:33:08.567542+0000 mgr.y (mgr.15423) 69 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:09 smithi192 bash[14483]: audit 2024-03-21T13:33:09.381806+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' 2024-03-21T13:33:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:09 smithi192 bash[14483]: audit 2024-03-21T13:33:09.383711+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:33:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:09 smithi192 bash[14483]: audit 2024-03-21T13:33:09.385348+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:33:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:09 smithi192 bash[14483]: audit 2024-03-21T13:33:09.386962+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:11.110 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:10 smithi038 bash[14284]: cephadm 2024-03-21T13:33:09.368242+0000 mgr.y (mgr.15423) 70 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:33:11.111 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:10 smithi038 bash[14284]: cephadm 2024-03-21T13:33:09.388755+0000 mgr.y (mgr.15423) 71 : cephadm [INF] Deploying daemon mon.a on smithi038 2024-03-21T13:33:11.111 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:10 smithi038 bash[19780]: cephadm 2024-03-21T13:33:09.368242+0000 mgr.y (mgr.15423) 70 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:33:11.111 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:10 smithi038 bash[19780]: cephadm 2024-03-21T13:33:09.388755+0000 mgr.y (mgr.15423) 71 : cephadm [INF] Deploying daemon mon.a on smithi038 2024-03-21T13:33:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:10 smithi192 bash[14483]: cephadm 2024-03-21T13:33:09.368242+0000 mgr.y (mgr.15423) 70 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:33:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:10 smithi192 bash[14483]: cephadm 2024-03-21T13:33:09.388755+0000 mgr.y (mgr.15423) 71 : cephadm [INF] Deploying daemon mon.a on smithi038 2024-03-21T13:33:12.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:11 smithi038 bash[19780]: cluster 2024-03-21T13:33:10.568322+0000 mgr.y (mgr.15423) 72 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:12.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:11 smithi038 bash[14284]: cluster 2024-03-21T13:33:10.568322+0000 mgr.y (mgr.15423) 72 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:12.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:12 smithi038 systemd[1]: Stopping Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:33:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:11 smithi192 bash[14483]: cluster 2024-03-21T13:33:10.568322+0000 mgr.y (mgr.15423) 72 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:12.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[14284]: debug 2024-03-21T13:33:12.243+0000 7f037095e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:33:12.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[14284]: debug 2024-03-21T13:33:12.243+0000 7f037095e700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T13:33:12.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[50714]: [21/Mar/2024:13:33:12] ENGINE Bus STOPPING 2024-03-21T13:33:12.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[50714]: [21/Mar/2024:13:33:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:33:12.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[50714]: [21/Mar/2024:13:33:12] ENGINE Bus STOPPED 2024-03-21T13:33:12.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[50714]: [21/Mar/2024:13:33:12] ENGINE Bus STARTING 2024-03-21T13:33:12.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[50714]: [21/Mar/2024:13:33:12] ENGINE Serving on http://:::9283 2024-03-21T13:33:12.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[50714]: [21/Mar/2024:13:33:12] ENGINE Bus STARTED 2024-03-21T13:33:12.823 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:12 smithi038 bash[53768]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:33:13.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:13 smithi038 bash[53854]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:33:13.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:13 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service: Succeeded. 2024-03-21T13:33:13.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:13 smithi038 systemd[1]: Stopped Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:13.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:13 smithi038 systemd[1]: Started Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:13.785 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:13 smithi192 bash[39056]: ts=2024-03-21T13:33:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:13.785 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:13 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 7. 2024-03-21T13:33:13.785 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:13 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:13.785 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:13 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.559+0000 7fd4f7ebdc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.559+0000 7fd4f7ebdc80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 8 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.559+0000 7fd4f7ebdc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 0 load: jerasure load: lrc 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Git sha 0 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: DB SUMMARY 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: DB Session ID: GIEBVB6UPJ4LUYLVGVFW 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:33:14.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1338 Bytes 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000036.sst 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000034.log size: 481432 ; 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.env: 0x55760d19ab20 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.info_log: 0x55760f0b5960 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:33:14.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:33:14.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:33:14.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.wal_dir: 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:33:14.908 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.write_buffer_manager: 0x55760f086820 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:33:14.909 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.row_cache: None 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:33:14.910 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:33:14.911 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:33:14.912 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.merge_operator: 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55760f0b5a60) 2024-03-21T13:33:14.913 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: cache_index_and_filter_blocks: 1 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: pin_top_level_index_and_filter: 1 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: index_type: 0 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: data_block_index_type: 0 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: index_shortening: 1 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: checksum: 4 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: no_block_cache: 0 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_cache: 0x55760f0b7090 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_cache_name: BinnedLRUCache 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_cache_options: 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: capacity : 536870912 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: num_shard_bits : 4 2024-03-21T13:33:14.914 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: strict_capacity_limit : 0 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: high_pri_pool_ratio: 0.000 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_cache_compressed: (nil) 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: persistent_cache: (nil) 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_size: 4096 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_size_deviation: 10 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_restart_interval: 16 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: index_block_restart_interval: 1 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: metadata_block_size: 4096 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: partition_filters: 0 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: use_delta_encoding: 1 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: filter_policy: bloomfilter 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: whole_key_filtering: 1 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: verify_compression: 0 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: read_amp_bytes_per_bit: 0 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: format_version: 5 2024-03-21T13:33:14.915 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: enable_index_compression: 1 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: block_align: 0 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: max_auto_readahead_size: 262144 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: prepopulate_block_cache: 0 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: initial_auto_readahead_size: 8192 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:33:14.916 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:33:14.917 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:33:14.918 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:33:14.918 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:33:14.918 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:33:14.919 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:33:14.920 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:33:14.921 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4ed627700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 36.sst 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 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 38, last_sequence is 17054, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d5dd9743-e35d-49cd-8b20-3e7ea7e39378 2024-03-21T13:33:14.922 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027994569392, "job": 1, "event": "recovery_started", "wal_files": [34]} 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.563+0000 7fd4f7ebdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.567+0000 7fd4f7ebdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027994572622, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 477432, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 17055, "largest_seqno": 17308, "table_properties": {"data_size": 475352, "index_size": 682, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3328, "raw_average_key_size": 25, "raw_value_size": 472469, "raw_average_value_size": 3634, "num_data_blocks": 30, "num_entries": 130, "num_filter_entries": 130, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711027994, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d5dd9743-e35d-49cd-8b20-3e7ea7e39378", "db_session_id": "GIEBVB6UPJ4LUYLVGVFW", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.567+0000 7fd4f7ebdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027994572731, "job": 1, "event": "recovery_finished"} 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.567+0000 7fd4f7ebdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.567+0000 7fd4f7ebdc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.571+0000 7fd4f7ebdc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000034.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.571+0000 7fd4f7ebdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55760f1aa000 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.571+0000 7fd4f7ebdc80 4 rocksdb: DB pointer 0x55760f194000 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.571+0000 7fd4e6619700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.571+0000 7fd4e6619700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: ** DB Stats ** 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:33:14.923 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: ** Compaction Stats [default] ** 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: L0 1/0 466.24 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 254.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: L6 1/0 10.34 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Sum 2/0 10.80 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 254.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 254.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: ** Compaction Stats [default] ** 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 254.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:33:14.924 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Cumulative compaction: 0.00 GB write, 52.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Interval compaction: 0.00 GB write, 52.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Block cache BinnedLRUCache@0x55760f0b7090#8 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 3.8e-05 secs_since: 0 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: Block cache entry stats(count,size,portion): FilterBlock(1,0.44 KB,8.34465e-05%) IndexBlock(1,0.77 KB,0.000146031%) Misc(1,0.00 KB,0%) 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.571+0000 7fd4f7ebdc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 1 mon.a@-1(???) e3 preinit fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:33:14.925 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 0 mon.a@-1(???).mds e1 new map 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: e1 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: legacy client fscid: -1 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: No filesystems configured 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 0 mon.a@-1(???).osd e103 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:33:14.926 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:14 smithi038 bash[53920]: debug 2024-03-21T13:33:14.575+0000 7fd4f7ebdc80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2024-03-21T13:33:15.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:14 smithi192 bash[40539]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:15.027 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:14 smithi192 bash[40539]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:15.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:15 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:33:15.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:15 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:33:16.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[50714]: ignoring --setuser ceph since I am not root 2024-03-21T13:33:16.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[50714]: ignoring --setgroup ceph since I am not root 2024-03-21T13:33:16.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[50714]: debug 2024-03-21T13:33:16.127+0000 7fef395ca700 1 -- 172.21.15.38:0/2706818935 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c550a025a0 con 0x55c551780800 2024-03-21T13:33:16.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[50714]: debug 2024-03-21T13:33:16.287+0000 7fef433bb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: audit 2024-03-21T13:33:12.260014+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: audit 2024-03-21T13:33:12.260472+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: audit 2024-03-21T13:33:12.260868+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:12.569040+0000 mgr.y (mgr.15423) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: audit 2024-03-21T13:33:12.633655+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:14.570418+0000 mgr.y (mgr.15423) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.001668+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.025111+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.036470+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.037410+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.037479+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:33:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.039241+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e33: y(active, since 64s), standbys: x 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.040016+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.040050+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.040075+0000 mon.a (mon.0) 9 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: audit 2024-03-21T13:33:16.056664+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.15423 ' entity='' 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[19780]: cluster 2024-03-21T13:33:16.059374+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e34: y(active, since 64s), standbys: x 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: audit 2024-03-21T13:33:12.260014+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: audit 2024-03-21T13:33:12.260472+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: audit 2024-03-21T13:33:12.260868+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:12.569040+0000 mgr.y (mgr.15423) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: audit 2024-03-21T13:33:12.633655+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:14.570418+0000 mgr.y (mgr.15423) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.001668+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:33:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.025111+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.036470+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.037410+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.037479+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.039241+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e33: y(active, since 64s), standbys: x 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.040016+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.040050+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.040075+0000 mon.a (mon.0) 9 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: audit 2024-03-21T13:33:16.056664+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.15423 ' entity='' 2024-03-21T13:33:16.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:16 smithi038 bash[53920]: cluster 2024-03-21T13:33:16.059374+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e34: y(active, since 64s), standbys: x 2024-03-21T13:33:16.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[39484]: ignoring --setuser ceph since I am not root 2024-03-21T13:33:16.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[39484]: ignoring --setgroup ceph since I am not root 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[39484]: debug 2024-03-21T13:33:16.116+0000 7fa137535700 1 -- 172.21.15.192:0/2435892047 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5640295fe5a0 con 0x56402a37ec00 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[39484]: debug 2024-03-21T13:33:16.280+0000 7fa141326200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: audit 2024-03-21T13:33:12.260014+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: audit 2024-03-21T13:33:12.260472+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: audit 2024-03-21T13:33:12.260868+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:12.569040+0000 mgr.y (mgr.15423) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: audit 2024-03-21T13:33:12.633655+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.15423 172.21.15.38:0/1078543567' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:14.570418+0000 mgr.y (mgr.15423) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.001668+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.025111+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.036470+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:33:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.037410+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.037479+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.039241+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e33: y(active, since 64s), standbys: x 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.040016+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.040050+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.040075+0000 mon.a (mon.0) 9 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: audit 2024-03-21T13:33:16.056664+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.15423 ' entity='' 2024-03-21T13:33:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:16 smithi192 bash[14483]: cluster 2024-03-21T13:33:16.059374+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e34: y(active, since 64s), standbys: x 2024-03-21T13:33:17.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:17 smithi192 bash[39484]: debug 2024-03-21T13:33:17.200+0000 7fa141326200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:33:17.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:17 smithi192 bash[39484]: debug 2024-03-21T13:33:17.300+0000 7fa141326200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:33:17.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:17 smithi192 bash[39484]: debug 2024-03-21T13:33:17.400+0000 7fa141326200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:33:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:17 smithi038 bash[50714]: debug 2024-03-21T13:33:17.231+0000 7fef433bb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:33:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:17 smithi038 bash[50714]: debug 2024-03-21T13:33:17.335+0000 7fef433bb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:33:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:17 smithi038 bash[50714]: debug 2024-03-21T13:33:17.443+0000 7fef433bb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:33:17.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:17 smithi192 bash[39484]: debug 2024-03-21T13:33:17.688+0000 7fa141326200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:33:18.074 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:17 smithi038 bash[50714]: debug 2024-03-21T13:33:17.739+0000 7fef433bb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:33:18.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:18 smithi038 bash[19780]: cluster 2024-03-21T13:33:17.070380+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e35: y(active, since 65s), standbys: x 2024-03-21T13:33:18.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:18 smithi038 bash[53920]: cluster 2024-03-21T13:33:17.070380+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e35: y(active, since 65s), standbys: x 2024-03-21T13:33:18.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:18 smithi038 bash[50714]: debug 2024-03-21T13:33:18.127+0000 7fef433bb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:33:18.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:18 smithi038 bash[50714]: debug 2024-03-21T13:33:18.291+0000 7fef433bb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:33:18.440 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:18 smithi192 bash[14483]: cluster 2024-03-21T13:33:17.070380+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e35: y(active, since 65s), standbys: x 2024-03-21T13:33:18.440 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:18 smithi192 bash[39484]: debug 2024-03-21T13:33:18.064+0000 7fa141326200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:33:18.440 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:18 smithi192 bash[39484]: debug 2024-03-21T13:33:18.224+0000 7fa141326200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:33:18.440 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:18 smithi192 bash[39484]: debug 2024-03-21T13:33:18.436+0000 7fa141326200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:33:18.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:18 smithi038 bash[50714]: debug 2024-03-21T13:33:18.511+0000 7fef433bb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:33:19.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:19 smithi192 bash[39484]: debug 2024-03-21T13:33:19.456+0000 7fa141326200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:33:19.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:19 smithi192 bash[39484]: debug 2024-03-21T13:33:19.564+0000 7fa141326200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:33:19.712 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:19 smithi192 bash[39484]: debug 2024-03-21T13:33:19.684+0000 7fa141326200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:33:19.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:19 smithi038 bash[50714]: debug 2024-03-21T13:33:19.571+0000 7fef433bb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:33:19.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:19 smithi038 bash[50714]: debug 2024-03-21T13:33:19.687+0000 7fef433bb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:33:19.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:19 smithi038 bash[50714]: debug 2024-03-21T13:33:19.807+0000 7fef433bb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:33:20.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:20 smithi192 bash[39484]: debug 2024-03-21T13:33:20.160+0000 7fa141326200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:33:20.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:20 smithi192 bash[39484]: debug 2024-03-21T13:33:20.384+0000 7fa141326200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:33:20.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:20 smithi038 bash[50714]: debug 2024-03-21T13:33:20.295+0000 7fef433bb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:33:20.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:20 smithi038 bash[50714]: debug 2024-03-21T13:33:20.527+0000 7fef433bb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:33:21.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:20 smithi192 bash[39484]: debug 2024-03-21T13:33:20.840+0000 7fa141326200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:33:21.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:21 smithi038 bash[50714]: debug 2024-03-21T13:33:21.003+0000 7fef433bb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:33:21.711 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:21 smithi192 bash[39484]: debug 2024-03-21T13:33:21.360+0000 7fa141326200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:33:21.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:21 smithi038 bash[50714]: debug 2024-03-21T13:33:21.539+0000 7fef433bb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:33:22.211 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:21 smithi192 bash[39484]: debug 2024-03-21T13:33:21.904+0000 7fa141326200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:33:22.212 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:22 smithi192 bash[39484]: debug 2024-03-21T13:33:22.020+0000 7fa141326200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:33:22.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:22 smithi038 bash[50714]: debug 2024-03-21T13:33:22.111+0000 7fef433bb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:33:22.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:22 smithi038 bash[50714]: debug 2024-03-21T13:33:22.227+0000 7fef433bb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:33:22.635 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:22 smithi192 bash[39484]: debug 2024-03-21T13:33:22.372+0000 7fa141326200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:33:22.635 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:22 smithi192 bash[39484]: debug 2024-03-21T13:33:22.488+0000 7fa141326200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:33:22.856 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:22 smithi038 bash[50714]: debug 2024-03-21T13:33:22.587+0000 7fef433bb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:33:22.856 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:22 smithi038 bash[50714]: debug 2024-03-21T13:33:22.703+0000 7fef433bb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:33:22.961 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:22 smithi192 bash[39484]: debug 2024-03-21T13:33:22.628+0000 7fa141326200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:33:22.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:22 smithi192 bash[39484]: debug 2024-03-21T13:33:22.744+0000 7fa141326200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:33:22.962 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:22 smithi192 bash[39484]: debug 2024-03-21T13:33:22.872+0000 7fa141326200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:33:23.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:22 smithi038 bash[50714]: debug 2024-03-21T13:33:22.855+0000 7fef433bb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:33:23.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:22 smithi038 bash[50714]: debug 2024-03-21T13:33:22.971+0000 7fef433bb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:33:23.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:23 smithi038 bash[50714]: debug 2024-03-21T13:33:23.103+0000 7fef433bb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:33:23.461 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:23 smithi192 bash[39484]: debug 2024-03-21T13:33:23.060+0000 7fa141326200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:33:23.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:23 smithi192 bash[39484]: debug 2024-03-21T13:33:23.188+0000 7fa141326200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:33:23.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:23 smithi038 bash[50714]: debug 2024-03-21T13:33:23.299+0000 7fef433bb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:33:23.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:23 smithi038 bash[50714]: debug 2024-03-21T13:33:23.431+0000 7fef433bb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:33:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:23 smithi192 bash[39056]: ts=2024-03-21T13:33:23.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:24.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[50714]: debug 2024-03-21T13:33:24.747+0000 7fef433bb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:33:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.507287+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:33:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.507470+0000 mon.a (mon.0) 14 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:33:24.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[19780]: audit 2024-03-21T13:33:24.510743+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[19780]: audit 2024-03-21T13:33:24.513145+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[19780]: audit 2024-03-21T13:33:24.517078+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[19780]: audit 2024-03-21T13:33:24.519060+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.507287+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.507470+0000 mon.a (mon.0) 14 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[53920]: audit 2024-03-21T13:33:24.510743+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[53920]: audit 2024-03-21T13:33:24.513145+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[53920]: audit 2024-03-21T13:33:24.517078+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:33:24.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[53920]: audit 2024-03-21T13:33:24.519060+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:33:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.507287+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:33:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.507470+0000 mon.a (mon.0) 14 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:33:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[14483]: audit 2024-03-21T13:33:24.510743+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:33:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[14483]: audit 2024-03-21T13:33:24.513145+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:33:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[14483]: audit 2024-03-21T13:33:24.517078+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:33:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[14483]: audit 2024-03-21T13:33:24.519060+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.? 172.21.15.192:0/1586857391' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:33:24.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[39484]: debug 2024-03-21T13:33:24.480+0000 7fa141326200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:33:24.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[39484]: [21/Mar/2024:13:33:24] ENGINE Bus STARTING 2024-03-21T13:33:24.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[39484]: CherryPy Checker: 2024-03-21T13:33:24.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[39484]: The Application mounted at '' has an empty config. 2024-03-21T13:33:24.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[39484]: [21/Mar/2024:13:33:24] ENGINE Serving on http://:::9283 2024-03-21T13:33:24.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:33:24 smithi192 bash[39484]: [21/Mar/2024:13:33:24] ENGINE Bus STARTED 2024-03-21T13:33:25.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:24 smithi038 bash[50714]: [21/Mar/2024:13:33:24] ENGINE Bus STARTING 2024-03-21T13:33:25.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[50714]: CherryPy Checker: 2024-03-21T13:33:25.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[50714]: The Application mounted at '' has an empty config. 2024-03-21T13:33:25.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[50714]: [21/Mar/2024:13:33:25] ENGINE Serving on http://:::9283 2024-03-21T13:33:25.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[50714]: [21/Mar/2024:13:33:25] ENGINE Bus STARTED 2024-03-21T13:33:25.795 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:33:25.904 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[50714]: debug 2024-03-21T13:33:25.775+0000 7feefae37700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-03-21T13:33:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.573236+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e36: y(active, since 73s), standbys: x 2024-03-21T13:33:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.752053+0000 mon.a (mon.0) 16 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:33:25.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.752552+0000 mon.a (mon.0) 17 : cluster [INF] Activating manager daemon y 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.766660+0000 mon.a (mon.0) 18 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.768026+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e37: y(active, starting, since 0.0155886s), standbys: x 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.775677+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.775900+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.776105+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.780551+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.780793+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.781025+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.781282+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.781528+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.781772+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.781986+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.782216+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.782484+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:33:25.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.782739+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.782982+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.783190+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.783666+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: cluster 2024-03-21T13:33:24.792935+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.906245+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.921641+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.922114+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25471 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.964415+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[53920]: audit 2024-03-21T13:33:24.964835+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25471 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:33:25.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.573236+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e36: y(active, since 73s), standbys: x 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.752053+0000 mon.a (mon.0) 16 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.752552+0000 mon.a (mon.0) 17 : cluster [INF] Activating manager daemon y 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.766660+0000 mon.a (mon.0) 18 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.768026+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e37: y(active, starting, since 0.0155886s), standbys: x 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.775677+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.775900+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.776105+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.780551+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.780793+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.781025+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.781282+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.781528+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.781772+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:33:25.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.781986+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.782216+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.782484+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.782739+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.782982+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.783190+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.783666+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: cluster 2024-03-21T13:33:24.792935+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.906245+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.921641+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.922114+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25471 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.964415+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:33:25.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:25 smithi038 bash[19780]: audit 2024-03-21T13:33:24.964835+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25471 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:33:25.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:25 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 8. 2024-03-21T13:33:26.048 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:25 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:26.049 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:25 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.573236+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e36: y(active, since 73s), standbys: x 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.752053+0000 mon.a (mon.0) 16 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.752552+0000 mon.a (mon.0) 17 : cluster [INF] Activating manager daemon y 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.766660+0000 mon.a (mon.0) 18 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.768026+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e37: y(active, starting, since 0.0155886s), standbys: x 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.775677+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:26.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.775900+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.776105+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.780551+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.780793+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.781025+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.781282+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.781528+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.781772+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.781986+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.782216+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.782484+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.782739+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.782982+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.783190+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:33:26.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.783666+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:33:26.051 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: cluster 2024-03-21T13:33:24.792935+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-03-21T13:33:26.051 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.906245+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:26.051 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.921641+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:33:26.051 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.922114+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.25471 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:33:26.051 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.964415+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:33:26.051 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:25 smithi192 bash[14483]: audit 2024-03-21T13:33:24.964835+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.25471 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:33:26.564 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (2m) 32s ago 9m 15.7M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 unknown 31s ago 9m - - 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (50s) 32s ago 7m 44.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (38s) 31s ago 15m 100M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (92s) 32s ago 17m 490M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (17m) 32s ago 18m 70.7M 2048M 17.2.0 e1d6a67b021e 28a297aa9085 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (16m) 31s ago 16m 51.5M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (16m) 32s ago 16m 58.9M 2048M 17.2.0 e1d6a67b021e bc36b62e51eb 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (2m) 32s ago 9m 10.9M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:33:26.565 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (115s) 31s ago 9m 10.6M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (15m) 32s ago 15m 58.3M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (14m) 32s ago 14m 59.3M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (13m) 32s ago 13m 53.8M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (13m) 32s ago 13m 56.1M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (12m) 31s ago 12m 58.2M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (12m) 31s ago 12m 55.1M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (11m) 31s ago 11m 53.7M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (10m) 31s ago 10m 56.4M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (45s) 31s ago 9m 48.0M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (7m) 32s ago 7m 86.3M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (7m) 31s ago 7m 86.2M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (7m) 32s ago 7m 86.2M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:33:26.566 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (7m) 31s ago 7m 85.9M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:33:27.034 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:33:27.034 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:33:27.034 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:33:27.035 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:33:27.036 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:33:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cephadm 2024-03-21T13:33:25.493542+0000 mgr.y (mgr.25471) 1 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Bus STARTING 2024-03-21T13:33:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cephadm 2024-03-21T13:33:25.626594+0000 mgr.y (mgr.25471) 2 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:33:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cephadm 2024-03-21T13:33:25.728719+0000 mgr.y (mgr.25471) 3 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Serving on http://172.21.15.38:8765 2024-03-21T13:33:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cephadm 2024-03-21T13:33:25.729397+0000 mgr.y (mgr.25471) 4 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Bus STARTED 2024-03-21T13:33:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: audit 2024-03-21T13:33:25.769771+0000 mgr.y (mgr.25471) 5 : audit [DBG] from='client.34113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:27.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cluster 2024-03-21T13:33:25.771081+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e38: y(active, since 1.01865s), standbys: x 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: audit 2024-03-21T13:33:25.778893+0000 mgr.y (mgr.25471) 6 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cluster 2024-03-21T13:33:25.787543+0000 mgr.y (mgr.25471) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[53920]: cluster 2024-03-21T13:33:26.762830+0000 mon.a (mon.0) 24 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cephadm 2024-03-21T13:33:25.493542+0000 mgr.y (mgr.25471) 1 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Bus STARTING 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cephadm 2024-03-21T13:33:25.626594+0000 mgr.y (mgr.25471) 2 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cephadm 2024-03-21T13:33:25.728719+0000 mgr.y (mgr.25471) 3 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Serving on http://172.21.15.38:8765 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cephadm 2024-03-21T13:33:25.729397+0000 mgr.y (mgr.25471) 4 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Bus STARTED 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: audit 2024-03-21T13:33:25.769771+0000 mgr.y (mgr.25471) 5 : audit [DBG] from='client.34113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cluster 2024-03-21T13:33:25.771081+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e38: y(active, since 1.01865s), standbys: x 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: audit 2024-03-21T13:33:25.778893+0000 mgr.y (mgr.25471) 6 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cluster 2024-03-21T13:33:25.787543+0000 mgr.y (mgr.25471) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:27.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:26 smithi038 bash[19780]: cluster 2024-03-21T13:33:26.762830+0000 mon.a (mon.0) 24 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:33:27.158 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[40800]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:27.158 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[40800]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cephadm 2024-03-21T13:33:25.493542+0000 mgr.y (mgr.25471) 1 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Bus STARTING 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cephadm 2024-03-21T13:33:25.626594+0000 mgr.y (mgr.25471) 2 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Serving on https://172.21.15.38:7150 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cephadm 2024-03-21T13:33:25.728719+0000 mgr.y (mgr.25471) 3 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Serving on http://172.21.15.38:8765 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cephadm 2024-03-21T13:33:25.729397+0000 mgr.y (mgr.25471) 4 : cephadm [INF] [21/Mar/2024:13:33:25] ENGINE Bus STARTED 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: audit 2024-03-21T13:33:25.769771+0000 mgr.y (mgr.25471) 5 : audit [DBG] from='client.34113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cluster 2024-03-21T13:33:25.771081+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e38: y(active, since 1.01865s), standbys: x 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: audit 2024-03-21T13:33:25.778893+0000 mgr.y (mgr.25471) 6 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cluster 2024-03-21T13:33:25.787543+0000 mgr.y (mgr.25471) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:27.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:26 smithi192 bash[14483]: cluster 2024-03-21T13:33:26.762830+0000 mon.a (mon.0) 24 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:33:27.438 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:33:27.438 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr" 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "2/23 daemons upgraded", 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:33:27.439 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:33:27.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:33:27] "GET /metrics HTTP/1.1" 200 35445 "" "Prometheus/2.33.4" 2024-03-21T13:33:27.905 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:33:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[53920]: audit 2024-03-21T13:33:26.170337+0000 mgr.y (mgr.25471) 8 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[53920]: audit 2024-03-21T13:33:26.547651+0000 mgr.y (mgr.25471) 9 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[53920]: cluster 2024-03-21T13:33:26.762891+0000 mon.a (mon.0) 25 : cluster [INF] Cluster is now healthy 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[53920]: cluster 2024-03-21T13:33:26.780647+0000 mgr.y (mgr.25471) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[53920]: audit 2024-03-21T13:33:27.033407+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.38:0/3580935175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[19780]: audit 2024-03-21T13:33:26.170337+0000 mgr.y (mgr.25471) 8 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[19780]: audit 2024-03-21T13:33:26.547651+0000 mgr.y (mgr.25471) 9 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[19780]: cluster 2024-03-21T13:33:26.762891+0000 mon.a (mon.0) 25 : cluster [INF] Cluster is now healthy 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[19780]: cluster 2024-03-21T13:33:26.780647+0000 mgr.y (mgr.25471) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:27 smithi038 bash[19780]: audit 2024-03-21T13:33:27.033407+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.38:0/3580935175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:28.211 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:27 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:33:28.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:27 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:33:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:27 smithi192 bash[14483]: audit 2024-03-21T13:33:26.170337+0000 mgr.y (mgr.25471) 8 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:27 smithi192 bash[14483]: audit 2024-03-21T13:33:26.547651+0000 mgr.y (mgr.25471) 9 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:27 smithi192 bash[14483]: cluster 2024-03-21T13:33:26.762891+0000 mon.a (mon.0) 25 : cluster [INF] Cluster is now healthy 2024-03-21T13:33:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:27 smithi192 bash[14483]: cluster 2024-03-21T13:33:26.780647+0000 mgr.y (mgr.25471) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:27 smithi192 bash[14483]: audit 2024-03-21T13:33:27.033407+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.38:0/3580935175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:28 smithi192 bash[14483]: audit 2024-03-21T13:33:27.437093+0000 mgr.y (mgr.25471) 11 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:28 smithi192 bash[14483]: cluster 2024-03-21T13:33:27.781614+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e39: y(active, since 3s), standbys: x 2024-03-21T13:33:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:28 smithi192 bash[14483]: audit 2024-03-21T13:33:27.904838+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.38:0/4167814011' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:33:28.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:28 smithi192 bash[39056]: ts=2024-03-21T13:33:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:29.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:28 smithi038 bash[53920]: audit 2024-03-21T13:33:27.437093+0000 mgr.y (mgr.25471) 11 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:29.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:28 smithi038 bash[53920]: cluster 2024-03-21T13:33:27.781614+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e39: y(active, since 3s), standbys: x 2024-03-21T13:33:29.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:28 smithi038 bash[53920]: audit 2024-03-21T13:33:27.904838+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.38:0/4167814011' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:33:29.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:28 smithi038 bash[19780]: audit 2024-03-21T13:33:27.437093+0000 mgr.y (mgr.25471) 11 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:33:29.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:28 smithi038 bash[19780]: cluster 2024-03-21T13:33:27.781614+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e39: y(active, since 3s), standbys: x 2024-03-21T13:33:29.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:28 smithi038 bash[19780]: audit 2024-03-21T13:33:27.904838+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 172.21.15.38:0/4167814011' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:33:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:29 smithi038 bash[53920]: cluster 2024-03-21T13:33:28.781388+0000 mgr.y (mgr.25471) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:30.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:29 smithi038 bash[19780]: cluster 2024-03-21T13:33:28.781388+0000 mgr.y (mgr.25471) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:29 smithi192 bash[14483]: cluster 2024-03-21T13:33:28.781388+0000 mgr.y (mgr.25471) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:33:31.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:30 smithi038 bash[53920]: cluster 2024-03-21T13:33:29.813826+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e40: y(active, since 5s), standbys: x 2024-03-21T13:33:31.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:30 smithi038 bash[19780]: cluster 2024-03-21T13:33:29.813826+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e40: y(active, since 5s), standbys: x 2024-03-21T13:33:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:30 smithi192 bash[14483]: cluster 2024-03-21T13:33:29.813826+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e40: y(active, since 5s), standbys: x 2024-03-21T13:33:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:31 smithi038 bash[53920]: cluster 2024-03-21T13:33:30.782169+0000 mgr.y (mgr.25471) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-21T13:33:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:31 smithi038 bash[53920]: audit 2024-03-21T13:33:31.721431+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:31 smithi038 bash[53920]: audit 2024-03-21T13:33:31.741299+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:32.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:31 smithi038 bash[19780]: cluster 2024-03-21T13:33:30.782169+0000 mgr.y (mgr.25471) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-21T13:33:32.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:31 smithi038 bash[19780]: audit 2024-03-21T13:33:31.721431+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:32.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:31 smithi038 bash[19780]: audit 2024-03-21T13:33:31.741299+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:31 smithi192 bash[14483]: cluster 2024-03-21T13:33:30.782169+0000 mgr.y (mgr.25471) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-21T13:33:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:31 smithi192 bash[14483]: audit 2024-03-21T13:33:31.721431+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:31 smithi192 bash[14483]: audit 2024-03-21T13:33:31.741299+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[53920]: audit 2024-03-21T13:33:31.899196+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[53920]: audit 2024-03-21T13:33:31.913942+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[53920]: audit 2024-03-21T13:33:32.850254+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[53920]: audit 2024-03-21T13:33:32.867023+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[19780]: audit 2024-03-21T13:33:31.899196+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[19780]: audit 2024-03-21T13:33:31.913942+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[19780]: audit 2024-03-21T13:33:32.850254+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:32 smithi038 bash[19780]: audit 2024-03-21T13:33:32.867023+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:32 smithi192 bash[14483]: audit 2024-03-21T13:33:31.899196+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:32 smithi192 bash[14483]: audit 2024-03-21T13:33:31.913942+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:32 smithi192 bash[14483]: audit 2024-03-21T13:33:32.850254+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:32 smithi192 bash[14483]: audit 2024-03-21T13:33:32.867023+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:33.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:33 smithi192 bash[39056]: ts=2024-03-21T13:33:33.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:34 smithi038 bash[53920]: cluster 2024-03-21T13:33:32.783013+0000 mgr.y (mgr.25471) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:33:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:34 smithi038 bash[53920]: audit 2024-03-21T13:33:33.035862+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:34 smithi038 bash[53920]: audit 2024-03-21T13:33:33.050508+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:34 smithi038 bash[19780]: cluster 2024-03-21T13:33:32.783013+0000 mgr.y (mgr.25471) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:33:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:34 smithi038 bash[19780]: audit 2024-03-21T13:33:33.035862+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:34 smithi038 bash[19780]: audit 2024-03-21T13:33:33.050508+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:34 smithi192 bash[14483]: cluster 2024-03-21T13:33:32.783013+0000 mgr.y (mgr.25471) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:33:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:34 smithi192 bash[14483]: audit 2024-03-21T13:33:33.035862+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:34 smithi192 bash[14483]: audit 2024-03-21T13:33:33.050508+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:36 smithi038 bash[53920]: cluster 2024-03-21T13:33:34.783767+0000 mgr.y (mgr.25471) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:33:36.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:36 smithi038 bash[19780]: cluster 2024-03-21T13:33:34.783767+0000 mgr.y (mgr.25471) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:33:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:36 smithi192 bash[14483]: cluster 2024-03-21T13:33:34.783767+0000 mgr.y (mgr.25471) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:33:37.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:33:37] "GET /metrics HTTP/1.1" 200 35445 "" "Prometheus/2.33.4" 2024-03-21T13:33:37.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:37 smithi038 bash[53920]: audit 2024-03-21T13:33:35.789450+0000 mgr.y (mgr.25471) 16 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:37 smithi038 bash[19780]: audit 2024-03-21T13:33:35.789450+0000 mgr.y (mgr.25471) 16 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:37 smithi192 bash[14483]: audit 2024-03-21T13:33:35.789450+0000 mgr.y (mgr.25471) 16 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:38 smithi192 bash[14483]: cluster 2024-03-21T13:33:36.785485+0000 mgr.y (mgr.25471) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:33:38.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:37 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 9. 2024-03-21T13:33:38.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:37 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:38.212 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:37 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:38.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:38 smithi038 bash[53920]: cluster 2024-03-21T13:33:36.785485+0000 mgr.y (mgr.25471) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:33:38.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:38 smithi038 bash[19780]: cluster 2024-03-21T13:33:36.785485+0000 mgr.y (mgr.25471) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T13:33:38.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:38 smithi192 bash[39056]: ts=2024-03-21T13:33:38.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:39.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:39 smithi192 bash[41364]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:39.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:39 smithi192 bash[41364]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:33:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:40 smithi038 bash[53920]: cluster 2024-03-21T13:33:38.786273+0000 mgr.y (mgr.25471) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:33:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:40 smithi038 bash[53920]: audit 2024-03-21T13:33:39.914220+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:40 smithi038 bash[53920]: audit 2024-03-21T13:33:39.921656+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:40 smithi038 bash[19780]: cluster 2024-03-21T13:33:38.786273+0000 mgr.y (mgr.25471) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:33:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:40 smithi038 bash[19780]: audit 2024-03-21T13:33:39.914220+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:40 smithi038 bash[19780]: audit 2024-03-21T13:33:39.921656+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:40 smithi192 bash[14483]: cluster 2024-03-21T13:33:38.786273+0000 mgr.y (mgr.25471) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:33:40.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:40 smithi192 bash[14483]: audit 2024-03-21T13:33:39.914220+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:40.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:40 smithi192 bash[14483]: audit 2024-03-21T13:33:39.921656+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:41.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:41 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:33:41.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:41 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:33:42.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:42 smithi038 bash[53920]: cluster 2024-03-21T13:33:40.787779+0000 mgr.y (mgr.25471) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:33:42.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:42 smithi038 bash[19780]: cluster 2024-03-21T13:33:40.787779+0000 mgr.y (mgr.25471) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:33:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:42 smithi192 bash[14483]: cluster 2024-03-21T13:33:40.787779+0000 mgr.y (mgr.25471) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:33:43.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:43 smithi192 bash[39056]: ts=2024-03-21T13:33:43.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:44.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:44 smithi038 bash[53920]: cluster 2024-03-21T13:33:42.788763+0000 mgr.y (mgr.25471) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:44.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:44 smithi038 bash[53920]: audit 2024-03-21T13:33:44.076908+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:44.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:44 smithi038 bash[19780]: cluster 2024-03-21T13:33:42.788763+0000 mgr.y (mgr.25471) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:44 smithi038 bash[19780]: audit 2024-03-21T13:33:44.076908+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:44 smithi192 bash[14483]: cluster 2024-03-21T13:33:42.788763+0000 mgr.y (mgr.25471) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:44 smithi192 bash[14483]: audit 2024-03-21T13:33:44.076908+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.093858+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.104314+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.106860+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.108860+0000 mgr.y (mgr.25471) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.109179+0000 mgr.y (mgr.25471) 22 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.881956+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.894329+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.932574+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.949815+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:44.961299+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:45.050175+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:33:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:45.053858+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:45.056368+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[53920]: audit 2024-03-21T13:33:45.058113+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.093858+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.104314+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.106860+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.108860+0000 mgr.y (mgr.25471) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.109179+0000 mgr.y (mgr.25471) 22 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.881956+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.894329+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.932574+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.949815+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:44.961299+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:45.050175+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:33:45.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:45.053858+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:45.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:45.056368+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:33:45.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:45 smithi038 bash[19780]: audit 2024-03-21T13:33:45.058113+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.093858+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.104314+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.106860+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.108860+0000 mgr.y (mgr.25471) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.109179+0000 mgr.y (mgr.25471) 22 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.881956+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.894329+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.932574+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.949815+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:44.961299+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:45.050175+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:45.053858+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:45.056368+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:33:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:45 smithi192 bash[14483]: audit 2024-03-21T13:33:45.058113+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-21T13:33:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.324493+0000 mgr.y (mgr.25471) 23 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:33:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.324875+0000 mgr.y (mgr.25471) 24 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.490162+0000 mgr.y (mgr.25471) 25 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.540633+0000 mgr.y (mgr.25471) 26 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.656532+0000 mgr.y (mgr.25471) 27 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:44.705682+0000 mgr.y (mgr.25471) 28 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cluster 2024-03-21T13:33:44.789599+0000 mgr.y (mgr.25471) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cluster 2024-03-21T13:33:44.953998+0000 mgr.y (mgr.25471) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cephadm 2024-03-21T13:33:45.059340+0000 mgr.y (mgr.25471) 31 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[53920]: cluster 2024-03-21T13:33:45.098382+0000 mon.a (mon.0) 46 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.324493+0000 mgr.y (mgr.25471) 23 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.324875+0000 mgr.y (mgr.25471) 24 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.490162+0000 mgr.y (mgr.25471) 25 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.540633+0000 mgr.y (mgr.25471) 26 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.656532+0000 mgr.y (mgr.25471) 27 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:33:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:44.705682+0000 mgr.y (mgr.25471) 28 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:33:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cluster 2024-03-21T13:33:44.789599+0000 mgr.y (mgr.25471) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cluster 2024-03-21T13:33:44.953998+0000 mgr.y (mgr.25471) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cephadm 2024-03-21T13:33:45.059340+0000 mgr.y (mgr.25471) 31 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-21T13:33:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:46 smithi038 bash[19780]: cluster 2024-03-21T13:33:45.098382+0000 mon.a (mon.0) 46 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.324493+0000 mgr.y (mgr.25471) 23 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.324875+0000 mgr.y (mgr.25471) 24 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.490162+0000 mgr.y (mgr.25471) 25 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.540633+0000 mgr.y (mgr.25471) 26 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.656532+0000 mgr.y (mgr.25471) 27 : cephadm [INF] Updating smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:44.705682+0000 mgr.y (mgr.25471) 28 : cephadm [INF] Updating smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cluster 2024-03-21T13:33:44.789599+0000 mgr.y (mgr.25471) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cluster 2024-03-21T13:33:44.953998+0000 mgr.y (mgr.25471) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cephadm 2024-03-21T13:33:45.059340+0000 mgr.y (mgr.25471) 31 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-21T13:33:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:46 smithi192 bash[14483]: cluster 2024-03-21T13:33:45.098382+0000 mon.a (mon.0) 46 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:33:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:47 smithi038 bash[53920]: audit 2024-03-21T13:33:45.799941+0000 mgr.y (mgr.25471) 32 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:47.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:33:47] "GET /metrics HTTP/1.1" 200 38250 "" "Prometheus/2.33.4" 2024-03-21T13:33:47.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:47 smithi038 bash[19780]: audit 2024-03-21T13:33:45.799941+0000 mgr.y (mgr.25471) 32 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:47 smithi192 bash[14483]: audit 2024-03-21T13:33:45.799941+0000 mgr.y (mgr.25471) 32 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: cluster 2024-03-21T13:33:46.955091+0000 mgr.y (mgr.25471) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: cephadm 2024-03-21T13:33:48.031382+0000 mgr.y (mgr.25471) 34 : cephadm [INF] Upgrade: Updating mon.c 2024-03-21T13:33:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: audit 2024-03-21T13:33:48.043781+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: audit 2024-03-21T13:33:48.053298+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: audit 2024-03-21T13:33:48.055080+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: audit 2024-03-21T13:33:48.056795+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[53920]: cephadm 2024-03-21T13:33:48.058771+0000 mgr.y (mgr.25471) 35 : cephadm [INF] Deploying daemon mon.c on smithi038 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: cluster 2024-03-21T13:33:46.955091+0000 mgr.y (mgr.25471) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: cephadm 2024-03-21T13:33:48.031382+0000 mgr.y (mgr.25471) 34 : cephadm [INF] Upgrade: Updating mon.c 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: audit 2024-03-21T13:33:48.043781+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: audit 2024-03-21T13:33:48.053298+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: audit 2024-03-21T13:33:48.055080+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: audit 2024-03-21T13:33:48.056795+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:48 smithi038 bash[19780]: cephadm 2024-03-21T13:33:48.058771+0000 mgr.y (mgr.25471) 35 : cephadm [INF] Deploying daemon mon.c on smithi038 2024-03-21T13:33:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: cluster 2024-03-21T13:33:46.955091+0000 mgr.y (mgr.25471) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: cephadm 2024-03-21T13:33:48.031382+0000 mgr.y (mgr.25471) 34 : cephadm [INF] Upgrade: Updating mon.c 2024-03-21T13:33:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: audit 2024-03-21T13:33:48.043781+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: audit 2024-03-21T13:33:48.053298+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:33:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: audit 2024-03-21T13:33:48.055080+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:33:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: audit 2024-03-21T13:33:48.056795+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:33:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[14483]: cephadm 2024-03-21T13:33:48.058771+0000 mgr.y (mgr.25471) 35 : cephadm [INF] Deploying daemon mon.c on smithi038 2024-03-21T13:33:48.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:48 smithi192 bash[39056]: ts=2024-03-21T13:33:48.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:49.423 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:49 smithi038 bash[53920]: cluster 2024-03-21T13:33:48.955856+0000 mgr.y (mgr.25471) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:49.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:49 smithi038 bash[19780]: cluster 2024-03-21T13:33:48.955856+0000 mgr.y (mgr.25471) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:49 smithi192 bash[14483]: cluster 2024-03-21T13:33:48.955856+0000 mgr.y (mgr.25471) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:50.561 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:50 smithi038 systemd[1]: Stopping Ceph mon.c for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:33:50.841 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[19780]: debug 2024-03-21T13:33:50.558+0000 7fe3d06fc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[19780]: debug 2024-03-21T13:33:50.558+0000 7fe3d06fc700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[50714]: [21/Mar/2024:13:33:50] ENGINE Bus STOPPING 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[50714]: [21/Mar/2024:13:33:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[50714]: [21/Mar/2024:13:33:50] ENGINE Bus STOPPED 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[50714]: [21/Mar/2024:13:33:50] ENGINE Bus STARTING 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[50714]: [21/Mar/2024:13:33:50] ENGINE Serving on http://:::9283 2024-03-21T13:33:50.842 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:50 smithi038 bash[50714]: [21/Mar/2024:13:33:50] ENGINE Bus STARTED 2024-03-21T13:33:51.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:51 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 10. 2024-03-21T13:33:51.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:51 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:51.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:51 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Start request repeated too quickly. 2024-03-21T13:33:51.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:51 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:33:51.712 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:33:51 smithi192 systemd[1]: Failed to start Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:51.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:51 smithi038 bash[55167]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-c 2024-03-21T13:33:51.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:51 smithi038 bash[55253]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-c 2024-03-21T13:33:51.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:51 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.c.service: Succeeded. 2024-03-21T13:33:51.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:51 smithi038 systemd[1]: Stopped Ceph mon.c for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:52.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:52 smithi038 systemd[1]: Started Ceph mon.c for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.018+0000 7f35a345fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.018+0000 7f35a345fc80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.018+0000 7f35a345fc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.022+0000 7f35a345fc80 0 load: jerasure load: lrc 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Git sha 0 2024-03-21T13:33:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: DB SUMMARY 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: DB Session ID: 5YUHV2QRXNOFF3NEJTSQ 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1263 Bytes 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 4243485 ; 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:33:53.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.env: 0x558c7bd1bb20 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.info_log: 0x558c7ccbb960 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:33:53.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:33:53.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.wal_dir: 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:33:53.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.write_buffer_manager: 0x558c7cc8c820 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:33:53.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.row_cache: None 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:33:53.411 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:33:53.412 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:33:53.413 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.merge_operator: 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558c7ccbba60) 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: cache_index_and_filter_blocks: 1 2024-03-21T13:33:53.414 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: pin_top_level_index_and_filter: 1 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: index_type: 0 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: data_block_index_type: 0 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: index_shortening: 1 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: checksum: 4 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: no_block_cache: 0 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_cache: 0x558c7ccbd090 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_cache_name: BinnedLRUCache 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_cache_options: 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: capacity : 536870912 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: num_shard_bits : 4 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: strict_capacity_limit : 0 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: high_pri_pool_ratio: 0.000 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_cache_compressed: (nil) 2024-03-21T13:33:53.415 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: persistent_cache: (nil) 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_size: 4096 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_size_deviation: 10 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_restart_interval: 16 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: index_block_restart_interval: 1 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: metadata_block_size: 4096 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: partition_filters: 0 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: use_delta_encoding: 1 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: filter_policy: bloomfilter 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: whole_key_filtering: 1 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: verify_compression: 0 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: read_amp_bytes_per_bit: 0 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: format_version: 5 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: enable_index_compression: 1 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: block_align: 0 2024-03-21T13:33:53.416 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: max_auto_readahead_size: 262144 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: prepopulate_block_cache: 0 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: initial_auto_readahead_size: 8192 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:33:53.417 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:33:53.418 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:33:53.419 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:33:53.419 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:33:53.420 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:33:53.421 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:33:53.422 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f35a345fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:33:53.423 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.026+0000 7f3598bc9700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.034+0000 7f35a345fc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.034+0000 7f35a345fc80 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 32, last_sequence is 18118, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.034+0000 7f35a345fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.034+0000 7f35a345fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fd5d148a-0cb0-4d67-bcdc-f4abc5c12e73 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.034+0000 7f35a345fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028033035546, "job": 1, "event": "recovery_started", "wal_files": [28]} 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.034+0000 7f35a345fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.046+0000 7f35a345fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028033048079, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2736392, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18123, "largest_seqno": 19030, "table_properties": {"data_size": 2731793, "index_size": 2557, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1029, "raw_key_size": 9524, "raw_average_key_size": 23, "raw_value_size": 2723171, "raw_average_value_size": 6859, "num_data_blocks": 116, "num_entries": 397, "num_filter_entries": 397, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711028033, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fd5d148a-0cb0-4d67-bcdc-f4abc5c12e73", "db_session_id": "5YUHV2QRXNOFF3NEJTSQ", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.046+0000 7f35a345fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028033048206, "job": 1, "event": "recovery_finished"} 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.046+0000 7f35a345fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.046+0000 7f35a345fc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.050+0000 7f35a345fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000028.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.050+0000 7f35a345fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558c7cdb0000 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.050+0000 7f35a345fc80 4 rocksdb: DB pointer 0x558c7cd9a000 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.050+0000 7f3591bbb700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:33:53.424 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.050+0000 7f3591bbb700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: ** DB Stats ** 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: ** Compaction Stats [default] ** 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: L0 1/0 2.61 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.3 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: L6 1/0 10.34 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Sum 2/0 12.95 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.3 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.3 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:33:53.425 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: ** Compaction Stats [default] ** 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 511.3 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Flush(GB): cumulative 0.003, interval 0.003 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Cumulative compaction: 0.00 GB write, 109.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Interval compaction: 0.00 GB write, 109.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:33:53.426 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Block cache BinnedLRUCache@0x558c7ccbd090#7 capacity: 512.00 MB usage: 3.73 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 3e-05 secs_since: 0 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: Block cache entry stats(count,size,portion): FilterBlock(1,1.16 KB,0.000220537%) IndexBlock(1,2.58 KB,0.000491738%) Misc(1,0.00 KB,0%) 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.050+0000 7f35a345fc80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] at bind addrs [v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 1 mon.c@-1(???) e3 preinit fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 0 mon.c@-1(???).mds e1 new map 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 0 mon.c@-1(???).mds e1 print_map 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: e1 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: legacy client fscid: -1 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: No filesystems configured 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 0 mon.c@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:33:53.427 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:33:53.428 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: debug 2024-03-21T13:33:53.054+0000 7f35a345fc80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2024-03-21T13:33:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:53 smithi192 bash[14483]: audit 2024-03-21T13:33:50.571690+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:53 smithi192 bash[14483]: audit 2024-03-21T13:33:50.573813+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:53 smithi192 bash[14483]: audit 2024-03-21T13:33:50.574434+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:53.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:53 smithi192 bash[39056]: ts=2024-03-21T13:33:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:54.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[53920]: audit 2024-03-21T13:33:50.571690+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:54.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[53920]: audit 2024-03-21T13:33:50.573813+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:54.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[53920]: audit 2024-03-21T13:33:50.574434+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:54.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: audit 2024-03-21T13:33:50.571690+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:33:54.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: audit 2024-03-21T13:33:50.573813+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:33:54.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:53 smithi038 bash[55321]: audit 2024-03-21T13:33:50.574434+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:50.957500+0000 mgr.y (mgr.25471) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:52.958314+0000 mgr.y (mgr.25471) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.273441+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.650198+0000 mon.a (mon.0) 48 : cluster [INF] mon.a calling monitor election 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.655156+0000 mon.a (mon.0) 49 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.665141+0000 mon.a (mon.0) 50 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:33:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.666653+0000 mon.a (mon.0) 51 : cluster [DBG] fsmap 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.666733+0000 mon.a (mon.0) 52 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.667583+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e40: y(active, since 28s), standbys: x 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.667910+0000 mon.a (mon.0) 54 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.667955+0000 mon.a (mon.0) 55 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: cluster 2024-03-21T13:33:53.667984+0000 mon.a (mon.0) 56 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: audit 2024-03-21T13:33:53.682120+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:54 smithi192 bash[14483]: audit 2024-03-21T13:33:53.695575+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:50.957500+0000 mgr.y (mgr.25471) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:52.958314+0000 mgr.y (mgr.25471) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.273441+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.650198+0000 mon.a (mon.0) 48 : cluster [INF] mon.a calling monitor election 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.655156+0000 mon.a (mon.0) 49 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.665141+0000 mon.a (mon.0) 50 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.666653+0000 mon.a (mon.0) 51 : cluster [DBG] fsmap 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.666733+0000 mon.a (mon.0) 52 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.667583+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e40: y(active, since 28s), standbys: x 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.667910+0000 mon.a (mon.0) 54 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.667955+0000 mon.a (mon.0) 55 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: cluster 2024-03-21T13:33:53.667984+0000 mon.a (mon.0) 56 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:33:55.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: audit 2024-03-21T13:33:53.682120+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[53920]: audit 2024-03-21T13:33:53.695575+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:50.957500+0000 mgr.y (mgr.25471) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:52.958314+0000 mgr.y (mgr.25471) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.273441+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.650198+0000 mon.a (mon.0) 48 : cluster [INF] mon.a calling monitor election 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.655156+0000 mon.a (mon.0) 49 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.665141+0000 mon.a (mon.0) 50 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.666653+0000 mon.a (mon.0) 51 : cluster [DBG] fsmap 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.666733+0000 mon.a (mon.0) 52 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.667583+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e40: y(active, since 28s), standbys: x 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.667910+0000 mon.a (mon.0) 54 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.667955+0000 mon.a (mon.0) 55 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:33:55.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: cluster 2024-03-21T13:33:53.667984+0000 mon.a (mon.0) 56 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:33:55.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: audit 2024-03-21T13:33:53.682120+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:55.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:54 smithi038 bash[55321]: audit 2024-03-21T13:33:53.695575+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:56.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:55 smithi038 bash[53920]: audit 2024-03-21T13:33:54.915318+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:55 smithi038 bash[53920]: audit 2024-03-21T13:33:54.918218+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:55 smithi038 bash[53920]: cluster 2024-03-21T13:33:54.959076+0000 mgr.y (mgr.25471) 39 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:55 smithi038 bash[55321]: audit 2024-03-21T13:33:54.915318+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:55 smithi038 bash[55321]: audit 2024-03-21T13:33:54.918218+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:55 smithi038 bash[55321]: cluster 2024-03-21T13:33:54.959076+0000 mgr.y (mgr.25471) 39 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:55 smithi192 bash[14483]: audit 2024-03-21T13:33:54.915318+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:33:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:55 smithi192 bash[14483]: audit 2024-03-21T13:33:54.918218+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:33:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:55 smithi192 bash[14483]: cluster 2024-03-21T13:33:54.959076+0000 mgr.y (mgr.25471) 39 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-21T13:33:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:56 smithi192 bash[14483]: audit 2024-03-21T13:33:55.807912+0000 mgr.y (mgr.25471) 40 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:57.299 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:56 smithi038 bash[53920]: audit 2024-03-21T13:33:55.807912+0000 mgr.y (mgr.25471) 40 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:57.299 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:56 smithi038 bash[55321]: audit 2024-03-21T13:33:55.807912+0000 mgr.y (mgr.25471) 40 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:33:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:33:57] "GET /metrics HTTP/1.1" 200 38191 "" "Prometheus/2.33.4" 2024-03-21T13:33:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:33:57 smithi192 bash[14483]: cluster 2024-03-21T13:33:56.960803+0000 mgr.y (mgr.25471) 41 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:58.330 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:33:58.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:33:58 smithi038 bash[50714]: debug 2024-03-21T13:33:58.066+0000 7feefae37700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-21T13:33:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:33:57 smithi038 bash[53920]: cluster 2024-03-21T13:33:56.960803+0000 mgr.y (mgr.25471) 41 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:58.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:33:57 smithi038 bash[55321]: cluster 2024-03-21T13:33:56.960803+0000 mgr.y (mgr.25471) 41 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:33:58.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:33:58 smithi192 bash[39056]: ts=2024-03-21T13:33:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:33:59.132 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:33:59.132 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (2m) 27s ago 10m 16.1M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:33:59.132 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 unknown 27s ago 9m - - 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (83s) 27s ago 7m 45.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (71s) 27s ago 16m 440M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (2m) 27s ago 18m 478M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (45s) 27s ago 18m 34.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (16m) 27s ago 16m 57.6M 2048M 17.2.0 e1d6a67b021e 8a1c4275a5d1 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 starting - - - 2048M 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (2m) 27s ago 10m 10.8M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (2m) 27s ago 10m 11.3M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (15m) 27s ago 15m 58.6M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (15m) 27s ago 15m 59.0M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (14m) 27s ago 14m 53.8M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:33:59.133 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (13m) 27s ago 13m 56.8M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (13m) 27s ago 13m 58.6M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (12m) 27s ago 12m 55.3M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (12m) 27s ago 12m 53.1M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (11m) 27s ago 11m 56.8M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (77s) 27s ago 10m 55.7M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (8m) 27s ago 8m 87.0M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (8m) 27s ago 8m 86.8M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (8m) 27s ago 8m 86.5M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:33:59.134 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (8m) 27s ago 8m 86.2M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:33:59.599 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:33:59.599 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:33:59.599 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:33:59.600 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:33:59.601 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:33:59.601 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-03-21T13:33:59.601 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:33:59.601 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:33:59.601 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr" 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "3/23 daemons upgraded", 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading mon daemons", 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:34:00.027 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:34:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[53920]: audit 2024-03-21T13:33:58.314443+0000 mgr.y (mgr.25471) 42 : audit [DBG] from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[53920]: audit 2024-03-21T13:33:58.712067+0000 mgr.y (mgr.25471) 43 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[53920]: cluster 2024-03-21T13:33:58.961342+0000 mgr.y (mgr.25471) 44 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[53920]: audit 2024-03-21T13:33:59.107207+0000 mgr.y (mgr.25471) 45 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[53920]: audit 2024-03-21T13:33:59.598582+0000 mon.a (mon.0) 60 : audit [DBG] from='client.? 172.21.15.38:0/3124456719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[55321]: audit 2024-03-21T13:33:58.314443+0000 mgr.y (mgr.25471) 42 : audit [DBG] from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[55321]: audit 2024-03-21T13:33:58.712067+0000 mgr.y (mgr.25471) 43 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[55321]: cluster 2024-03-21T13:33:58.961342+0000 mgr.y (mgr.25471) 44 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[55321]: audit 2024-03-21T13:33:59.107207+0000 mgr.y (mgr.25471) 45 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:00 smithi038 bash[55321]: audit 2024-03-21T13:33:59.598582+0000 mon.a (mon.0) 60 : audit [DBG] from='client.? 172.21.15.38:0/3124456719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:00 smithi192 bash[14483]: audit 2024-03-21T13:33:58.314443+0000 mgr.y (mgr.25471) 42 : audit [DBG] from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:00 smithi192 bash[14483]: audit 2024-03-21T13:33:58.712067+0000 mgr.y (mgr.25471) 43 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:00 smithi192 bash[14483]: cluster 2024-03-21T13:33:58.961342+0000 mgr.y (mgr.25471) 44 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:00 smithi192 bash[14483]: audit 2024-03-21T13:33:59.107207+0000 mgr.y (mgr.25471) 45 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:00 smithi192 bash[14483]: audit 2024-03-21T13:33:59.598582+0000 mon.a (mon.0) 60 : audit [DBG] from='client.? 172.21.15.38:0/3124456719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:00.496 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:00.496 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:00.496 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[53920]: audit 2024-03-21T13:34:00.026119+0000 mgr.y (mgr.25471) 46 : audit [DBG] from='client.44119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[53920]: audit 2024-03-21T13:34:00.132342+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:01.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[53920]: audit 2024-03-21T13:34:00.145455+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:01.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[53920]: audit 2024-03-21T13:34:00.495905+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.38:0/4206274892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:34:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[55321]: audit 2024-03-21T13:34:00.026119+0000 mgr.y (mgr.25471) 46 : audit [DBG] from='client.44119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[55321]: audit 2024-03-21T13:34:00.132342+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[55321]: audit 2024-03-21T13:34:00.145455+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:01.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:01 smithi038 bash[55321]: audit 2024-03-21T13:34:00.495905+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.38:0/4206274892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:34:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:01 smithi192 bash[14483]: audit 2024-03-21T13:34:00.026119+0000 mgr.y (mgr.25471) 46 : audit [DBG] from='client.44119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:01 smithi192 bash[14483]: audit 2024-03-21T13:34:00.132342+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:01 smithi192 bash[14483]: audit 2024-03-21T13:34:00.145455+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:01 smithi192 bash[14483]: audit 2024-03-21T13:34:00.495905+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.38:0/4206274892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:34:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:02 smithi038 bash[53920]: cluster 2024-03-21T13:34:00.962929+0000 mgr.y (mgr.25471) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:02 smithi038 bash[53920]: audit 2024-03-21T13:34:01.252052+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:02.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:02 smithi038 bash[53920]: audit 2024-03-21T13:34:01.267923+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:02 smithi038 bash[55321]: cluster 2024-03-21T13:34:00.962929+0000 mgr.y (mgr.25471) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:02 smithi038 bash[55321]: audit 2024-03-21T13:34:01.252052+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:02 smithi038 bash[55321]: audit 2024-03-21T13:34:01.267923+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:02 smithi192 bash[14483]: cluster 2024-03-21T13:34:00.962929+0000 mgr.y (mgr.25471) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:02 smithi192 bash[14483]: audit 2024-03-21T13:34:01.252052+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:02 smithi192 bash[14483]: audit 2024-03-21T13:34:01.267923+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:03 smithi192 bash[14483]: cluster 2024-03-21T13:34:02.963757+0000 mgr.y (mgr.25471) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:03 smithi038 bash[53920]: cluster 2024-03-21T13:34:02.963757+0000 mgr.y (mgr.25471) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:03 smithi038 bash[55321]: cluster 2024-03-21T13:34:02.963757+0000 mgr.y (mgr.25471) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:03.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:03 smithi192 bash[39056]: ts=2024-03-21T13:34:03.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:06.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:06 smithi038 bash[53920]: cluster 2024-03-21T13:34:04.964512+0000 mgr.y (mgr.25471) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:06.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:06 smithi038 bash[55321]: cluster 2024-03-21T13:34:04.964512+0000 mgr.y (mgr.25471) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:06 smithi192 bash[14483]: cluster 2024-03-21T13:34:04.964512+0000 mgr.y (mgr.25471) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:07.356 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:34:07] "GET /metrics HTTP/1.1" 200 38191 "" "Prometheus/2.33.4" 2024-03-21T13:34:07.357 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:07 smithi038 bash[55321]: audit 2024-03-21T13:34:05.818057+0000 mgr.y (mgr.25471) 50 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:07.357 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:07 smithi038 bash[53920]: audit 2024-03-21T13:34:05.818057+0000 mgr.y (mgr.25471) 50 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:07 smithi192 bash[14483]: audit 2024-03-21T13:34:05.818057+0000 mgr.y (mgr.25471) 50 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:08.315 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:08 smithi038 bash[55321]: cluster 2024-03-21T13:34:06.966176+0000 mgr.y (mgr.25471) 51 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:08.315 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:08 smithi038 bash[53920]: cluster 2024-03-21T13:34:06.966176+0000 mgr.y (mgr.25471) 51 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:08 smithi192 bash[14483]: cluster 2024-03-21T13:34:06.966176+0000 mgr.y (mgr.25471) 51 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:08.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:08 smithi192 bash[39056]: ts=2024-03-21T13:34:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:10 smithi038 bash[55321]: cluster 2024-03-21T13:34:08.966858+0000 mgr.y (mgr.25471) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:10.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:10 smithi038 bash[55321]: audit 2024-03-21T13:34:09.907934+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:10 smithi038 bash[53920]: cluster 2024-03-21T13:34:08.966858+0000 mgr.y (mgr.25471) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:10 smithi038 bash[53920]: audit 2024-03-21T13:34:09.907934+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:10 smithi192 bash[14483]: cluster 2024-03-21T13:34:08.966858+0000 mgr.y (mgr.25471) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:10.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:10 smithi192 bash[14483]: audit 2024-03-21T13:34:09.907934+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: cluster 2024-03-21T13:34:10.968524+0000 mgr.y (mgr.25471) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.481846+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.501515+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.504904+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.506788+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.519294+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.607765+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.611883+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.614698+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[53920]: audit 2024-03-21T13:34:11.616504+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: cluster 2024-03-21T13:34:10.968524+0000 mgr.y (mgr.25471) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.481846+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.501515+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.504904+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.506788+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.519294+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.607765+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.611883+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.614698+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:34:12.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:12 smithi038 bash[55321]: audit 2024-03-21T13:34:11.616504+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-21T13:34:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: cluster 2024-03-21T13:34:10.968524+0000 mgr.y (mgr.25471) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.481846+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.501515+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.504904+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.506788+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.519294+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.607765+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.611883+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.614698+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:34:12.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:12 smithi192 bash[14483]: audit 2024-03-21T13:34:11.616504+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-21T13:34:13.354 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:13 smithi192 bash[14483]: cluster 2024-03-21T13:34:11.510512+0000 mgr.y (mgr.25471) 54 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-03-21T13:34:13.354 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:13 smithi192 bash[14483]: cluster 2024-03-21T13:34:11.511074+0000 mgr.y (mgr.25471) 55 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:13.354 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:13 smithi192 bash[14483]: cephadm 2024-03-21T13:34:11.618785+0000 mgr.y (mgr.25471) 56 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-21T13:34:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:13 smithi038 bash[53920]: cluster 2024-03-21T13:34:11.510512+0000 mgr.y (mgr.25471) 54 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-03-21T13:34:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:13 smithi038 bash[53920]: cluster 2024-03-21T13:34:11.511074+0000 mgr.y (mgr.25471) 55 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:13 smithi038 bash[53920]: cephadm 2024-03-21T13:34:11.618785+0000 mgr.y (mgr.25471) 56 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-21T13:34:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:13 smithi038 bash[55321]: cluster 2024-03-21T13:34:11.510512+0000 mgr.y (mgr.25471) 54 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-03-21T13:34:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:13 smithi038 bash[55321]: cluster 2024-03-21T13:34:11.511074+0000 mgr.y (mgr.25471) 55 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:13 smithi038 bash[55321]: cephadm 2024-03-21T13:34:11.618785+0000 mgr.y (mgr.25471) 56 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-21T13:34:13.712 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:13 smithi192 bash[39056]: ts=2024-03-21T13:34:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: cluster 2024-03-21T13:34:13.511986+0000 mgr.y (mgr.25471) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: cephadm 2024-03-21T13:34:14.139578+0000 mgr.y (mgr.25471) 58 : cephadm [INF] Upgrade: Updating mon.b 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: audit 2024-03-21T13:34:14.151878+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: audit 2024-03-21T13:34:14.156063+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: audit 2024-03-21T13:34:14.158089+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: audit 2024-03-21T13:34:14.159943+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:15.441 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:15 smithi192 bash[14483]: cephadm 2024-03-21T13:34:14.162888+0000 mgr.y (mgr.25471) 59 : cephadm [INF] Deploying daemon mon.b on smithi192 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: cluster 2024-03-21T13:34:13.511986+0000 mgr.y (mgr.25471) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: cephadm 2024-03-21T13:34:14.139578+0000 mgr.y (mgr.25471) 58 : cephadm [INF] Upgrade: Updating mon.b 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: audit 2024-03-21T13:34:14.151878+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: audit 2024-03-21T13:34:14.156063+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: audit 2024-03-21T13:34:14.158089+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: audit 2024-03-21T13:34:14.159943+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[53920]: cephadm 2024-03-21T13:34:14.162888+0000 mgr.y (mgr.25471) 59 : cephadm [INF] Deploying daemon mon.b on smithi192 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: cluster 2024-03-21T13:34:13.511986+0000 mgr.y (mgr.25471) 57 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: cephadm 2024-03-21T13:34:14.139578+0000 mgr.y (mgr.25471) 58 : cephadm [INF] Upgrade: Updating mon.b 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: audit 2024-03-21T13:34:14.151878+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25471 ' entity='mgr.y' 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: audit 2024-03-21T13:34:14.156063+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: audit 2024-03-21T13:34:14.158089+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:15.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: audit 2024-03-21T13:34:14.159943+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:15.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:15 smithi038 bash[55321]: cephadm 2024-03-21T13:34:14.162888+0000 mgr.y (mgr.25471) 59 : cephadm [INF] Deploying daemon mon.b on smithi192 2024-03-21T13:34:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:16 smithi192 bash[14483]: cluster 2024-03-21T13:34:15.512886+0000 mgr.y (mgr.25471) 60 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 599 B/s rd, 0 op/s 2024-03-21T13:34:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:16 smithi192 bash[14483]: audit 2024-03-21T13:34:15.827929+0000 mgr.y (mgr.25471) 61 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[53920]: cluster 2024-03-21T13:34:15.512886+0000 mgr.y (mgr.25471) 60 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 599 B/s rd, 0 op/s 2024-03-21T13:34:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[53920]: audit 2024-03-21T13:34:15.827929+0000 mgr.y (mgr.25471) 61 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:16.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[55321]: cluster 2024-03-21T13:34:15.512886+0000 mgr.y (mgr.25471) 60 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 599 B/s rd, 0 op/s 2024-03-21T13:34:16.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[55321]: audit 2024-03-21T13:34:15.827929+0000 mgr.y (mgr.25471) 61 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:16.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:16 smithi192 systemd[1]: Stopping Ceph mon.b for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:34:16.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:16 smithi192 bash[14483]: debug 2024-03-21T13:34:16.739+0000 7fa69a053700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:34:16.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:16 smithi192 bash[14483]: debug 2024-03-21T13:34:16.739+0000 7fa69a053700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:34:17.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[50714]: [21/Mar/2024:13:34:16] ENGINE Bus STOPPING 2024-03-21T13:34:17.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[50714]: [21/Mar/2024:13:34:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:34:17.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[50714]: [21/Mar/2024:13:34:16] ENGINE Bus STOPPED 2024-03-21T13:34:17.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[50714]: [21/Mar/2024:13:34:16] ENGINE Bus STARTING 2024-03-21T13:34:17.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[50714]: [21/Mar/2024:13:34:16] ENGINE Serving on http://:::9283 2024-03-21T13:34:17.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:16 smithi038 bash[50714]: [21/Mar/2024:13:34:16] ENGINE Bus STARTED 2024-03-21T13:34:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:34:17] "GET /metrics HTTP/1.1" 200 38185 "" "Prometheus/2.33.4" 2024-03-21T13:34:17.886 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:17 smithi192 bash[41942]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-b 2024-03-21T13:34:17.886 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:17 smithi192 bash[42017]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-b 2024-03-21T13:34:17.887 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:17 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.b.service: Succeeded. 2024-03-21T13:34:17.887 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:17 smithi192 systemd[1]: Stopped Ceph mon.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:34:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:17 smithi192 systemd[1]: Started Ceph mon.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:34:18.916 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[39056]: ts=2024-03-21T13:34:18.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.951+0000 7f460c59ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:34:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.951+0000 7f460c59ec80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:34:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.951+0000 7f460c59ec80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:34:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 0 load: jerasure load: lrc 2024-03-21T13:34:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:34:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Git sha 0 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: DB SUMMARY 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: DB Session ID: Z91OUUFWF2UT8JKOYB1Y 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1454 Bytes 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000033.sst 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000031.log size: 273036 ; 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:34:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.env: 0x55c5bb0b5b20 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.info_log: 0x55c5bd6df960 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:34:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:34:19.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:34:19.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:34:19.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:34:19.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:34:19.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:34:19.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.wal_dir: 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:34:19.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.write_buffer_manager: 0x55c5bd6b0820 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:34:19.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.row_cache: None 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:34:19.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:34:19.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:34:19.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.merge_operator: 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c5bd6dfa60) 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: cache_index_and_filter_blocks: 1 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: pin_top_level_index_and_filter: 1 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: index_type: 0 2024-03-21T13:34:19.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: data_block_index_type: 0 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: index_shortening: 1 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: checksum: 4 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: no_block_cache: 0 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_cache: 0x55c5bd6e1090 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_cache_name: BinnedLRUCache 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_cache_options: 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: capacity : 536870912 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: num_shard_bits : 4 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: strict_capacity_limit : 0 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: high_pri_pool_ratio: 0.000 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_cache_compressed: (nil) 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: persistent_cache: (nil) 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_size: 4096 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_size_deviation: 10 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_restart_interval: 16 2024-03-21T13:34:19.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: index_block_restart_interval: 1 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: metadata_block_size: 4096 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: partition_filters: 0 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: use_delta_encoding: 1 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: filter_policy: bloomfilter 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: whole_key_filtering: 1 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: verify_compression: 0 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: read_amp_bytes_per_bit: 0 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: format_version: 5 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: enable_index_compression: 1 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: block_align: 0 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: max_auto_readahead_size: 262144 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: prepopulate_block_cache: 0 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: initial_auto_readahead_size: 8192 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:34:19.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:34:19.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:34:19.225 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:34:19.226 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:34:19.227 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:34:19.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:34:19.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f460c59ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.959+0000 7f45fdd00700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 33.sst 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 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 35, last_sequence is 19486, log_number is 31,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 31 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 001028a6-e8f5-4b1d-91f1-846aaf1dc7a6 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028058970646, "job": 1, "event": "recovery_started", "wal_files": [31]} 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #31 mode 2 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028058972747, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 36, "file_size": 181510, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 19491, "largest_seqno": 19615, "table_properties": {"data_size": 179915, "index_size": 391, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1714, "raw_average_key_size": 25, "raw_value_size": 178342, "raw_average_value_size": 2661, "num_data_blocks": 17, "num_entries": 67, "num_filter_entries": 67, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711028058, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "001028a6-e8f5-4b1d-91f1-846aaf1dc7a6", "db_session_id": "Z91OUUFWF2UT8JKOYB1Y", "orig_file_number": 36, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711028058972925, "job": 1, "event": "recovery_finished"} 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 38 2024-03-21T13:34:19.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.967+0000 7f460c59ec80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f460c59ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000031.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f460c59ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c5bd7d4000 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f460c59ec80 4 rocksdb: DB pointer 0x55c5bd7be000 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f45facfa700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f45facfa700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: ** DB Stats ** 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: ** Compaction Stats [default] ** 2024-03-21T13:34:19.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: L0 1/0 177.26 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: L6 1/0 10.39 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Sum 2/0 10.56 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: ** Compaction Stats [default] ** 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:34:19.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Cumulative compaction: 0.00 GB write, 15.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Interval compaction: 0.00 GB write, 15.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Block cache BinnedLRUCache@0x55c5bd6e1090#7 capacity: 512.00 MB usage: 0.72 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.2e-05 secs_since: 0 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.48 KB,9.23872e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f460c59ec80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.971+0000 7f460c59ec80 1 mon.b@-1(???) e3 preinit fsid f13f7fc0-e784-11ee-95cd-87774f69a715 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 0 mon.b@-1(???).mds e1 new map 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 0 mon.b@-1(???).mds e1 print_map 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: e1 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: legacy client fscid: -1 2024-03-21T13:34:19.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: 2024-03-21T13:34:19.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: No filesystems configured 2024-03-21T13:34:19.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 0 mon.b@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:34:19.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:34:19.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:34:19.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:34:19.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:18 smithi192 bash[42088]: debug 2024-03-21T13:34:18.975+0000 7f460c59ec80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2024-03-21T13:34:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:20 smithi038 bash[53920]: audit 2024-03-21T13:34:16.759638+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:34:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:20 smithi038 bash[53920]: audit 2024-03-21T13:34:16.759841+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:34:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:20 smithi038 bash[53920]: audit 2024-03-21T13:34:16.759997+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:34:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:20 smithi038 bash[55321]: audit 2024-03-21T13:34:16.759638+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:34:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:20 smithi038 bash[55321]: audit 2024-03-21T13:34:16.759841+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:34:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:20 smithi038 bash[55321]: audit 2024-03-21T13:34:16.759997+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:34:20.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:20 smithi192 bash[42088]: audit 2024-03-21T13:34:16.759638+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:34:20.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:20 smithi192 bash[42088]: audit 2024-03-21T13:34:16.759841+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:34:20.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:20 smithi192 bash[42088]: audit 2024-03-21T13:34:16.759997+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:34:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:23 smithi192 bash[39056]: ts=2024-03-21T13:34:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:24.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:23 smithi038 bash[50714]: debug 2024-03-21T13:34:23.985+0000 7feefae37700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:20.082228+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:20.085549+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.089590+0000 mon.c (mon.1) 4 : cluster [INF] mon.c calling monitor election 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.091998+0000 mon.a (mon.0) 88 : cluster [DBG] fsmap 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.092045+0000 mon.a (mon.0) 89 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.092609+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e40: y(active, since 60s), standbys: x 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.092855+0000 mon.a (mon.0) 91 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.097840+0000 mon.a (mon.0) 92 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.097879+0000 mon.a (mon.0) 93 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.097907+0000 mon.a (mon.0) 94 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.098309+0000 mon.a (mon.0) 95 : cluster [INF] mon.a calling monitor election 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.101214+0000 mon.a (mon.0) 96 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.109831+0000 mon.a (mon.0) 97 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.110552+0000 mon.a (mon.0) 98 : cluster [DBG] fsmap 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.110644+0000 mon.a (mon.0) 99 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.111360+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e40: y(active, since 60s), standbys: x 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.111585+0000 mon.a (mon.0) 101 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.117898+0000 mon.a (mon.0) 102 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.117945+0000 mon.a (mon.0) 103 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.117977+0000 mon.a (mon.0) 104 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: audit 2024-03-21T13:34:25.122831+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[53920]: audit 2024-03-21T13:34:25.132706+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:26.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:20.082228+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:20.085549+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.089590+0000 mon.c (mon.1) 4 : cluster [INF] mon.c calling monitor election 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.091998+0000 mon.a (mon.0) 88 : cluster [DBG] fsmap 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.092045+0000 mon.a (mon.0) 89 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.092609+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e40: y(active, since 60s), standbys: x 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.092855+0000 mon.a (mon.0) 91 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.097840+0000 mon.a (mon.0) 92 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.097879+0000 mon.a (mon.0) 93 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.097907+0000 mon.a (mon.0) 94 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.098309+0000 mon.a (mon.0) 95 : cluster [INF] mon.a calling monitor election 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.101214+0000 mon.a (mon.0) 96 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.109831+0000 mon.a (mon.0) 97 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.110552+0000 mon.a (mon.0) 98 : cluster [DBG] fsmap 2024-03-21T13:34:26.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.110644+0000 mon.a (mon.0) 99 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.111360+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e40: y(active, since 60s), standbys: x 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.111585+0000 mon.a (mon.0) 101 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.117898+0000 mon.a (mon.0) 102 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.117945+0000 mon.a (mon.0) 103 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.117977+0000 mon.a (mon.0) 104 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: audit 2024-03-21T13:34:25.122831+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:26.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:26 smithi038 bash[55321]: audit 2024-03-21T13:34:25.132706+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:20.082228+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:20.085549+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.089590+0000 mon.c (mon.1) 4 : cluster [INF] mon.c calling monitor election 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.091998+0000 mon.a (mon.0) 88 : cluster [DBG] fsmap 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.092045+0000 mon.a (mon.0) 89 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.092609+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e40: y(active, since 60s), standbys: x 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.092855+0000 mon.a (mon.0) 91 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.097840+0000 mon.a (mon.0) 92 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.097879+0000 mon.a (mon.0) 93 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.097907+0000 mon.a (mon.0) 94 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.098309+0000 mon.a (mon.0) 95 : cluster [INF] mon.a calling monitor election 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.101214+0000 mon.a (mon.0) 96 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.109831+0000 mon.a (mon.0) 97 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.38:3301/0,v1:172.21.15.38:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.110552+0000 mon.a (mon.0) 98 : cluster [DBG] fsmap 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.110644+0000 mon.a (mon.0) 99 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.111360+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e40: y(active, since 60s), standbys: x 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.111585+0000 mon.a (mon.0) 101 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.117898+0000 mon.a (mon.0) 102 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.117945+0000 mon.a (mon.0) 103 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.117977+0000 mon.a (mon.0) 104 : cluster [WRN] daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: audit 2024-03-21T13:34:25.122831+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:26 smithi192 bash[42088]: audit 2024-03-21T13:34:25.132706+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:27.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:27 smithi038 bash[53920]: cluster 2024-03-21T13:34:25.518954+0000 mgr.y (mgr.25471) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:27.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:27 smithi038 bash[53920]: audit 2024-03-21T13:34:25.837049+0000 mgr.y (mgr.25471) 67 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:27.405 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:34:27] "GET /metrics HTTP/1.1" 200 38265 "" "Prometheus/2.33.4" 2024-03-21T13:34:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:27 smithi038 bash[55321]: cluster 2024-03-21T13:34:25.518954+0000 mgr.y (mgr.25471) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:27 smithi038 bash[55321]: audit 2024-03-21T13:34:25.837049+0000 mgr.y (mgr.25471) 67 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:27 smithi192 bash[42088]: cluster 2024-03-21T13:34:25.518954+0000 mgr.y (mgr.25471) 66 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:27 smithi192 bash[42088]: audit 2024-03-21T13:34:25.837049+0000 mgr.y (mgr.25471) 67 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:28.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:28 smithi192 bash[39056]: ts=2024-03-21T13:34:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:29.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:29 smithi038 bash[53920]: cluster 2024-03-21T13:34:27.520799+0000 mgr.y (mgr.25471) 68 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:29 smithi038 bash[55321]: cluster 2024-03-21T13:34:27.520799+0000 mgr.y (mgr.25471) 68 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:29 smithi192 bash[42088]: cluster 2024-03-21T13:34:27.520799+0000 mgr.y (mgr.25471) 68 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:30.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:30 smithi192 bash[42088]: cluster 2024-03-21T13:34:29.521582+0000 mgr.y (mgr.25471) 69 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:30.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:30 smithi038 bash[53920]: cluster 2024-03-21T13:34:29.521582+0000 mgr.y (mgr.25471) 69 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:30.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:30 smithi038 bash[55321]: cluster 2024-03-21T13:34:29.521582+0000 mgr.y (mgr.25471) 69 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:30.919 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:34:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:31 smithi192 bash[42088]: audit 2024-03-21T13:34:30.902396+0000 mgr.y (mgr.25471) 70 : audit [DBG] from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:31 smithi038 bash[53920]: audit 2024-03-21T13:34:30.902396+0000 mgr.y (mgr.25471) 70 : audit [DBG] from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:31.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:31 smithi038 bash[55321]: audit 2024-03-21T13:34:30.902396+0000 mgr.y (mgr.25471) 70 : audit [DBG] from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (3m) 31s ago 10m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 0s ago 10m - - 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (115s) 31s ago 8m 45.9M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (103s) 0s ago 16m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (2m) 31s ago 18m 489M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (78s) 31s ago 19m 39.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (13s) 0s ago 17m 20.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:34:31.737 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (39s) 31s ago 17m 23.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (3m) 31s ago 11m 11.4M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (3m) 0s ago 11m 11.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (16m) 31s ago 16m 58.8M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (15m) 31s ago 15m 59.1M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (15m) 31s ago 15m 54.4M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (14m) 31s ago 14m 56.8M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (13m) 0s ago 13m 59.0M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (13m) 0s ago 13m 55.6M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (12m) 0s ago 12m 53.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (11m) 0s ago 11m 57.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (110s) 0s ago 11m 62.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:34:31.738 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (8m) 31s ago 8m 87.2M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:34:31.739 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (8m) 0s ago 8m 87.1M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:34:31.739 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (8m) 31s ago 8m 86.7M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:34:31.739 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (8m) 0s ago 8m 86.8M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:34:32.209 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:34:32.209 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:34:32.209 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:34:32.209 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:34:32.209 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:34:32.209 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-21T13:34:32.210 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:34:32.211 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:34:32.211 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:34:32.606 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "5/23 daemons upgraded", 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading mon daemons", 2024-03-21T13:34:32.607 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:34:32.608 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:34:32.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[55321]: audit 2024-03-21T13:34:31.310525+0000 mgr.y (mgr.25471) 71 : audit [DBG] from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[55321]: audit 2024-03-21T13:34:31.466148+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[55321]: audit 2024-03-21T13:34:31.483180+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[55321]: cluster 2024-03-21T13:34:31.523165+0000 mgr.y (mgr.25471) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[55321]: audit 2024-03-21T13:34:31.713224+0000 mgr.y (mgr.25471) 73 : audit [DBG] from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[55321]: audit 2024-03-21T13:34:32.207972+0000 mon.a (mon.0) 109 : audit [DBG] from='client.? 172.21.15.38:0/1254777183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[53920]: audit 2024-03-21T13:34:31.310525+0000 mgr.y (mgr.25471) 71 : audit [DBG] from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[53920]: audit 2024-03-21T13:34:31.466148+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:32.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[53920]: audit 2024-03-21T13:34:31.483180+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:32.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[53920]: cluster 2024-03-21T13:34:31.523165+0000 mgr.y (mgr.25471) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:32.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[53920]: audit 2024-03-21T13:34:31.713224+0000 mgr.y (mgr.25471) 73 : audit [DBG] from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:32.906 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:32 smithi038 bash[53920]: audit 2024-03-21T13:34:32.207972+0000 mon.a (mon.0) 109 : audit [DBG] from='client.? 172.21.15.38:0/1254777183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:32 smithi192 bash[42088]: audit 2024-03-21T13:34:31.310525+0000 mgr.y (mgr.25471) 71 : audit [DBG] from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:32 smithi192 bash[42088]: audit 2024-03-21T13:34:31.466148+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:32 smithi192 bash[42088]: audit 2024-03-21T13:34:31.483180+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:32 smithi192 bash[42088]: cluster 2024-03-21T13:34:31.523165+0000 mgr.y (mgr.25471) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:32 smithi192 bash[42088]: audit 2024-03-21T13:34:31.713224+0000 mgr.y (mgr.25471) 73 : audit [DBG] from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:32 smithi192 bash[42088]: audit 2024-03-21T13:34:32.207972+0000 mon.a (mon.0) 109 : audit [DBG] from='client.? 172.21.15.38:0/1254777183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:34:33.064 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:34:33.064 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:34:33.064 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in unknown state 2024-03-21T13:34:33.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[53920]: audit 2024-03-21T13:34:32.529873+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:33.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[53920]: audit 2024-03-21T13:34:32.538866+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:33.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[53920]: audit 2024-03-21T13:34:32.605184+0000 mgr.y (mgr.25471) 74 : audit [DBG] from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:33.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[53920]: audit 2024-03-21T13:34:33.063295+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.38:0/1405567576' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:34:33.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[55321]: audit 2024-03-21T13:34:32.529873+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:33.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[55321]: audit 2024-03-21T13:34:32.538866+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:33.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[55321]: audit 2024-03-21T13:34:32.605184+0000 mgr.y (mgr.25471) 74 : audit [DBG] from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:33.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:33 smithi038 bash[55321]: audit 2024-03-21T13:34:33.063295+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.38:0/1405567576' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:34:33.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:33 smithi192 bash[42088]: audit 2024-03-21T13:34:32.529873+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:33.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:33 smithi192 bash[42088]: audit 2024-03-21T13:34:32.538866+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:33.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:33 smithi192 bash[42088]: audit 2024-03-21T13:34:32.605184+0000 mgr.y (mgr.25471) 74 : audit [DBG] from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:34:33.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:33 smithi192 bash[42088]: audit 2024-03-21T13:34:33.063295+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.38:0/1405567576' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:34:33.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:33 smithi192 bash[39056]: ts=2024-03-21T13:34:33.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:34.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:34 smithi038 bash[53920]: cluster 2024-03-21T13:34:33.523980+0000 mgr.y (mgr.25471) 75 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:34.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:34 smithi038 bash[55321]: cluster 2024-03-21T13:34:33.523980+0000 mgr.y (mgr.25471) 75 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:34 smithi192 bash[42088]: cluster 2024-03-21T13:34:33.523980+0000 mgr.y (mgr.25471) 75 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:36 smithi038 bash[53920]: cluster 2024-03-21T13:34:35.524744+0000 mgr.y (mgr.25471) 76 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:36 smithi038 bash[53920]: audit 2024-03-21T13:34:35.848342+0000 mgr.y (mgr.25471) 77 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:36 smithi038 bash[55321]: cluster 2024-03-21T13:34:35.524744+0000 mgr.y (mgr.25471) 76 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:36.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:36 smithi038 bash[55321]: audit 2024-03-21T13:34:35.848342+0000 mgr.y (mgr.25471) 77 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:36 smithi192 bash[42088]: cluster 2024-03-21T13:34:35.524744+0000 mgr.y (mgr.25471) 76 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:36 smithi192 bash[42088]: audit 2024-03-21T13:34:35.848342+0000 mgr.y (mgr.25471) 77 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:34:37] "GET /metrics HTTP/1.1" 200 38265 "" "Prometheus/2.33.4" 2024-03-21T13:34:38.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:38 smithi038 bash[53920]: cluster 2024-03-21T13:34:37.526522+0000 mgr.y (mgr.25471) 78 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:38.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:38 smithi038 bash[55321]: cluster 2024-03-21T13:34:37.526522+0000 mgr.y (mgr.25471) 78 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:38.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:38 smithi192 bash[42088]: cluster 2024-03-21T13:34:37.526522+0000 mgr.y (mgr.25471) 78 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:38.923 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:38 smithi192 bash[39056]: ts=2024-03-21T13:34:38.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:40.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:40 smithi038 bash[53920]: cluster 2024-03-21T13:34:39.527413+0000 mgr.y (mgr.25471) 79 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:40.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:40 smithi038 bash[53920]: audit 2024-03-21T13:34:39.913532+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:40.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:40 smithi038 bash[55321]: cluster 2024-03-21T13:34:39.527413+0000 mgr.y (mgr.25471) 79 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:40.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:40 smithi038 bash[55321]: audit 2024-03-21T13:34:39.913532+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:40 smithi192 bash[42088]: cluster 2024-03-21T13:34:39.527413+0000 mgr.y (mgr.25471) 79 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:40 smithi192 bash[42088]: audit 2024-03-21T13:34:39.913532+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:42.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: cluster 2024-03-21T13:34:41.529065+0000 mgr.y (mgr.25471) 80 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.402612+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.423614+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.426216+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.428240+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.445441+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.520111+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.521940+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[53920]: audit 2024-03-21T13:34:42.523666+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: cluster 2024-03-21T13:34:41.529065+0000 mgr.y (mgr.25471) 80 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.402612+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.423614+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.426216+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.428240+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:34:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.445441+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.520111+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.521940+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:42.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:42 smithi038 bash[55321]: audit 2024-03-21T13:34:42.523666+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: cluster 2024-03-21T13:34:41.529065+0000 mgr.y (mgr.25471) 80 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.402612+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.423614+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.426216+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.428240+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.445441+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.520111+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.521940+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:42 smithi192 bash[42088]: audit 2024-03-21T13:34:42.523666+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:43.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[53920]: cluster 2024-03-21T13:34:42.431852+0000 mgr.y (mgr.25471) 81 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T13:34:43.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[53920]: cluster 2024-03-21T13:34:42.432376+0000 mgr.y (mgr.25471) 82 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:43.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[53920]: cephadm 2024-03-21T13:34:42.519304+0000 mgr.y (mgr.25471) 83 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:34:43.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[53920]: cephadm 2024-03-21T13:34:42.525588+0000 mgr.y (mgr.25471) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2024-03-21T13:34:43.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[55321]: cluster 2024-03-21T13:34:42.431852+0000 mgr.y (mgr.25471) 81 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T13:34:43.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[55321]: cluster 2024-03-21T13:34:42.432376+0000 mgr.y (mgr.25471) 82 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:43.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[55321]: cephadm 2024-03-21T13:34:42.519304+0000 mgr.y (mgr.25471) 83 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:34:43.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:43 smithi038 bash[55321]: cephadm 2024-03-21T13:34:42.525588+0000 mgr.y (mgr.25471) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2024-03-21T13:34:43.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:43 smithi192 bash[39056]: ts=2024-03-21T13:34:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:43 smithi192 bash[42088]: cluster 2024-03-21T13:34:42.431852+0000 mgr.y (mgr.25471) 81 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T13:34:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:43 smithi192 bash[42088]: cluster 2024-03-21T13:34:42.432376+0000 mgr.y (mgr.25471) 82 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:43 smithi192 bash[42088]: cephadm 2024-03-21T13:34:42.519304+0000 mgr.y (mgr.25471) 83 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:34:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:43 smithi192 bash[42088]: cephadm 2024-03-21T13:34:42.525588+0000 mgr.y (mgr.25471) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi038 2024-03-21T13:34:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[53920]: cluster 2024-03-21T13:34:44.433063+0000 mgr.y (mgr.25471) 85 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[53920]: audit 2024-03-21T13:34:45.122888+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[53920]: audit 2024-03-21T13:34:45.134947+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[53920]: audit 2024-03-21T13:34:45.160248+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[53920]: audit 2024-03-21T13:34:45.162566+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[53920]: audit 2024-03-21T13:34:45.164858+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[55321]: cluster 2024-03-21T13:34:44.433063+0000 mgr.y (mgr.25471) 85 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[55321]: audit 2024-03-21T13:34:45.122888+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[55321]: audit 2024-03-21T13:34:45.134947+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[55321]: audit 2024-03-21T13:34:45.160248+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[55321]: audit 2024-03-21T13:34:45.162566+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:34:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:46 smithi038 bash[55321]: audit 2024-03-21T13:34:45.164858+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:46 smithi192 bash[42088]: cluster 2024-03-21T13:34:44.433063+0000 mgr.y (mgr.25471) 85 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:46 smithi192 bash[42088]: audit 2024-03-21T13:34:45.122888+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:46 smithi192 bash[42088]: audit 2024-03-21T13:34:45.134947+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:46 smithi192 bash[42088]: audit 2024-03-21T13:34:45.160248+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:34:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:46 smithi192 bash[42088]: audit 2024-03-21T13:34:45.162566+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:34:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:46 smithi192 bash[42088]: audit 2024-03-21T13:34:45.164858+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[55321]: cephadm 2024-03-21T13:34:45.159354+0000 mgr.y (mgr.25471) 86 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-21T13:34:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[55321]: cephadm 2024-03-21T13:34:45.167148+0000 mgr.y (mgr.25471) 87 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2024-03-21T13:34:47.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[55321]: audit 2024-03-21T13:34:45.850203+0000 mgr.y (mgr.25471) 88 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:47.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[53920]: cephadm 2024-03-21T13:34:45.159354+0000 mgr.y (mgr.25471) 86 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-21T13:34:47.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[53920]: cephadm 2024-03-21T13:34:45.167148+0000 mgr.y (mgr.25471) 87 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2024-03-21T13:34:47.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[53920]: audit 2024-03-21T13:34:45.850203+0000 mgr.y (mgr.25471) 88 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:47 smithi192 bash[42088]: cephadm 2024-03-21T13:34:45.159354+0000 mgr.y (mgr.25471) 86 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-21T13:34:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:47 smithi192 bash[42088]: cephadm 2024-03-21T13:34:45.167148+0000 mgr.y (mgr.25471) 87 : cephadm [INF] Reconfiguring daemon mgr.y on smithi038 2024-03-21T13:34:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:47 smithi192 bash[42088]: audit 2024-03-21T13:34:45.850203+0000 mgr.y (mgr.25471) 88 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:34:47] "GET /metrics HTTP/1.1" 200 38264 "" "Prometheus/2.33.4" 2024-03-21T13:34:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[53920]: cluster 2024-03-21T13:34:46.434800+0000 mgr.y (mgr.25471) 89 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[53920]: audit 2024-03-21T13:34:47.547034+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[53920]: audit 2024-03-21T13:34:47.557166+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[53920]: audit 2024-03-21T13:34:47.590548+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[53920]: audit 2024-03-21T13:34:47.592412+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[53920]: audit 2024-03-21T13:34:47.594268+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[55321]: cluster 2024-03-21T13:34:46.434800+0000 mgr.y (mgr.25471) 89 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[55321]: audit 2024-03-21T13:34:47.547034+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[55321]: audit 2024-03-21T13:34:47.557166+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[55321]: audit 2024-03-21T13:34:47.590548+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[55321]: audit 2024-03-21T13:34:47.592412+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:48 smithi038 bash[55321]: audit 2024-03-21T13:34:47.594268+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[42088]: cluster 2024-03-21T13:34:46.434800+0000 mgr.y (mgr.25471) 89 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[42088]: audit 2024-03-21T13:34:47.547034+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[42088]: audit 2024-03-21T13:34:47.557166+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[42088]: audit 2024-03-21T13:34:47.590548+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:34:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[42088]: audit 2024-03-21T13:34:47.592412+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:34:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[42088]: audit 2024-03-21T13:34:47.594268+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:48.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:48 smithi192 bash[39056]: ts=2024-03-21T13:34:48.665Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:49.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:49 smithi038 bash[55321]: cephadm 2024-03-21T13:34:47.589891+0000 mgr.y (mgr.25471) 90 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:34:49.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:49 smithi038 bash[55321]: cephadm 2024-03-21T13:34:47.597098+0000 mgr.y (mgr.25471) 91 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2024-03-21T13:34:49.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:49 smithi038 bash[53920]: cephadm 2024-03-21T13:34:47.589891+0000 mgr.y (mgr.25471) 90 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:34:49.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:49 smithi038 bash[53920]: cephadm 2024-03-21T13:34:47.597098+0000 mgr.y (mgr.25471) 91 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2024-03-21T13:34:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:49 smithi192 bash[42088]: cephadm 2024-03-21T13:34:47.589891+0000 mgr.y (mgr.25471) 90 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:34:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:49 smithi192 bash[42088]: cephadm 2024-03-21T13:34:47.597098+0000 mgr.y (mgr.25471) 91 : cephadm [INF] Reconfiguring daemon mon.c on smithi038 2024-03-21T13:34:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:50 smithi192 bash[42088]: cluster 2024-03-21T13:34:48.436015+0000 mgr.y (mgr.25471) 92 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:50.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:50 smithi038 bash[55321]: cluster 2024-03-21T13:34:48.436015+0000 mgr.y (mgr.25471) 92 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:50.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:50 smithi038 bash[53920]: cluster 2024-03-21T13:34:48.436015+0000 mgr.y (mgr.25471) 92 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: audit 2024-03-21T13:34:50.168653+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: audit 2024-03-21T13:34:50.178291+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: cephadm 2024-03-21T13:34:50.217190+0000 mgr.y (mgr.25471) 93 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: audit 2024-03-21T13:34:50.217840+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: audit 2024-03-21T13:34:50.219667+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: cephadm 2024-03-21T13:34:50.225412+0000 mgr.y (mgr.25471) 94 : cephadm [INF] Reconfiguring daemon osd.0 on smithi038 2024-03-21T13:34:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:51 smithi192 bash[42088]: cluster 2024-03-21T13:34:50.436803+0000 mgr.y (mgr.25471) 95 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 574 B/s rd, 0 op/s 2024-03-21T13:34:51.650 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: audit 2024-03-21T13:34:50.168653+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:51.650 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: audit 2024-03-21T13:34:50.178291+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:51.650 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: cephadm 2024-03-21T13:34:50.217190+0000 mgr.y (mgr.25471) 93 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:34:51.650 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: audit 2024-03-21T13:34:50.217840+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:34:51.650 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: audit 2024-03-21T13:34:50.219667+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:51.650 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: cephadm 2024-03-21T13:34:50.225412+0000 mgr.y (mgr.25471) 94 : cephadm [INF] Reconfiguring daemon osd.0 on smithi038 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[53920]: cluster 2024-03-21T13:34:50.436803+0000 mgr.y (mgr.25471) 95 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 574 B/s rd, 0 op/s 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: audit 2024-03-21T13:34:50.168653+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: audit 2024-03-21T13:34:50.178291+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: cephadm 2024-03-21T13:34:50.217190+0000 mgr.y (mgr.25471) 93 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: audit 2024-03-21T13:34:50.217840+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: audit 2024-03-21T13:34:50.219667+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: cephadm 2024-03-21T13:34:50.225412+0000 mgr.y (mgr.25471) 94 : cephadm [INF] Reconfiguring daemon osd.0 on smithi038 2024-03-21T13:34:51.651 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:51 smithi038 bash[55321]: cluster 2024-03-21T13:34:50.436803+0000 mgr.y (mgr.25471) 95 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 574 B/s rd, 0 op/s 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: cluster 2024-03-21T13:34:52.438558+0000 mgr.y (mgr.25471) 96 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: audit 2024-03-21T13:34:52.673712+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: audit 2024-03-21T13:34:52.684105+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: cephadm 2024-03-21T13:34:52.694450+0000 mgr.y (mgr.25471) 97 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: audit 2024-03-21T13:34:52.695016+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: audit 2024-03-21T13:34:52.696602+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:53.957 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[53920]: cephadm 2024-03-21T13:34:52.701129+0000 mgr.y (mgr.25471) 98 : cephadm [INF] Reconfiguring daemon osd.1 on smithi038 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: cluster 2024-03-21T13:34:52.438558+0000 mgr.y (mgr.25471) 96 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: audit 2024-03-21T13:34:52.673712+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: audit 2024-03-21T13:34:52.684105+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: cephadm 2024-03-21T13:34:52.694450+0000 mgr.y (mgr.25471) 97 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: audit 2024-03-21T13:34:52.695016+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: audit 2024-03-21T13:34:52.696602+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:53.958 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:53 smithi038 bash[55321]: cephadm 2024-03-21T13:34:52.701129+0000 mgr.y (mgr.25471) 98 : cephadm [INF] Reconfiguring daemon osd.1 on smithi038 2024-03-21T13:34:53.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[39056]: ts=2024-03-21T13:34:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: cluster 2024-03-21T13:34:52.438558+0000 mgr.y (mgr.25471) 96 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: audit 2024-03-21T13:34:52.673712+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: audit 2024-03-21T13:34:52.684105+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: cephadm 2024-03-21T13:34:52.694450+0000 mgr.y (mgr.25471) 97 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: audit 2024-03-21T13:34:52.695016+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: audit 2024-03-21T13:34:52.696602+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:53 smithi192 bash[42088]: cephadm 2024-03-21T13:34:52.701129+0000 mgr.y (mgr.25471) 98 : cephadm [INF] Reconfiguring daemon osd.1 on smithi038 2024-03-21T13:34:56.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: cluster 2024-03-21T13:34:54.439413+0000 mgr.y (mgr.25471) 99 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: audit 2024-03-21T13:34:54.824697+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: audit 2024-03-21T13:34:54.834791+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: cephadm 2024-03-21T13:34:54.869787+0000 mgr.y (mgr.25471) 100 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: audit 2024-03-21T13:34:54.870505+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: audit 2024-03-21T13:34:54.872613+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: cephadm 2024-03-21T13:34:54.878380+0000 mgr.y (mgr.25471) 101 : cephadm [INF] Reconfiguring daemon osd.2 on smithi038 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[53920]: audit 2024-03-21T13:34:54.913365+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: cluster 2024-03-21T13:34:54.439413+0000 mgr.y (mgr.25471) 99 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: audit 2024-03-21T13:34:54.824697+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: audit 2024-03-21T13:34:54.834791+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:56.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: cephadm 2024-03-21T13:34:54.869787+0000 mgr.y (mgr.25471) 100 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:34:56.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: audit 2024-03-21T13:34:54.870505+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:34:56.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: audit 2024-03-21T13:34:54.872613+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:56.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: cephadm 2024-03-21T13:34:54.878380+0000 mgr.y (mgr.25471) 101 : cephadm [INF] Reconfiguring daemon osd.2 on smithi038 2024-03-21T13:34:56.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:55 smithi038 bash[55321]: audit 2024-03-21T13:34:54.913365+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: cluster 2024-03-21T13:34:54.439413+0000 mgr.y (mgr.25471) 99 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:34:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: audit 2024-03-21T13:34:54.824697+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: audit 2024-03-21T13:34:54.834791+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: cephadm 2024-03-21T13:34:54.869787+0000 mgr.y (mgr.25471) 100 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:34:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: audit 2024-03-21T13:34:54.870505+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:34:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: audit 2024-03-21T13:34:54.872613+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: cephadm 2024-03-21T13:34:54.878380+0000 mgr.y (mgr.25471) 101 : cephadm [INF] Reconfiguring daemon osd.2 on smithi038 2024-03-21T13:34:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:55 smithi192 bash[42088]: audit 2024-03-21T13:34:54.913365+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:34:57.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:56 smithi038 bash[55321]: audit 2024-03-21T13:34:55.859932+0000 mgr.y (mgr.25471) 102 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:57.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:56 smithi038 bash[53920]: audit 2024-03-21T13:34:55.859932+0000 mgr.y (mgr.25471) 102 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:56 smithi192 bash[42088]: audit 2024-03-21T13:34:55.859932+0000 mgr.y (mgr.25471) 102 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:34:57.646 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:34:57] "GET /metrics HTTP/1.1" 200 38266 "" "Prometheus/2.33.4" 2024-03-21T13:34:57.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[53920]: cluster 2024-03-21T13:34:56.441052+0000 mgr.y (mgr.25471) 103 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:57.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[53920]: audit 2024-03-21T13:34:57.161747+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[53920]: audit 2024-03-21T13:34:57.177516+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[53920]: audit 2024-03-21T13:34:57.209016+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[53920]: audit 2024-03-21T13:34:57.210994+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[55321]: cluster 2024-03-21T13:34:56.441052+0000 mgr.y (mgr.25471) 103 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[55321]: audit 2024-03-21T13:34:57.161747+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[55321]: audit 2024-03-21T13:34:57.177516+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[55321]: audit 2024-03-21T13:34:57.209016+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:34:57.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:57 smithi038 bash[55321]: audit 2024-03-21T13:34:57.210994+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:57 smithi192 bash[42088]: cluster 2024-03-21T13:34:56.441052+0000 mgr.y (mgr.25471) 103 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:34:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:57 smithi192 bash[42088]: audit 2024-03-21T13:34:57.161747+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:57 smithi192 bash[42088]: audit 2024-03-21T13:34:57.177516+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:34:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:57 smithi192 bash[42088]: audit 2024-03-21T13:34:57.209016+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:34:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:57 smithi192 bash[42088]: audit 2024-03-21T13:34:57.210994+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:34:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:58 smithi192 bash[42088]: cephadm 2024-03-21T13:34:57.208344+0000 mgr.y (mgr.25471) 104 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:34:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:58 smithi192 bash[42088]: cephadm 2024-03-21T13:34:57.216617+0000 mgr.y (mgr.25471) 105 : cephadm [INF] Reconfiguring daemon osd.3 on smithi038 2024-03-21T13:34:58.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:34:58 smithi192 bash[39056]: ts=2024-03-21T13:34:58.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:34:59.020 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:58 smithi038 bash[53920]: cephadm 2024-03-21T13:34:57.208344+0000 mgr.y (mgr.25471) 104 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:34:59.020 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:58 smithi038 bash[53920]: cephadm 2024-03-21T13:34:57.216617+0000 mgr.y (mgr.25471) 105 : cephadm [INF] Reconfiguring daemon osd.3 on smithi038 2024-03-21T13:34:59.021 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:58 smithi038 bash[55321]: cephadm 2024-03-21T13:34:57.208344+0000 mgr.y (mgr.25471) 104 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:34:59.021 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:58 smithi038 bash[55321]: cephadm 2024-03-21T13:34:57.216617+0000 mgr.y (mgr.25471) 105 : cephadm [INF] Reconfiguring daemon osd.3 on smithi038 2024-03-21T13:35:00.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[53920]: cluster 2024-03-21T13:34:58.441793+0000 mgr.y (mgr.25471) 106 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:00.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[53920]: audit 2024-03-21T13:34:59.721957+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:00.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[53920]: audit 2024-03-21T13:34:59.732412+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[53920]: audit 2024-03-21T13:34:59.737705+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[53920]: audit 2024-03-21T13:34:59.740759+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[55321]: cluster 2024-03-21T13:34:58.441793+0000 mgr.y (mgr.25471) 106 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[55321]: audit 2024-03-21T13:34:59.721957+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[55321]: audit 2024-03-21T13:34:59.732412+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[55321]: audit 2024-03-21T13:34:59.737705+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:34:59 smithi038 bash[55321]: audit 2024-03-21T13:34:59.740759+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:59 smithi192 bash[42088]: cluster 2024-03-21T13:34:58.441793+0000 mgr.y (mgr.25471) 106 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:59 smithi192 bash[42088]: audit 2024-03-21T13:34:59.721957+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:59 smithi192 bash[42088]: audit 2024-03-21T13:34:59.732412+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:59 smithi192 bash[42088]: audit 2024-03-21T13:34:59.737705+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:34:59 smithi192 bash[42088]: audit 2024-03-21T13:34:59.740759+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:01.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:00 smithi038 bash[53920]: cephadm 2024-03-21T13:34:59.737139+0000 mgr.y (mgr.25471) 107 : cephadm [INF] Reconfiguring rgw.foo.smithi038.ldpoff (monmap changed)... 2024-03-21T13:35:01.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:00 smithi038 bash[53920]: cephadm 2024-03-21T13:34:59.742470+0000 mgr.y (mgr.25471) 108 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:35:01.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:00 smithi038 bash[55321]: cephadm 2024-03-21T13:34:59.737139+0000 mgr.y (mgr.25471) 107 : cephadm [INF] Reconfiguring rgw.foo.smithi038.ldpoff (monmap changed)... 2024-03-21T13:35:01.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:00 smithi038 bash[55321]: cephadm 2024-03-21T13:34:59.742470+0000 mgr.y (mgr.25471) 108 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:35:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:00 smithi192 bash[42088]: cephadm 2024-03-21T13:34:59.737139+0000 mgr.y (mgr.25471) 107 : cephadm [INF] Reconfiguring rgw.foo.smithi038.ldpoff (monmap changed)... 2024-03-21T13:35:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:00 smithi192 bash[42088]: cephadm 2024-03-21T13:34:59.742470+0000 mgr.y (mgr.25471) 108 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:35:02.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:01 smithi038 bash[53920]: cluster 2024-03-21T13:35:00.442520+0000 mgr.y (mgr.25471) 109 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:02.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:01 smithi038 bash[55321]: cluster 2024-03-21T13:35:00.442520+0000 mgr.y (mgr.25471) 109 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:01 smithi192 bash[42088]: cluster 2024-03-21T13:35:00.442520+0000 mgr.y (mgr.25471) 109 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: audit 2024-03-21T13:35:02.158275+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: audit 2024-03-21T13:35:02.169795+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: cephadm 2024-03-21T13:35:02.212297+0000 mgr.y (mgr.25471) 110 : cephadm [INF] Reconfiguring rgw.smpl.smithi038.nentip (monmap changed)... 2024-03-21T13:35:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: audit 2024-03-21T13:35:02.213035+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: audit 2024-03-21T13:35:02.216813+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: cephadm 2024-03-21T13:35:02.218836+0000 mgr.y (mgr.25471) 111 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:35:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[42088]: cluster 2024-03-21T13:35:02.444224+0000 mgr.y (mgr.25471) 112 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:03.484 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:35:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: audit 2024-03-21T13:35:02.158275+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: audit 2024-03-21T13:35:02.169795+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: cephadm 2024-03-21T13:35:02.212297+0000 mgr.y (mgr.25471) 110 : cephadm [INF] Reconfiguring rgw.smpl.smithi038.nentip (monmap changed)... 2024-03-21T13:35:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: audit 2024-03-21T13:35:02.213035+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: audit 2024-03-21T13:35:02.216813+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: cephadm 2024-03-21T13:35:02.218836+0000 mgr.y (mgr.25471) 111 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[55321]: cluster 2024-03-21T13:35:02.444224+0000 mgr.y (mgr.25471) 112 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: audit 2024-03-21T13:35:02.158275+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: audit 2024-03-21T13:35:02.169795+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: cephadm 2024-03-21T13:35:02.212297+0000 mgr.y (mgr.25471) 110 : cephadm [INF] Reconfiguring rgw.smpl.smithi038.nentip (monmap changed)... 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: audit 2024-03-21T13:35:02.213035+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: audit 2024-03-21T13:35:02.216813+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: cephadm 2024-03-21T13:35:02.218836+0000 mgr.y (mgr.25471) 111 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:35:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:03 smithi038 bash[53920]: cluster 2024-03-21T13:35:02.444224+0000 mgr.y (mgr.25471) 112 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:03.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:03 smithi192 bash[39056]: ts=2024-03-21T13:35:03.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:04.279 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:35:04.279 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (3m) 64s ago 11m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:35:04.279 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 32s ago 10m - - 2024-03-21T13:35:04.279 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (2m) 64s ago 9m 45.9M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (2m) 32s ago 17m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (3m) 64s ago 19m 489M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (110s) 64s ago 19m 39.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (46s) 32s ago 17m 20.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (72s) 64s ago 17m 23.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (4m) 64s ago 11m 11.4M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (3m) 32s ago 11m 11.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (16m) 64s ago 16m 58.8M 2782M 17.2.0 e1d6a67b021e 00f18c173952 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (16m) 64s ago 16m 59.1M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (15m) 64s ago 15m 54.4M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (14m) 64s ago 14m 56.8M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (14m) 32s ago 14m 59.0M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (13m) 32s ago 13m 55.6M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (13m) 32s ago 13m 53.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (12m) 32s ago 12m 57.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:35:04.280 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (2m) 32s ago 11m 62.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:35:04.281 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (9m) 64s ago 9m 87.2M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:35:04.281 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (9m) 32s ago 9m 87.1M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:35:04.281 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (9m) 64s ago 9m 86.7M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:35:04.281 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (9m) 32s ago 9m 86.8M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:35:04.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:04 smithi038 bash[53920]: audit 2024-03-21T13:35:03.468909+0000 mgr.y (mgr.25471) 113 : audit [DBG] from='client.44167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:04.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:04 smithi038 bash[53920]: audit 2024-03-21T13:35:03.873418+0000 mgr.y (mgr.25471) 114 : audit [DBG] from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:04.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:04 smithi038 bash[55321]: audit 2024-03-21T13:35:03.468909+0000 mgr.y (mgr.25471) 113 : audit [DBG] from='client.44167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:04.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:04 smithi038 bash[55321]: audit 2024-03-21T13:35:03.873418+0000 mgr.y (mgr.25471) 114 : audit [DBG] from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:04 smithi192 bash[42088]: audit 2024-03-21T13:35:03.468909+0000 mgr.y (mgr.25471) 113 : audit [DBG] from='client.44167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:04 smithi192 bash[42088]: audit 2024-03-21T13:35:03.873418+0000 mgr.y (mgr.25471) 114 : audit [DBG] from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:35:04.760 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:35:04.761 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "5/23 daemons upgraded", 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading mon daemons", 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:35:05.159 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:35:05.628 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:35:05.628 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:35:05.628 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.256906+0000 mgr.y (mgr.25471) 115 : audit [DBG] from='client.44179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: cluster 2024-03-21T13:35:04.444927+0000 mgr.y (mgr.25471) 116 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.731389+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.739130+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.759282+0000 mon.a (mon.0) 158 : audit [DBG] from='client.? 172.21.15.38:0/878796117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: cephadm 2024-03-21T13:35:04.788472+0000 mgr.y (mgr.25471) 117 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.789110+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.790614+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:04.791923+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: cephadm 2024-03-21T13:35:04.793655+0000 mgr.y (mgr.25471) 118 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-03-21T13:35:06.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[53920]: audit 2024-03-21T13:35:05.627885+0000 mon.a (mon.0) 162 : audit [DBG] from='client.? 172.21.15.38:0/191629839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.256906+0000 mgr.y (mgr.25471) 115 : audit [DBG] from='client.44179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: cluster 2024-03-21T13:35:04.444927+0000 mgr.y (mgr.25471) 116 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.731389+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.739130+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.759282+0000 mon.a (mon.0) 158 : audit [DBG] from='client.? 172.21.15.38:0/878796117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: cephadm 2024-03-21T13:35:04.788472+0000 mgr.y (mgr.25471) 117 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.789110+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.790614+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:04.791923+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: cephadm 2024-03-21T13:35:04.793655+0000 mgr.y (mgr.25471) 118 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-03-21T13:35:06.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:05 smithi038 bash[55321]: audit 2024-03-21T13:35:05.627885+0000 mon.a (mon.0) 162 : audit [DBG] from='client.? 172.21.15.38:0/191629839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:35:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.256906+0000 mgr.y (mgr.25471) 115 : audit [DBG] from='client.44179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: cluster 2024-03-21T13:35:04.444927+0000 mgr.y (mgr.25471) 116 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.731389+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.739130+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.759282+0000 mon.a (mon.0) 158 : audit [DBG] from='client.? 172.21.15.38:0/878796117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: cephadm 2024-03-21T13:35:04.788472+0000 mgr.y (mgr.25471) 117 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.789110+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.790614+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:04.791923+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: cephadm 2024-03-21T13:35:04.793655+0000 mgr.y (mgr.25471) 118 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-03-21T13:35:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:05 smithi192 bash[42088]: audit 2024-03-21T13:35:05.627885+0000 mon.a (mon.0) 162 : audit [DBG] from='client.? 172.21.15.38:0/191629839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:35:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:06 smithi192 bash[42088]: audit 2024-03-21T13:35:05.157407+0000 mgr.y (mgr.25471) 119 : audit [DBG] from='client.44191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:06 smithi192 bash[42088]: audit 2024-03-21T13:35:05.870570+0000 mgr.y (mgr.25471) 120 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:07.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:06 smithi038 bash[53920]: audit 2024-03-21T13:35:05.157407+0000 mgr.y (mgr.25471) 119 : audit [DBG] from='client.44191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:07.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:06 smithi038 bash[53920]: audit 2024-03-21T13:35:05.870570+0000 mgr.y (mgr.25471) 120 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:07.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:06 smithi038 bash[55321]: audit 2024-03-21T13:35:05.157407+0000 mgr.y (mgr.25471) 119 : audit [DBG] from='client.44191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:07.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:06 smithi038 bash[55321]: audit 2024-03-21T13:35:05.870570+0000 mgr.y (mgr.25471) 120 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:07.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:35:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:35:07] "GET /metrics HTTP/1.1" 200 38266 "" "Prometheus/2.33.4" 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: cluster 2024-03-21T13:35:06.446602+0000 mgr.y (mgr.25471) 121 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: audit 2024-03-21T13:35:07.087774+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: audit 2024-03-21T13:35:07.101577+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: cephadm 2024-03-21T13:35:07.113456+0000 mgr.y (mgr.25471) 122 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: audit 2024-03-21T13:35:07.114060+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: audit 2024-03-21T13:35:07.116272+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: audit 2024-03-21T13:35:07.118070+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[53920]: cephadm 2024-03-21T13:35:07.120071+0000 mgr.y (mgr.25471) 123 : cephadm [INF] Reconfiguring daemon mgr.x on smithi192 2024-03-21T13:35:08.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: cluster 2024-03-21T13:35:06.446602+0000 mgr.y (mgr.25471) 121 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: audit 2024-03-21T13:35:07.087774+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: audit 2024-03-21T13:35:07.101577+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: cephadm 2024-03-21T13:35:07.113456+0000 mgr.y (mgr.25471) 122 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: audit 2024-03-21T13:35:07.114060+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: audit 2024-03-21T13:35:07.116272+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: audit 2024-03-21T13:35:07.118070+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:08.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:08 smithi038 bash[55321]: cephadm 2024-03-21T13:35:07.120071+0000 mgr.y (mgr.25471) 123 : cephadm [INF] Reconfiguring daemon mgr.x on smithi192 2024-03-21T13:35:08.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: cluster 2024-03-21T13:35:06.446602+0000 mgr.y (mgr.25471) 121 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:08.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: audit 2024-03-21T13:35:07.087774+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:08.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: audit 2024-03-21T13:35:07.101577+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:08.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: cephadm 2024-03-21T13:35:07.113456+0000 mgr.y (mgr.25471) 122 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-21T13:35:08.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: audit 2024-03-21T13:35:07.114060+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:35:08.417 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: audit 2024-03-21T13:35:07.116272+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:35:08.417 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: audit 2024-03-21T13:35:07.118070+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:08.417 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[42088]: cephadm 2024-03-21T13:35:07.120071+0000 mgr.y (mgr.25471) 123 : cephadm [INF] Reconfiguring daemon mgr.x on smithi192 2024-03-21T13:35:08.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:08 smithi192 bash[39056]: ts=2024-03-21T13:35:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[53920]: cluster 2024-03-21T13:35:08.447301+0000 mgr.y (mgr.25471) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[53920]: audit 2024-03-21T13:35:09.358439+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[53920]: audit 2024-03-21T13:35:09.372153+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[53920]: audit 2024-03-21T13:35:09.391652+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[53920]: audit 2024-03-21T13:35:09.393272+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[53920]: audit 2024-03-21T13:35:09.914334+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[55321]: cluster 2024-03-21T13:35:08.447301+0000 mgr.y (mgr.25471) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[55321]: audit 2024-03-21T13:35:09.358439+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[55321]: audit 2024-03-21T13:35:09.372153+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[55321]: audit 2024-03-21T13:35:09.391652+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[55321]: audit 2024-03-21T13:35:09.393272+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:10 smithi038 bash[55321]: audit 2024-03-21T13:35:09.914334+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:10 smithi192 bash[42088]: cluster 2024-03-21T13:35:08.447301+0000 mgr.y (mgr.25471) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:10 smithi192 bash[42088]: audit 2024-03-21T13:35:09.358439+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:10 smithi192 bash[42088]: audit 2024-03-21T13:35:09.372153+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:10 smithi192 bash[42088]: audit 2024-03-21T13:35:09.391652+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:35:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:10 smithi192 bash[42088]: audit 2024-03-21T13:35:09.393272+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:10 smithi192 bash[42088]: audit 2024-03-21T13:35:09.914334+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:11 smithi192 bash[42088]: cephadm 2024-03-21T13:35:09.391085+0000 mgr.y (mgr.25471) 125 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-21T13:35:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:11 smithi192 bash[42088]: cephadm 2024-03-21T13:35:09.398143+0000 mgr.y (mgr.25471) 126 : cephadm [INF] Reconfiguring daemon osd.4 on smithi192 2024-03-21T13:35:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:11 smithi038 bash[53920]: cephadm 2024-03-21T13:35:09.391085+0000 mgr.y (mgr.25471) 125 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-21T13:35:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:11 smithi038 bash[53920]: cephadm 2024-03-21T13:35:09.398143+0000 mgr.y (mgr.25471) 126 : cephadm [INF] Reconfiguring daemon osd.4 on smithi192 2024-03-21T13:35:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:11 smithi038 bash[55321]: cephadm 2024-03-21T13:35:09.391085+0000 mgr.y (mgr.25471) 125 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-21T13:35:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:11 smithi038 bash[55321]: cephadm 2024-03-21T13:35:09.398143+0000 mgr.y (mgr.25471) 126 : cephadm [INF] Reconfiguring daemon osd.4 on smithi192 2024-03-21T13:35:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[53920]: cluster 2024-03-21T13:35:10.448050+0000 mgr.y (mgr.25471) 127 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[53920]: audit 2024-03-21T13:35:11.571119+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[53920]: audit 2024-03-21T13:35:11.582531+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[53920]: audit 2024-03-21T13:35:11.619514+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[53920]: audit 2024-03-21T13:35:11.621653+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[55321]: cluster 2024-03-21T13:35:10.448050+0000 mgr.y (mgr.25471) 127 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[55321]: audit 2024-03-21T13:35:11.571119+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[55321]: audit 2024-03-21T13:35:11.582531+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[55321]: audit 2024-03-21T13:35:11.619514+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:35:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:12 smithi038 bash[55321]: audit 2024-03-21T13:35:11.621653+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:12 smithi192 bash[42088]: cluster 2024-03-21T13:35:10.448050+0000 mgr.y (mgr.25471) 127 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:12 smithi192 bash[42088]: audit 2024-03-21T13:35:11.571119+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:12 smithi192 bash[42088]: audit 2024-03-21T13:35:11.582531+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:12 smithi192 bash[42088]: audit 2024-03-21T13:35:11.619514+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:35:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:12 smithi192 bash[42088]: audit 2024-03-21T13:35:11.621653+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:13 smithi038 bash[53920]: cephadm 2024-03-21T13:35:11.618726+0000 mgr.y (mgr.25471) 128 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T13:35:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:13 smithi038 bash[53920]: cephadm 2024-03-21T13:35:11.627615+0000 mgr.y (mgr.25471) 129 : cephadm [INF] Reconfiguring daemon osd.5 on smithi192 2024-03-21T13:35:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:13 smithi038 bash[55321]: cephadm 2024-03-21T13:35:11.618726+0000 mgr.y (mgr.25471) 128 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T13:35:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:13 smithi038 bash[55321]: cephadm 2024-03-21T13:35:11.627615+0000 mgr.y (mgr.25471) 129 : cephadm [INF] Reconfiguring daemon osd.5 on smithi192 2024-03-21T13:35:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:13 smithi192 bash[42088]: cephadm 2024-03-21T13:35:11.618726+0000 mgr.y (mgr.25471) 128 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T13:35:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:13 smithi192 bash[42088]: cephadm 2024-03-21T13:35:11.627615+0000 mgr.y (mgr.25471) 129 : cephadm [INF] Reconfiguring daemon osd.5 on smithi192 2024-03-21T13:35:13.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:13 smithi192 bash[39056]: ts=2024-03-21T13:35:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[53920]: cluster 2024-03-21T13:35:12.449733+0000 mgr.y (mgr.25471) 130 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[53920]: audit 2024-03-21T13:35:13.858578+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[53920]: audit 2024-03-21T13:35:13.870596+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[53920]: audit 2024-03-21T13:35:13.897286+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:35:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[53920]: audit 2024-03-21T13:35:13.899363+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:14.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[55321]: cluster 2024-03-21T13:35:12.449733+0000 mgr.y (mgr.25471) 130 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:14.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[55321]: audit 2024-03-21T13:35:13.858578+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:14.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[55321]: audit 2024-03-21T13:35:13.870596+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:14.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[55321]: audit 2024-03-21T13:35:13.897286+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:35:14.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:14 smithi038 bash[55321]: audit 2024-03-21T13:35:13.899363+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:14 smithi192 bash[42088]: cluster 2024-03-21T13:35:12.449733+0000 mgr.y (mgr.25471) 130 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:14 smithi192 bash[42088]: audit 2024-03-21T13:35:13.858578+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:14 smithi192 bash[42088]: audit 2024-03-21T13:35:13.870596+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:14 smithi192 bash[42088]: audit 2024-03-21T13:35:13.897286+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:35:14.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:14 smithi192 bash[42088]: audit 2024-03-21T13:35:13.899363+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:15 smithi192 bash[42088]: cephadm 2024-03-21T13:35:13.896590+0000 mgr.y (mgr.25471) 131 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-21T13:35:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:15 smithi192 bash[42088]: cephadm 2024-03-21T13:35:13.904915+0000 mgr.y (mgr.25471) 132 : cephadm [INF] Reconfiguring daemon osd.6 on smithi192 2024-03-21T13:35:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:15 smithi038 bash[53920]: cephadm 2024-03-21T13:35:13.896590+0000 mgr.y (mgr.25471) 131 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-21T13:35:15.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:15 smithi038 bash[53920]: cephadm 2024-03-21T13:35:13.904915+0000 mgr.y (mgr.25471) 132 : cephadm [INF] Reconfiguring daemon osd.6 on smithi192 2024-03-21T13:35:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:15 smithi038 bash[55321]: cephadm 2024-03-21T13:35:13.896590+0000 mgr.y (mgr.25471) 131 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-21T13:35:15.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:15 smithi038 bash[55321]: cephadm 2024-03-21T13:35:13.904915+0000 mgr.y (mgr.25471) 132 : cephadm [INF] Reconfiguring daemon osd.6 on smithi192 2024-03-21T13:35:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:16 smithi192 bash[42088]: cluster 2024-03-21T13:35:14.450518+0000 mgr.y (mgr.25471) 133 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:16 smithi192 bash[42088]: audit 2024-03-21T13:35:16.053743+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:16 smithi192 bash[42088]: audit 2024-03-21T13:35:16.064500+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:16 smithi192 bash[42088]: audit 2024-03-21T13:35:16.074084+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:35:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:16 smithi192 bash[42088]: audit 2024-03-21T13:35:16.075668+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[53920]: cluster 2024-03-21T13:35:14.450518+0000 mgr.y (mgr.25471) 133 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[53920]: audit 2024-03-21T13:35:16.053743+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[53920]: audit 2024-03-21T13:35:16.064500+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:16.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[53920]: audit 2024-03-21T13:35:16.074084+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:35:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[53920]: audit 2024-03-21T13:35:16.075668+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[55321]: cluster 2024-03-21T13:35:14.450518+0000 mgr.y (mgr.25471) 133 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[55321]: audit 2024-03-21T13:35:16.053743+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[55321]: audit 2024-03-21T13:35:16.064500+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[55321]: audit 2024-03-21T13:35:16.074084+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:35:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:16 smithi038 bash[55321]: audit 2024-03-21T13:35:16.075668+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:17.440 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:17 smithi192 bash[42088]: audit 2024-03-21T13:35:15.875026+0000 mgr.y (mgr.25471) 134 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:17.440 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:17 smithi192 bash[42088]: cephadm 2024-03-21T13:35:16.073486+0000 mgr.y (mgr.25471) 135 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-21T13:35:17.440 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:17 smithi192 bash[42088]: cephadm 2024-03-21T13:35:16.080377+0000 mgr.y (mgr.25471) 136 : cephadm [INF] Reconfiguring daemon osd.7 on smithi192 2024-03-21T13:35:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:35:17] "GET /metrics HTTP/1.1" 200 38264 "" "Prometheus/2.33.4" 2024-03-21T13:35:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[53920]: audit 2024-03-21T13:35:15.875026+0000 mgr.y (mgr.25471) 134 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[53920]: cephadm 2024-03-21T13:35:16.073486+0000 mgr.y (mgr.25471) 135 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-21T13:35:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[53920]: cephadm 2024-03-21T13:35:16.080377+0000 mgr.y (mgr.25471) 136 : cephadm [INF] Reconfiguring daemon osd.7 on smithi192 2024-03-21T13:35:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[55321]: audit 2024-03-21T13:35:15.875026+0000 mgr.y (mgr.25471) 134 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[55321]: cephadm 2024-03-21T13:35:16.073486+0000 mgr.y (mgr.25471) 135 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-21T13:35:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:17 smithi038 bash[55321]: cephadm 2024-03-21T13:35:16.080377+0000 mgr.y (mgr.25471) 136 : cephadm [INF] Reconfiguring daemon osd.7 on smithi192 2024-03-21T13:35:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:18 smithi192 bash[42088]: cluster 2024-03-21T13:35:16.452222+0000 mgr.y (mgr.25471) 137 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:18 smithi038 bash[53920]: cluster 2024-03-21T13:35:16.452222+0000 mgr.y (mgr.25471) 137 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:18.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:18 smithi038 bash[55321]: cluster 2024-03-21T13:35:16.452222+0000 mgr.y (mgr.25471) 137 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:18.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:18 smithi192 bash[39056]: ts=2024-03-21T13:35:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: audit 2024-03-21T13:35:18.416046+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: audit 2024-03-21T13:35:18.427243+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: cephadm 2024-03-21T13:35:18.451110+0000 mgr.y (mgr.25471) 138 : cephadm [INF] Reconfiguring rgw.foo.smithi192.zcffga (monmap changed)... 2024-03-21T13:35:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: audit 2024-03-21T13:35:18.451834+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: cluster 2024-03-21T13:35:18.452869+0000 mgr.y (mgr.25471) 139 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: audit 2024-03-21T13:35:18.456469+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:19 smithi192 bash[42088]: cephadm 2024-03-21T13:35:18.458740+0000 mgr.y (mgr.25471) 140 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:35:19.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: audit 2024-03-21T13:35:18.416046+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: audit 2024-03-21T13:35:18.427243+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: cephadm 2024-03-21T13:35:18.451110+0000 mgr.y (mgr.25471) 138 : cephadm [INF] Reconfiguring rgw.foo.smithi192.zcffga (monmap changed)... 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: audit 2024-03-21T13:35:18.451834+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: cluster 2024-03-21T13:35:18.452869+0000 mgr.y (mgr.25471) 139 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: audit 2024-03-21T13:35:18.456469+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[53920]: cephadm 2024-03-21T13:35:18.458740+0000 mgr.y (mgr.25471) 140 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: audit 2024-03-21T13:35:18.416046+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: audit 2024-03-21T13:35:18.427243+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: cephadm 2024-03-21T13:35:18.451110+0000 mgr.y (mgr.25471) 138 : cephadm [INF] Reconfiguring rgw.foo.smithi192.zcffga (monmap changed)... 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: audit 2024-03-21T13:35:18.451834+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: cluster 2024-03-21T13:35:18.452869+0000 mgr.y (mgr.25471) 139 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:19.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: audit 2024-03-21T13:35:18.456469+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:19.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:19 smithi038 bash[55321]: cephadm 2024-03-21T13:35:18.458740+0000 mgr.y (mgr.25471) 140 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:35:21.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: cluster 2024-03-21T13:35:20.453662+0000 mgr.y (mgr.25471) 141 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: audit 2024-03-21T13:35:20.643393+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: audit 2024-03-21T13:35:20.653034+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: cephadm 2024-03-21T13:35:20.679011+0000 mgr.y (mgr.25471) 142 : cephadm [INF] Reconfiguring rgw.smpl.smithi192.dqjhfd (monmap changed)... 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: audit 2024-03-21T13:35:20.679772+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: audit 2024-03-21T13:35:20.683704+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[53920]: cephadm 2024-03-21T13:35:20.685815+0000 mgr.y (mgr.25471) 143 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: cluster 2024-03-21T13:35:20.453662+0000 mgr.y (mgr.25471) 141 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: audit 2024-03-21T13:35:20.643393+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: audit 2024-03-21T13:35:20.653034+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: cephadm 2024-03-21T13:35:20.679011+0000 mgr.y (mgr.25471) 142 : cephadm [INF] Reconfiguring rgw.smpl.smithi192.dqjhfd (monmap changed)... 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: audit 2024-03-21T13:35:20.679772+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: audit 2024-03-21T13:35:20.683704+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:21.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:21 smithi038 bash[55321]: cephadm 2024-03-21T13:35:20.685815+0000 mgr.y (mgr.25471) 143 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: cluster 2024-03-21T13:35:20.453662+0000 mgr.y (mgr.25471) 141 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: audit 2024-03-21T13:35:20.643393+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: audit 2024-03-21T13:35:20.653034+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: cephadm 2024-03-21T13:35:20.679011+0000 mgr.y (mgr.25471) 142 : cephadm [INF] Reconfiguring rgw.smpl.smithi192.dqjhfd (monmap changed)... 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: audit 2024-03-21T13:35:20.679772+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: audit 2024-03-21T13:35:20.683704+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:21.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:21 smithi192 bash[42088]: cephadm 2024-03-21T13:35:20.685815+0000 mgr.y (mgr.25471) 143 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:35:23.914 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[39056]: ts=2024-03-21T13:35:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: cluster 2024-03-21T13:35:22.455393+0000 mgr.y (mgr.25471) 144 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.906186+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.925522+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.969500+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.973227+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.976360+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: cephadm 2024-03-21T13:35:22.977870+0000 mgr.y (mgr.25471) 145 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.982766+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.986236+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-21T13:35:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.993240+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:22.996828+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.009310+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.012512+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.018232+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.023122+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: cephadm 2024-03-21T13:35:23.024532+0000 mgr.y (mgr.25471) 146 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.029653+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.034060+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: audit 2024-03-21T13:35:23.034342+0000 mgr.y (mgr.25471) 147 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:35:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:23 smithi192 bash[42088]: cephadm 2024-03-21T13:35:23.035994+0000 mgr.y (mgr.25471) 148 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: cluster 2024-03-21T13:35:22.455393+0000 mgr.y (mgr.25471) 144 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.906186+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.925522+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.969500+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.973227+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.976360+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: cephadm 2024-03-21T13:35:22.977870+0000 mgr.y (mgr.25471) 145 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.982766+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.986236+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-21T13:35:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.993240+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:22.996828+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.009310+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.012512+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.018232+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.023122+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: cephadm 2024-03-21T13:35:23.024532+0000 mgr.y (mgr.25471) 146 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.029653+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.034060+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: audit 2024-03-21T13:35:23.034342+0000 mgr.y (mgr.25471) 147 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[55321]: cephadm 2024-03-21T13:35:23.035994+0000 mgr.y (mgr.25471) 148 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: cluster 2024-03-21T13:35:22.455393+0000 mgr.y (mgr.25471) 144 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:24.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.906186+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.925522+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.969500+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.973227+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.976360+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: cephadm 2024-03-21T13:35:22.977870+0000 mgr.y (mgr.25471) 145 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.982766+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.986236+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.993240+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:22.996828+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.009310+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.012512+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.018232+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.023122+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: cephadm 2024-03-21T13:35:23.024532+0000 mgr.y (mgr.25471) 146 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-21T13:35:24.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.029653+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:24.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.034060+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:35:24.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: audit 2024-03-21T13:35:23.034342+0000 mgr.y (mgr.25471) 147 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:35:24.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:23 smithi038 bash[53920]: cephadm 2024-03-21T13:35:23.035994+0000 mgr.y (mgr.25471) 148 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:35:25.139 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:24 smithi038 bash[53920]: audit 2024-03-21T13:35:24.914652+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:25.139 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:24 smithi038 bash[55321]: audit 2024-03-21T13:35:24.914652+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:24 smithi192 bash[42088]: audit 2024-03-21T13:35:24.914652+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[53920]: cluster 2024-03-21T13:35:24.456149+0000 mgr.y (mgr.25471) 149 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[53920]: audit 2024-03-21T13:35:25.823464+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[53920]: audit 2024-03-21T13:35:25.827943+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:35:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[53920]: audit 2024-03-21T13:35:25.829082+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[55321]: cluster 2024-03-21T13:35:24.456149+0000 mgr.y (mgr.25471) 149 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[55321]: audit 2024-03-21T13:35:25.823464+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[55321]: audit 2024-03-21T13:35:25.827943+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:35:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:25 smithi038 bash[55321]: audit 2024-03-21T13:35:25.829082+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:25 smithi192 bash[42088]: cluster 2024-03-21T13:35:24.456149+0000 mgr.y (mgr.25471) 149 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:25 smithi192 bash[42088]: audit 2024-03-21T13:35:25.823464+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:25 smithi192 bash[42088]: audit 2024-03-21T13:35:25.827943+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:35:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:25 smithi192 bash[42088]: audit 2024-03-21T13:35:25.829082+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:27.278 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:26 smithi038 bash[53920]: cephadm 2024-03-21T13:35:25.811925+0000 mgr.y (mgr.25471) 150 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:35:27.278 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:26 smithi038 bash[53920]: cephadm 2024-03-21T13:35:25.832367+0000 mgr.y (mgr.25471) 151 : cephadm [INF] Deploying daemon osd.0 on smithi038 2024-03-21T13:35:27.279 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:26 smithi038 bash[53920]: audit 2024-03-21T13:35:25.883850+0000 mgr.y (mgr.25471) 152 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:27.279 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:26 smithi038 bash[55321]: cephadm 2024-03-21T13:35:25.811925+0000 mgr.y (mgr.25471) 150 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:35:27.279 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:26 smithi038 bash[55321]: cephadm 2024-03-21T13:35:25.832367+0000 mgr.y (mgr.25471) 151 : cephadm [INF] Deploying daemon osd.0 on smithi038 2024-03-21T13:35:27.279 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:26 smithi038 bash[55321]: audit 2024-03-21T13:35:25.883850+0000 mgr.y (mgr.25471) 152 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:26 smithi192 bash[42088]: cephadm 2024-03-21T13:35:25.811925+0000 mgr.y (mgr.25471) 150 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:35:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:26 smithi192 bash[42088]: cephadm 2024-03-21T13:35:25.832367+0000 mgr.y (mgr.25471) 151 : cephadm [INF] Deploying daemon osd.0 on smithi038 2024-03-21T13:35:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:26 smithi192 bash[42088]: audit 2024-03-21T13:35:25.883850+0000 mgr.y (mgr.25471) 152 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:27.641 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:35:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:35:27] "GET /metrics HTTP/1.1" 200 38259 "" "Prometheus/2.33.4" 2024-03-21T13:35:28.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:27 smithi038 bash[53920]: cluster 2024-03-21T13:35:26.457834+0000 mgr.y (mgr.25471) 153 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:28.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:27 smithi038 bash[55321]: cluster 2024-03-21T13:35:26.457834+0000 mgr.y (mgr.25471) 153 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:27 smithi192 bash[42088]: cluster 2024-03-21T13:35:26.457834+0000 mgr.y (mgr.25471) 153 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:28.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:28 smithi192 bash[39056]: ts=2024-03-21T13:35:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:30 smithi038 bash[53920]: cluster 2024-03-21T13:35:28.458644+0000 mgr.y (mgr.25471) 154 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:30 smithi038 bash[55321]: cluster 2024-03-21T13:35:28.458644+0000 mgr.y (mgr.25471) 154 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:30 smithi192 bash[42088]: cluster 2024-03-21T13:35:28.458644+0000 mgr.y (mgr.25471) 154 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:30.829 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:30 smithi038 systemd[1]: Stopping Ceph osd.0 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:35:31.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:31 smithi038 bash[53920]: cluster 2024-03-21T13:35:30.829352+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:35:31.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:31 smithi038 bash[55321]: cluster 2024-03-21T13:35:30.829352+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:35:31.155 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:30 smithi038 bash[22616]: debug 2024-03-21T13:35:30.824+0000 7f2a42f74700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:35:31.155 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:30 smithi038 bash[22616]: debug 2024-03-21T13:35:30.824+0000 7f2a42f74700 -1 osd.0 104 *** Got signal Terminated *** 2024-03-21T13:35:31.155 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:30 smithi038 bash[22616]: debug 2024-03-21T13:35:30.824+0000 7f2a42f74700 -1 osd.0 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:35:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:31 smithi192 bash[42088]: cluster 2024-03-21T13:35:30.829352+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:35:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[53920]: cluster 2024-03-21T13:35:30.459611+0000 mgr.y (mgr.25471) 155 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[53920]: cluster 2024-03-21T13:35:31.004626+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:35:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[53920]: cluster 2024-03-21T13:35:31.020216+0000 mon.a (mon.0) 214 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-03-21T13:35:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[55321]: cluster 2024-03-21T13:35:30.459611+0000 mgr.y (mgr.25471) 155 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[55321]: cluster 2024-03-21T13:35:31.004626+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:35:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[55321]: cluster 2024-03-21T13:35:31.020216+0000 mon.a (mon.0) 214 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-03-21T13:35:32.405 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[57671]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:35:32.405 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:32 smithi038 bash[57743]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:35:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:32 smithi192 bash[42088]: cluster 2024-03-21T13:35:30.459611+0000 mgr.y (mgr.25471) 155 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:35:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:32 smithi192 bash[42088]: cluster 2024-03-21T13:35:31.004626+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:35:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:32 smithi192 bash[42088]: cluster 2024-03-21T13:35:31.020216+0000 mon.a (mon.0) 214 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-03-21T13:35:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:33 smithi038 bash[53920]: cluster 2024-03-21T13:35:32.030031+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-03-21T13:35:33.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:33 smithi038 bash[55321]: cluster 2024-03-21T13:35:32.030031+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-03-21T13:35:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:33 smithi192 bash[42088]: cluster 2024-03-21T13:35:32.030031+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-03-21T13:35:33.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:33 smithi192 bash[39056]: ts=2024-03-21T13:35:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:34.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:34 smithi038 bash[55321]: cluster 2024-03-21T13:35:32.460453+0000 mgr.y (mgr.25471) 156 : cluster [DBG] pgmap v73: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:34 smithi038 bash[53920]: cluster 2024-03-21T13:35:32.460453+0000 mgr.y (mgr.25471) 156 : cluster [DBG] pgmap v73: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:34.405 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:34 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.0.service: Succeeded. 2024-03-21T13:35:34.405 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:34 smithi038 systemd[1]: Stopped Ceph osd.0 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:35:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:34 smithi192 bash[42088]: cluster 2024-03-21T13:35:32.460453+0000 mgr.y (mgr.25471) 156 : cluster [DBG] pgmap v73: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:35:34.904 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:34 smithi038 systemd[1]: Started Ceph osd.0 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:35:35.893 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:35 smithi038 bash[53920]: cluster 2024-03-21T13:35:34.461226+0000 mgr.y (mgr.25471) 157 : cluster [DBG] pgmap v74: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:35:35.893 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:35 smithi038 bash[53920]: audit 2024-03-21T13:35:34.575424+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:35.893 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:35 smithi038 bash[53920]: audit 2024-03-21T13:35:34.583935+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:35.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:35 smithi038 bash[55321]: cluster 2024-03-21T13:35:34.461226+0000 mgr.y (mgr.25471) 157 : cluster [DBG] pgmap v74: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:35:35.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:35 smithi038 bash[55321]: audit 2024-03-21T13:35:34.575424+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:35.894 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:35 smithi038 bash[55321]: audit 2024-03-21T13:35:34.583935+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:35.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:35 smithi192 bash[42088]: cluster 2024-03-21T13:35:34.461226+0000 mgr.y (mgr.25471) 157 : cluster [DBG] pgmap v74: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:35:35.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:35 smithi192 bash[42088]: audit 2024-03-21T13:35:34.575424+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:35.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:35 smithi192 bash[42088]: audit 2024-03-21T13:35:34.583935+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:36.043 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:35:36.596 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:35:36.596 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:35:36.596 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-21T13:35:36.596 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-21T13:35:36.596 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-21T13:35:36.596 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-21T13:35:36.597 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-21T13:35:36.597 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-21T13:35:36.597 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[57912]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-21T13:35:36.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[55321]: audit 2024-03-21T13:35:35.892463+0000 mgr.y (mgr.25471) 158 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:36.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[55321]: audit 2024-03-21T13:35:36.027258+0000 mgr.y (mgr.25471) 159 : audit [DBG] from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (4m) 96s ago 11m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 65s ago 11m - - 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (3m) 96s ago 9m 45.9M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (2m) 65s ago 17m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (3m) 96s ago 20m 489M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (2m) 96s ago 20m 39.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (78s) 65s ago 18m 20.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (104s) 96s ago 18m 23.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (4m) 96s ago 12m 11.4M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (4m) 65s ago 12m 11.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 starting - - - 2782M 2024-03-21T13:35:36.847 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (16m) 96s ago 16m 59.1M 2782M 17.2.0 e1d6a67b021e 18367a3215f3 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (16m) 96s ago 16m 54.4M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (15m) 96s ago 15m 56.8M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (14m) 65s ago 14m 59.0M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (14m) 65s ago 14m 55.6M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (13m) 65s ago 13m 53.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (13m) 65s ago 13m 57.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (2m) 65s ago 12m 62.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (9m) 96s ago 10m 87.2M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (9m) 65s ago 9m 87.1M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (9m) 96s ago 9m 86.7M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:35:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (9m) 65s ago 9m 86.8M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:35:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[53920]: audit 2024-03-21T13:35:35.892463+0000 mgr.y (mgr.25471) 158 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:36.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:36 smithi038 bash[53920]: audit 2024-03-21T13:35:36.027258+0000 mgr.y (mgr.25471) 159 : audit [DBG] from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:36 smithi192 bash[42088]: audit 2024-03-21T13:35:35.892463+0000 mgr.y (mgr.25471) 158 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:36 smithi192 bash[42088]: audit 2024-03-21T13:35:36.027258+0000 mgr.y (mgr.25471) 159 : audit [DBG] from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.329 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-21T13:35:37.330 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:35:37.331 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:35:37.331 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:35:37.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:35:37] "GET /metrics HTTP/1.1" 200 38259 "" "Prometheus/2.33.4" 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:35:37.725 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:35:37.726 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:35:37.726 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "5/23 daemons upgraded", 2024-03-21T13:35:37.726 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:35:37.726 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:35:37.726 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:35:37.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[53920]: audit 2024-03-21T13:35:36.430972+0000 mgr.y (mgr.25471) 160 : audit [DBG] from='client.44209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[53920]: cluster 2024-03-21T13:35:36.462501+0000 mgr.y (mgr.25471) 161 : cluster [DBG] pgmap v75: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:37.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[53920]: cluster 2024-03-21T13:35:36.583648+0000 mon.a (mon.0) 218 : cluster [WRN] Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded (PG_DEGRADED) 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[53920]: audit 2024-03-21T13:35:36.821050+0000 mgr.y (mgr.25471) 162 : audit [DBG] from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[53920]: audit 2024-03-21T13:35:37.329154+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.38:0/2856325805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[55321]: audit 2024-03-21T13:35:36.430972+0000 mgr.y (mgr.25471) 160 : audit [DBG] from='client.44209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[55321]: cluster 2024-03-21T13:35:36.462501+0000 mgr.y (mgr.25471) 161 : cluster [DBG] pgmap v75: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[55321]: cluster 2024-03-21T13:35:36.583648+0000 mon.a (mon.0) 218 : cluster [WRN] Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded (PG_DEGRADED) 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[55321]: audit 2024-03-21T13:35:36.821050+0000 mgr.y (mgr.25471) 162 : audit [DBG] from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:37 smithi038 bash[55321]: audit 2024-03-21T13:35:37.329154+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.38:0/2856325805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:37.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:37 smithi192 bash[42088]: audit 2024-03-21T13:35:36.430972+0000 mgr.y (mgr.25471) 160 : audit [DBG] from='client.44209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:37 smithi192 bash[42088]: cluster 2024-03-21T13:35:36.462501+0000 mgr.y (mgr.25471) 161 : cluster [DBG] pgmap v75: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:37.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:37 smithi192 bash[42088]: cluster 2024-03-21T13:35:36.583648+0000 mon.a (mon.0) 218 : cluster [WRN] Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded (PG_DEGRADED) 2024-03-21T13:35:37.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:37 smithi192 bash[42088]: audit 2024-03-21T13:35:36.821050+0000 mgr.y (mgr.25471) 162 : audit [DBG] from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:37.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:37 smithi192 bash[42088]: audit 2024-03-21T13:35:37.329154+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.38:0/2856325805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout: osd.0 (root=default,host=smithi038) is down 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 69/630 objects degraded (10.952%), 22 pgs degraded 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2024-03-21T13:35:38.208 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.4 is active+undersized+degraded, acting [1,7] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2024-03-21T13:35:38.209 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-03-21T13:35:38.210 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-03-21T13:35:38.210 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2024-03-21T13:35:38.210 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2024-03-21T13:35:38.210 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.c is active+undersized+degraded, acting [1,4] 2024-03-21T13:35:38.210 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2024-03-21T13:35:38.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:38 smithi038 bash[58316]: debug 2024-03-21T13:35:38.144+0000 7fb034ad9700 1 -- 172.21.15.38:0/4226515584 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5609b6d35680 con 0x5609b6d73000 2024-03-21T13:35:38.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:38 smithi038 bash[53920]: audit 2024-03-21T13:35:37.724216+0000 mgr.y (mgr.25471) 163 : audit [DBG] from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:38.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:38 smithi038 bash[53920]: audit 2024-03-21T13:35:38.207322+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.38:0/371113096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:35:38.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:38 smithi038 bash[55321]: audit 2024-03-21T13:35:37.724216+0000 mgr.y (mgr.25471) 163 : audit [DBG] from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:38.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:38 smithi038 bash[55321]: audit 2024-03-21T13:35:38.207322+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.38:0/371113096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:35:38.905 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:38 smithi038 bash[58316]: debug 2024-03-21T13:35:38.700+0000 7fb03dc717c0 -1 Falling back to public interface 2024-03-21T13:35:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:38 smithi192 bash[42088]: audit 2024-03-21T13:35:37.724216+0000 mgr.y (mgr.25471) 163 : audit [DBG] from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:35:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:38 smithi192 bash[42088]: audit 2024-03-21T13:35:38.207322+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.38:0/371113096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:35:38.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:38 smithi192 bash[39056]: ts=2024-03-21T13:35:38.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:39.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:39 smithi038 bash[53920]: cluster 2024-03-21T13:35:38.463558+0000 mgr.y (mgr.25471) 164 : cluster [DBG] pgmap v76: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:39.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:39 smithi038 bash[55321]: cluster 2024-03-21T13:35:38.463558+0000 mgr.y (mgr.25471) 164 : cluster [DBG] pgmap v76: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:39.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:39 smithi192 bash[42088]: cluster 2024-03-21T13:35:38.463558+0000 mgr.y (mgr.25471) 164 : cluster [DBG] pgmap v76: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:40 smithi192 bash[42088]: audit 2024-03-21T13:35:39.925942+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:40 smithi192 bash[42088]: audit 2024-03-21T13:35:39.928633+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:40 smithi038 bash[53920]: audit 2024-03-21T13:35:39.925942+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:40 smithi038 bash[53920]: audit 2024-03-21T13:35:39.928633+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:41.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:40 smithi038 bash[55321]: audit 2024-03-21T13:35:39.925942+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:41.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:40 smithi038 bash[55321]: audit 2024-03-21T13:35:39.928633+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:42.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:41 smithi038 bash[53920]: cluster 2024-03-21T13:35:40.464583+0000 mgr.y (mgr.25471) 165 : cluster [DBG] pgmap v77: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:42.028 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:41 smithi038 bash[53920]: audit 2024-03-21T13:35:41.813250+0000 mon.a (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:35:42.028 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:41 smithi038 bash[55321]: cluster 2024-03-21T13:35:40.464583+0000 mgr.y (mgr.25471) 165 : cluster [DBG] pgmap v77: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:42.029 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:41 smithi038 bash[55321]: audit 2024-03-21T13:35:41.813250+0000 mon.a (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:35:42.029 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:41 smithi038 bash[58316]: debug 2024-03-21T13:35:41.760+0000 7fb03dc717c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-21T13:35:42.029 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:41 smithi038 bash[58316]: debug 2024-03-21T13:35:41.804+0000 7fb03dc717c0 -1 osd.0 104 log_to_monitors true 2024-03-21T13:35:42.029 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[58316]: debug 2024-03-21T13:35:42.024+0000 7fb02f0c9700 -1 osd.0 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:35:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:41 smithi192 bash[42088]: cluster 2024-03-21T13:35:40.464583+0000 mgr.y (mgr.25471) 165 : cluster [DBG] pgmap v77: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2024-03-21T13:35:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:41 smithi192 bash[42088]: audit 2024-03-21T13:35:41.813250+0000 mon.a (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:35:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[53920]: audit 2024-03-21T13:35:41.937089+0000 mon.a (mon.0) 224 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:35:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[53920]: cluster 2024-03-21T13:35:41.941859+0000 mon.a (mon.0) 225 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-21T13:35:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[53920]: audit 2024-03-21T13:35:41.943456+0000 mon.a (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[53920]: audit 2024-03-21T13:35:42.232142+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[53920]: audit 2024-03-21T13:35:42.242128+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[55321]: audit 2024-03-21T13:35:41.937089+0000 mon.a (mon.0) 224 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[55321]: cluster 2024-03-21T13:35:41.941859+0000 mon.a (mon.0) 225 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[55321]: audit 2024-03-21T13:35:41.943456+0000 mon.a (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[55321]: audit 2024-03-21T13:35:42.232142+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:42 smithi038 bash[55321]: audit 2024-03-21T13:35:42.242128+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:42 smithi192 bash[42088]: audit 2024-03-21T13:35:41.937089+0000 mon.a (mon.0) 224 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:35:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:42 smithi192 bash[42088]: cluster 2024-03-21T13:35:41.941859+0000 mon.a (mon.0) 225 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-21T13:35:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:42 smithi192 bash[42088]: audit 2024-03-21T13:35:41.943456+0000 mon.a (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:35:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:42 smithi192 bash[42088]: audit 2024-03-21T13:35:42.232142+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:42 smithi192 bash[42088]: audit 2024-03-21T13:35:42.242128+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:43.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[39056]: ts=2024-03-21T13:35:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:44.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: cluster 2024-03-21T13:35:42.465331+0000 mgr.y (mgr.25471) 166 : cluster [DBG] pgmap v79: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 71 op/s; 69/630 objects degraded (10.952%) 2024-03-21T13:35:44.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: cluster 2024-03-21T13:35:42.950899+0000 mon.a (mon.0) 229 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: cluster 2024-03-21T13:35:42.973788+0000 mon.a (mon.0) 230 : cluster [INF] osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527] boot 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: cluster 2024-03-21T13:35:42.974048+0000 mon.a (mon.0) 231 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: audit 2024-03-21T13:35:42.985252+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: audit 2024-03-21T13:35:43.343854+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: audit 2024-03-21T13:35:43.361042+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[53920]: cluster 2024-03-21T13:35:43.975746+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: cluster 2024-03-21T13:35:42.465331+0000 mgr.y (mgr.25471) 166 : cluster [DBG] pgmap v79: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 71 op/s; 69/630 objects degraded (10.952%) 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: cluster 2024-03-21T13:35:42.950899+0000 mon.a (mon.0) 229 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: cluster 2024-03-21T13:35:42.973788+0000 mon.a (mon.0) 230 : cluster [INF] osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527] boot 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: cluster 2024-03-21T13:35:42.974048+0000 mon.a (mon.0) 231 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: audit 2024-03-21T13:35:42.985252+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: audit 2024-03-21T13:35:43.343854+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: audit 2024-03-21T13:35:43.361042+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:43 smithi038 bash[55321]: cluster 2024-03-21T13:35:43.975746+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: cluster 2024-03-21T13:35:42.465331+0000 mgr.y (mgr.25471) 166 : cluster [DBG] pgmap v79: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 71 op/s; 69/630 objects degraded (10.952%) 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: cluster 2024-03-21T13:35:42.950899+0000 mon.a (mon.0) 229 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: cluster 2024-03-21T13:35:42.973788+0000 mon.a (mon.0) 230 : cluster [INF] osd.0 [v2:172.21.15.38:6802/690226527,v1:172.21.15.38:6803/690226527] boot 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: cluster 2024-03-21T13:35:42.974048+0000 mon.a (mon.0) 231 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: audit 2024-03-21T13:35:42.985252+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: audit 2024-03-21T13:35:43.343854+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: audit 2024-03-21T13:35:43.361042+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:43 smithi192 bash[42088]: cluster 2024-03-21T13:35:43.975746+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-21T13:35:46.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:45 smithi038 bash[53920]: cluster 2024-03-21T13:35:44.466357+0000 mgr.y (mgr.25471) 167 : cluster [DBG] pgmap v82: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 69/630 objects degraded (10.952%) 2024-03-21T13:35:46.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:46 smithi038 bash[55321]: cluster 2024-03-21T13:35:44.466357+0000 mgr.y (mgr.25471) 167 : cluster [DBG] pgmap v82: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 69/630 objects degraded (10.952%) 2024-03-21T13:35:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:45 smithi192 bash[42088]: cluster 2024-03-21T13:35:44.466357+0000 mgr.y (mgr.25471) 167 : cluster [DBG] pgmap v82: 161 pgs: 22 active+undersized+degraded, 36 active+undersized, 103 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s; 69/630 objects degraded (10.952%) 2024-03-21T13:35:47.295 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:47 smithi038 bash[55321]: audit 2024-03-21T13:35:45.899944+0000 mgr.y (mgr.25471) 168 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:47 smithi038 bash[53920]: audit 2024-03-21T13:35:45.899944+0000 mgr.y (mgr.25471) 168 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:47 smithi192 bash[42088]: audit 2024-03-21T13:35:45.899944+0000 mgr.y (mgr.25471) 168 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:35:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:35:47] "GET /metrics HTTP/1.1" 200 38407 "" "Prometheus/2.33.4" 2024-03-21T13:35:48.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:48 smithi038 bash[53920]: cluster 2024-03-21T13:35:46.468192+0000 mgr.y (mgr.25471) 169 : cluster [DBG] pgmap v83: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 219 op/s; 29/630 objects degraded (4.603%); 0 B/s, 3 objects/s recovering 2024-03-21T13:35:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:48 smithi038 bash[53920]: cluster 2024-03-21T13:35:46.997573+0000 mon.a (mon.0) 236 : cluster [WRN] Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded (PG_DEGRADED) 2024-03-21T13:35:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:48 smithi038 bash[55321]: cluster 2024-03-21T13:35:46.468192+0000 mgr.y (mgr.25471) 169 : cluster [DBG] pgmap v83: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 219 op/s; 29/630 objects degraded (4.603%); 0 B/s, 3 objects/s recovering 2024-03-21T13:35:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:48 smithi038 bash[55321]: cluster 2024-03-21T13:35:46.997573+0000 mon.a (mon.0) 236 : cluster [WRN] Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded (PG_DEGRADED) 2024-03-21T13:35:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:48 smithi192 bash[42088]: cluster 2024-03-21T13:35:46.468192+0000 mgr.y (mgr.25471) 169 : cluster [DBG] pgmap v83: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 219 op/s; 29/630 objects degraded (4.603%); 0 B/s, 3 objects/s recovering 2024-03-21T13:35:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:48 smithi192 bash[42088]: cluster 2024-03-21T13:35:46.997573+0000 mon.a (mon.0) 236 : cluster [WRN] Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded (PG_DEGRADED) 2024-03-21T13:35:48.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:48 smithi192 bash[39056]: ts=2024-03-21T13:35:48.660Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-21T13:35:48.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:48 smithi192 bash[39056]: ts=2024-03-21T13:35:48.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:49.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:49 smithi038 bash[53920]: cluster 2024-03-21T13:35:49.015703+0000 mon.a (mon.0) 237 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded) 2024-03-21T13:35:49.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:49 smithi038 bash[55321]: cluster 2024-03-21T13:35:49.015703+0000 mon.a (mon.0) 237 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded) 2024-03-21T13:35:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:49 smithi192 bash[42088]: cluster 2024-03-21T13:35:49.015703+0000 mon.a (mon.0) 237 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded) 2024-03-21T13:35:50.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:50 smithi038 bash[53920]: cluster 2024-03-21T13:35:48.469170+0000 mgr.y (mgr.25471) 170 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s; 0 B/s, 6 objects/s recovering 2024-03-21T13:35:50.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:50 smithi038 bash[55321]: cluster 2024-03-21T13:35:48.469170+0000 mgr.y (mgr.25471) 170 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s; 0 B/s, 6 objects/s recovering 2024-03-21T13:35:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:50 smithi192 bash[42088]: cluster 2024-03-21T13:35:48.469170+0000 mgr.y (mgr.25471) 170 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s; 0 B/s, 6 objects/s recovering 2024-03-21T13:35:52.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:52 smithi038 bash[53920]: cluster 2024-03-21T13:35:50.470094+0000 mgr.y (mgr.25471) 171 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:35:52.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:52 smithi038 bash[55321]: cluster 2024-03-21T13:35:50.470094+0000 mgr.y (mgr.25471) 171 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:35:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:52 smithi192 bash[42088]: cluster 2024-03-21T13:35:50.470094+0000 mgr.y (mgr.25471) 171 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:35:53.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:53 smithi192 bash[39056]: ts=2024-03-21T13:35:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:54.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: cluster 2024-03-21T13:35:52.472104+0000 mgr.y (mgr.25471) 172 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.520459+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.535565+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.537838+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.539685+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.550098+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.634553+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.638055+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.640989+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.642874+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[53920]: audit 2024-03-21T13:35:53.645421+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: cluster 2024-03-21T13:35:52.472104+0000 mgr.y (mgr.25471) 172 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:54.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.520459+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.535565+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.537838+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.539685+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.550098+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.634553+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.638055+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.640989+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.642874+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:54 smithi038 bash[55321]: audit 2024-03-21T13:35:53.645421+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: cluster 2024-03-21T13:35:52.472104+0000 mgr.y (mgr.25471) 172 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 78 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.520459+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.535565+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.537838+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.539685+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.550098+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.634553+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:35:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.638055+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.640989+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.642874+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:35:54.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:54 smithi192 bash[42088]: audit 2024-03-21T13:35:53.645421+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:35:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: cluster 2024-03-21T13:35:53.542644+0000 mgr.y (mgr.25471) 173 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: cluster 2024-03-21T13:35:53.543113+0000 mgr.y (mgr.25471) 174 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 82 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: audit 2024-03-21T13:35:53.645745+0000 mgr.y (mgr.25471) 175 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: cephadm 2024-03-21T13:35:53.647957+0000 mgr.y (mgr.25471) 176 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: audit 2024-03-21T13:35:54.926980+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: audit 2024-03-21T13:35:54.929325+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[53920]: audit 2024-03-21T13:35:54.996256+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: cluster 2024-03-21T13:35:53.542644+0000 mgr.y (mgr.25471) 173 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: cluster 2024-03-21T13:35:53.543113+0000 mgr.y (mgr.25471) 174 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 82 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: audit 2024-03-21T13:35:53.645745+0000 mgr.y (mgr.25471) 175 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: cephadm 2024-03-21T13:35:53.647957+0000 mgr.y (mgr.25471) 176 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: audit 2024-03-21T13:35:54.926980+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: audit 2024-03-21T13:35:54.929325+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:55.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:55 smithi038 bash[55321]: audit 2024-03-21T13:35:54.996256+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: cluster 2024-03-21T13:35:53.542644+0000 mgr.y (mgr.25471) 173 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: cluster 2024-03-21T13:35:53.543113+0000 mgr.y (mgr.25471) 174 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 82 op/s; 0 B/s, 4 objects/s recovering 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: audit 2024-03-21T13:35:53.645745+0000 mgr.y (mgr.25471) 175 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: cephadm 2024-03-21T13:35:53.647957+0000 mgr.y (mgr.25471) 176 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: audit 2024-03-21T13:35:54.926980+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: audit 2024-03-21T13:35:54.929325+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:55 smithi192 bash[42088]: audit 2024-03-21T13:35:54.996256+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:57.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:35:57] "GET /metrics HTTP/1.1" 200 38411 "" "Prometheus/2.33.4" 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[53920]: cluster 2024-03-21T13:35:55.543980+0000 mgr.y (mgr.25471) 177 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s; 0 B/s, 2 objects/s recovering 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[53920]: audit 2024-03-21T13:35:55.908099+0000 mgr.y (mgr.25471) 178 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[53920]: audit 2024-03-21T13:35:56.178137+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[53920]: audit 2024-03-21T13:35:56.182398+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[53920]: audit 2024-03-21T13:35:56.184239+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[55321]: cluster 2024-03-21T13:35:55.543980+0000 mgr.y (mgr.25471) 177 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s; 0 B/s, 2 objects/s recovering 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[55321]: audit 2024-03-21T13:35:55.908099+0000 mgr.y (mgr.25471) 178 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[55321]: audit 2024-03-21T13:35:56.178137+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[55321]: audit 2024-03-21T13:35:56.182398+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:35:57.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:57 smithi038 bash[55321]: audit 2024-03-21T13:35:56.184239+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:57 smithi192 bash[42088]: cluster 2024-03-21T13:35:55.543980+0000 mgr.y (mgr.25471) 177 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s; 0 B/s, 2 objects/s recovering 2024-03-21T13:35:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:57 smithi192 bash[42088]: audit 2024-03-21T13:35:55.908099+0000 mgr.y (mgr.25471) 178 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:35:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:57 smithi192 bash[42088]: audit 2024-03-21T13:35:56.178137+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:35:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:57 smithi192 bash[42088]: audit 2024-03-21T13:35:56.182398+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:35:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:57 smithi192 bash[42088]: audit 2024-03-21T13:35:56.184239+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:35:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:58 smithi038 bash[53920]: cephadm 2024-03-21T13:35:56.167577+0000 mgr.y (mgr.25471) 179 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:35:58.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:58 smithi038 bash[53920]: cephadm 2024-03-21T13:35:56.189558+0000 mgr.y (mgr.25471) 180 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-03-21T13:35:58.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:58 smithi038 bash[55321]: cephadm 2024-03-21T13:35:56.167577+0000 mgr.y (mgr.25471) 179 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:35:58.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:58 smithi038 bash[55321]: cephadm 2024-03-21T13:35:56.189558+0000 mgr.y (mgr.25471) 180 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-03-21T13:35:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:58 smithi192 bash[42088]: cephadm 2024-03-21T13:35:56.167577+0000 mgr.y (mgr.25471) 179 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:35:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:58 smithi192 bash[42088]: cephadm 2024-03-21T13:35:56.189558+0000 mgr.y (mgr.25471) 180 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-03-21T13:35:58.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:35:58 smithi192 bash[39056]: ts=2024-03-21T13:35:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:35:59.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:35:59 smithi038 bash[53920]: cluster 2024-03-21T13:35:57.545725+0000 mgr.y (mgr.25471) 181 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-03-21T13:35:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:35:59 smithi038 bash[55321]: cluster 2024-03-21T13:35:57.545725+0000 mgr.y (mgr.25471) 181 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-03-21T13:35:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:35:59 smithi192 bash[42088]: cluster 2024-03-21T13:35:57.545725+0000 mgr.y (mgr.25471) 181 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-03-21T13:36:01.319 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:01 smithi038 bash[53920]: cluster 2024-03-21T13:35:59.546812+0000 mgr.y (mgr.25471) 182 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-03-21T13:36:01.319 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:01 smithi038 bash[55321]: cluster 2024-03-21T13:35:59.546812+0000 mgr.y (mgr.25471) 182 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-03-21T13:36:01.320 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:01 smithi038 systemd[1]: Stopping Ceph osd.1 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:36:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:01 smithi192 bash[42088]: cluster 2024-03-21T13:35:59.546812+0000 mgr.y (mgr.25471) 182 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 158 op/s 2024-03-21T13:36:01.654 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:01 smithi038 bash[25735]: debug 2024-03-21T13:36:01.311+0000 7f7290152700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:36:01.654 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:01 smithi038 bash[25735]: debug 2024-03-21T13:36:01.311+0000 7f7290152700 -1 osd.1 109 *** Got signal Terminated *** 2024-03-21T13:36:01.654 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:01 smithi038 bash[25735]: debug 2024-03-21T13:36:01.311+0000 7f7290152700 -1 osd.1 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:36:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:02 smithi038 bash[53920]: cluster 2024-03-21T13:36:01.318898+0000 mon.a (mon.0) 254 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:36:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:02 smithi038 bash[55321]: cluster 2024-03-21T13:36:01.318898+0000 mon.a (mon.0) 254 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:36:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:02 smithi192 bash[42088]: cluster 2024-03-21T13:36:01.318898+0000 mon.a (mon.0) 254 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:36:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:03 smithi192 bash[42088]: cluster 2024-03-21T13:36:01.548517+0000 mgr.y (mgr.25471) 183 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 155 op/s 2024-03-21T13:36:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:03 smithi192 bash[42088]: cluster 2024-03-21T13:36:02.133626+0000 mon.a (mon.0) 255 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:36:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:03 smithi192 bash[42088]: cluster 2024-03-21T13:36:02.154242+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-03-21T13:36:03.462 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[53920]: cluster 2024-03-21T13:36:01.548517+0000 mgr.y (mgr.25471) 183 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 155 op/s 2024-03-21T13:36:03.462 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[53920]: cluster 2024-03-21T13:36:02.133626+0000 mon.a (mon.0) 255 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:36:03.462 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[53920]: cluster 2024-03-21T13:36:02.154242+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-03-21T13:36:03.463 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[55321]: cluster 2024-03-21T13:36:01.548517+0000 mgr.y (mgr.25471) 183 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 155 op/s 2024-03-21T13:36:03.463 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[55321]: cluster 2024-03-21T13:36:02.133626+0000 mon.a (mon.0) 255 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:36:03.463 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[55321]: cluster 2024-03-21T13:36:02.154242+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-03-21T13:36:03.463 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[59832]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:36:03.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:36:03 smithi192 bash[39056]: ts=2024-03-21T13:36:03.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:36:04.154 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:03 smithi038 bash[59906]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:36:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:04 smithi192 bash[42088]: cluster 2024-03-21T13:36:03.158351+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-21T13:36:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:04 smithi192 bash[42088]: cluster 2024-03-21T13:36:03.549265+0000 mgr.y (mgr.25471) 184 : cluster [DBG] pgmap v95: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 176 op/s 2024-03-21T13:36:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:04 smithi038 bash[53920]: cluster 2024-03-21T13:36:03.158351+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-21T13:36:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:04 smithi038 bash[53920]: cluster 2024-03-21T13:36:03.549265+0000 mgr.y (mgr.25471) 184 : cluster [DBG] pgmap v95: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 176 op/s 2024-03-21T13:36:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:04 smithi038 bash[55321]: cluster 2024-03-21T13:36:03.158351+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-21T13:36:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:04 smithi038 bash[55321]: cluster 2024-03-21T13:36:03.549265+0000 mgr.y (mgr.25471) 184 : cluster [DBG] pgmap v95: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 176 op/s 2024-03-21T13:36:06.152 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:05 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.1.service: Succeeded. 2024-03-21T13:36:06.152 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:05 smithi038 systemd[1]: Stopped Ceph osd.1 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:36:06.404 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:06 smithi038 systemd[1]: Started Ceph osd.1 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:36:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[53920]: cluster 2024-03-21T13:36:05.550046+0000 mgr.y (mgr.25471) 185 : cluster [DBG] pgmap v96: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:36:06.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[53920]: audit 2024-03-21T13:36:05.917140+0000 mgr.y (mgr.25471) 186 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:06.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[53920]: audit 2024-03-21T13:36:06.198376+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:06.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[53920]: audit 2024-03-21T13:36:06.205665+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[55321]: cluster 2024-03-21T13:36:05.550046+0000 mgr.y (mgr.25471) 185 : cluster [DBG] pgmap v96: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:36:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[55321]: audit 2024-03-21T13:36:05.917140+0000 mgr.y (mgr.25471) 186 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[55321]: audit 2024-03-21T13:36:06.198376+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:06.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:06 smithi038 bash[55321]: audit 2024-03-21T13:36:06.205665+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:06 smithi192 bash[42088]: cluster 2024-03-21T13:36:05.550046+0000 mgr.y (mgr.25471) 185 : cluster [DBG] pgmap v96: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:36:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:06 smithi192 bash[42088]: audit 2024-03-21T13:36:05.917140+0000 mgr.y (mgr.25471) 186 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:06 smithi192 bash[42088]: audit 2024-03-21T13:36:06.198376+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:06 smithi192 bash[42088]: audit 2024-03-21T13:36:06.205665+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:07.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:36:07] "GET /metrics HTTP/1.1" 200 38411 "" "Prometheus/2.33.4" 2024-03-21T13:36:07.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:07 smithi192 bash[42088]: cluster 2024-03-21T13:36:07.610081+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 87/630 objects degraded (13.810%), 24 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[53920]: cluster 2024-03-21T13:36:07.610081+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 87/630 objects degraded (13.810%), 24 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[55321]: cluster 2024-03-21T13:36:07.610081+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 87/630 objects degraded (13.810%), 24 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-21T13:36:08.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:07 smithi038 bash[60077]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-21T13:36:08.640 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:36:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:08 smithi192 bash[42088]: cluster 2024-03-21T13:36:07.552111+0000 mgr.y (mgr.25471) 187 : cluster [DBG] pgmap v97: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:08.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:36:08 smithi192 bash[39056]: ts=2024-03-21T13:36:08.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:36:09.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:08 smithi038 bash[53920]: cluster 2024-03-21T13:36:07.552111+0000 mgr.y (mgr.25471) 187 : cluster [DBG] pgmap v97: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:09.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:08 smithi038 bash[55321]: cluster 2024-03-21T13:36:07.552111+0000 mgr.y (mgr.25471) 187 : cluster [DBG] pgmap v97: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (4m) 27s ago 12m 15.5M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 97s ago 12m - - 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (3m) 27s ago 10m 47.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (3m) 97s ago 18m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (4m) 27s ago 20m 497M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (2m) 27s ago 20m 48.5M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (111s) 97s ago 18m 20.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (2m) 27s ago 18m 41.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:36:09.447 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (5m) 27s ago 12m 11.8M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (4m) 97s ago 12m 11.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (32s) 27s ago 18m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 starting - - - 2782M 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (16m) 27s ago 16m 55.4M 2782M 17.2.0 e1d6a67b021e 09fbac5d343b 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (15m) 27s ago 16m 58.1M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (15m) 97s ago 15m 59.0M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (14m) 97s ago 14m 55.6M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (14m) 97s ago 14m 53.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (13m) 97s ago 13m 57.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (3m) 97s ago 12m 62.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (10m) 27s ago 10m 87.7M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (10m) 97s ago 10m 87.1M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (10m) 27s ago 10m 87.1M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:36:09.448 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (10m) 97s ago 10m 86.8M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:36:09.940 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:36:09.940 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:36:09.940 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:36:09.940 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:09.940 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 6 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:36:09.941 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:36:09.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:09 smithi192 bash[42088]: audit 2024-03-21T13:36:08.623790+0000 mgr.y (mgr.25471) 188 : audit [DBG] from='client.44245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:09.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:09 smithi192 bash[42088]: audit 2024-03-21T13:36:09.022434+0000 mgr.y (mgr.25471) 189 : audit [DBG] from='client.44251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:10.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:09 smithi038 bash[55321]: audit 2024-03-21T13:36:08.623790+0000 mgr.y (mgr.25471) 188 : audit [DBG] from='client.44245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:10.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:09 smithi038 bash[55321]: audit 2024-03-21T13:36:09.022434+0000 mgr.y (mgr.25471) 189 : audit [DBG] from='client.44251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:10.155 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:09 smithi038 bash[60418]: debug 2024-03-21T13:36:09.831+0000 7f1314422700 1 -- 172.21.15.38:0/3163262077 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e60b62d680 con 0x55e60b66a800 2024-03-21T13:36:10.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:09 smithi038 bash[53920]: audit 2024-03-21T13:36:08.623790+0000 mgr.y (mgr.25471) 188 : audit [DBG] from='client.44245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:10.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:09 smithi038 bash[53920]: audit 2024-03-21T13:36:09.022434+0000 mgr.y (mgr.25471) 189 : audit [DBG] from='client.44251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:10.337 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:36:10.337 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:36:10.337 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "6/23 daemons upgraded", 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:36:10.338 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:36:10.654 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[60418]: debug 2024-03-21T13:36:10.387+0000 7f131d5ba7c0 -1 Falling back to public interface 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 87/630 objects degraded (13.810%), 24 pgs degraded 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout: osd.1 (root=default,host=smithi038) is down 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 87/630 objects degraded (13.810%), 24 pgs degraded 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.0 is active+undersized+degraded, acting [7,0] 2024-03-21T13:36:10.792 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.4 is active+undersized+degraded, acting [0,7] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.6 is active+undersized+degraded, acting [6,4] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.8 is active+undersized+degraded, acting [7,0] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2024-03-21T13:36:10.793 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.e is active+undersized+degraded, acting [4,6] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.c is active+undersized+degraded, acting [4,0] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2024-03-21T13:36:10.794 INFO:teuthology.orchestra.run.smithi038.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2024-03-21T13:36:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:10 smithi192 bash[42088]: audit 2024-03-21T13:36:09.409439+0000 mgr.y (mgr.25471) 190 : audit [DBG] from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:10 smithi192 bash[42088]: cluster 2024-03-21T13:36:09.553146+0000 mgr.y (mgr.25471) 191 : cluster [DBG] pgmap v98: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:10 smithi192 bash[42088]: audit 2024-03-21T13:36:09.925588+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:10 smithi192 bash[42088]: audit 2024-03-21T13:36:09.927731+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:10 smithi192 bash[42088]: audit 2024-03-21T13:36:09.939369+0000 mon.a (mon.0) 263 : audit [DBG] from='client.? 172.21.15.38:0/3963959328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:10 smithi192 bash[42088]: audit 2024-03-21T13:36:10.791472+0000 mon.a (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/1189898645' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:36:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[53920]: audit 2024-03-21T13:36:09.409439+0000 mgr.y (mgr.25471) 190 : audit [DBG] from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:11.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[53920]: cluster 2024-03-21T13:36:09.553146+0000 mgr.y (mgr.25471) 191 : cluster [DBG] pgmap v98: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[53920]: audit 2024-03-21T13:36:09.925588+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[53920]: audit 2024-03-21T13:36:09.927731+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[53920]: audit 2024-03-21T13:36:09.939369+0000 mon.a (mon.0) 263 : audit [DBG] from='client.? 172.21.15.38:0/3963959328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[53920]: audit 2024-03-21T13:36:10.791472+0000 mon.a (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/1189898645' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[55321]: audit 2024-03-21T13:36:09.409439+0000 mgr.y (mgr.25471) 190 : audit [DBG] from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[55321]: cluster 2024-03-21T13:36:09.553146+0000 mgr.y (mgr.25471) 191 : cluster [DBG] pgmap v98: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[55321]: audit 2024-03-21T13:36:09.925588+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[55321]: audit 2024-03-21T13:36:09.927731+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[55321]: audit 2024-03-21T13:36:09.939369+0000 mon.a (mon.0) 263 : audit [DBG] from='client.? 172.21.15.38:0/3963959328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:10 smithi038 bash[55321]: audit 2024-03-21T13:36:10.791472+0000 mon.a (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/1189898645' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:36:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:11 smithi192 bash[42088]: audit 2024-03-21T13:36:10.335574+0000 mgr.y (mgr.25471) 192 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:12.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:11 smithi038 bash[53920]: audit 2024-03-21T13:36:10.335574+0000 mgr.y (mgr.25471) 192 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:12.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:11 smithi038 bash[55321]: audit 2024-03-21T13:36:10.335574+0000 mgr.y (mgr.25471) 192 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:13.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:12 smithi192 bash[42088]: cluster 2024-03-21T13:36:11.555041+0000 mgr.y (mgr.25471) 193 : cluster [DBG] pgmap v99: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:13.212 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:12 smithi038 bash[55321]: cluster 2024-03-21T13:36:11.555041+0000 mgr.y (mgr.25471) 193 : cluster [DBG] pgmap v99: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:13.212 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:12 smithi038 bash[53920]: cluster 2024-03-21T13:36:11.555041+0000 mgr.y (mgr.25471) 193 : cluster [DBG] pgmap v99: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:13.654 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[60418]: debug 2024-03-21T13:36:13.207+0000 7f131d5ba7c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-21T13:36:13.654 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[60418]: debug 2024-03-21T13:36:13.251+0000 7f131d5ba7c0 -1 osd.1 109 log_to_monitors true 2024-03-21T13:36:13.960 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:36:13 smithi192 bash[39056]: ts=2024-03-21T13:36:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:36:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:13 smithi192 bash[42088]: audit 2024-03-21T13:36:13.261692+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:36:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:13 smithi192 bash[42088]: audit 2024-03-21T13:36:13.262296+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:36:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:13 smithi192 bash[42088]: audit 2024-03-21T13:36:13.734956+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:13 smithi192 bash[42088]: audit 2024-03-21T13:36:13.746787+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.404 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[60418]: debug 2024-03-21T13:36:14.015+0000 7f130ea12700 -1 osd.1 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[53920]: audit 2024-03-21T13:36:13.261692+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[53920]: audit 2024-03-21T13:36:13.262296+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[53920]: audit 2024-03-21T13:36:13.734956+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[53920]: audit 2024-03-21T13:36:13.746787+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[55321]: audit 2024-03-21T13:36:13.261692+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[55321]: audit 2024-03-21T13:36:13.262296+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[55321]: audit 2024-03-21T13:36:13.734956+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:13 smithi038 bash[55321]: audit 2024-03-21T13:36:13.746787+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.988 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: cluster 2024-03-21T13:36:13.556293+0000 mgr.y (mgr.25471) 194 : cluster [DBG] pgmap v100: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:14.988 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: audit 2024-03-21T13:36:13.958252+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:36:14.988 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: cluster 2024-03-21T13:36:13.969031+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-21T13:36:14.988 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: audit 2024-03-21T13:36:13.969910+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:14.988 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: audit 2024-03-21T13:36:13.970366+0000 mon.a (mon.0) 270 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:14.989 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: audit 2024-03-21T13:36:14.845976+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:14.989 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:14 smithi192 bash[42088]: audit 2024-03-21T13:36:14.856410+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: cluster 2024-03-21T13:36:13.556293+0000 mgr.y (mgr.25471) 194 : cluster [DBG] pgmap v100: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: audit 2024-03-21T13:36:13.958252+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: cluster 2024-03-21T13:36:13.969031+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: audit 2024-03-21T13:36:13.969910+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: audit 2024-03-21T13:36:13.970366+0000 mon.a (mon.0) 270 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: audit 2024-03-21T13:36:14.845976+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[53920]: audit 2024-03-21T13:36:14.856410+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: cluster 2024-03-21T13:36:13.556293+0000 mgr.y (mgr.25471) 194 : cluster [DBG] pgmap v100: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 121 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:36:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: audit 2024-03-21T13:36:13.958252+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:36:15.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: cluster 2024-03-21T13:36:13.969031+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-21T13:36:15.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: audit 2024-03-21T13:36:13.969910+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:15.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: audit 2024-03-21T13:36:13.970366+0000 mon.a (mon.0) 270 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:15.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: audit 2024-03-21T13:36:14.845976+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:15.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:14 smithi038 bash[55321]: audit 2024-03-21T13:36:14.856410+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[53920]: cluster 2024-03-21T13:36:14.959193+0000 mon.a (mon.0) 273 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[53920]: cluster 2024-03-21T13:36:14.970263+0000 mon.a (mon.0) 274 : cluster [INF] osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055] boot 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[53920]: cluster 2024-03-21T13:36:14.970339+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[53920]: audit 2024-03-21T13:36:14.975596+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[53920]: cluster 2024-03-21T13:36:15.975738+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[55321]: cluster 2024-03-21T13:36:14.959193+0000 mon.a (mon.0) 273 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[55321]: cluster 2024-03-21T13:36:14.970263+0000 mon.a (mon.0) 274 : cluster [INF] osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055] boot 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[55321]: cluster 2024-03-21T13:36:14.970339+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[55321]: audit 2024-03-21T13:36:14.975596+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:36:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:15 smithi038 bash[55321]: cluster 2024-03-21T13:36:15.975738+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:36:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:15 smithi192 bash[42088]: cluster 2024-03-21T13:36:14.959193+0000 mon.a (mon.0) 273 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:36:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:15 smithi192 bash[42088]: cluster 2024-03-21T13:36:14.970263+0000 mon.a (mon.0) 274 : cluster [INF] osd.1 [v2:172.21.15.38:6810/645191055,v1:172.21.15.38:6811/645191055] boot 2024-03-21T13:36:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:15 smithi192 bash[42088]: cluster 2024-03-21T13:36:14.970339+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-21T13:36:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:15 smithi192 bash[42088]: audit 2024-03-21T13:36:14.975596+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:36:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:15 smithi192 bash[42088]: cluster 2024-03-21T13:36:15.975738+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:36:17.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:17 smithi038 bash[53920]: cluster 2024-03-21T13:36:15.557347+0000 mgr.y (mgr.25471) 195 : cluster [DBG] pgmap v103: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:36:17.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:17 smithi038 bash[53920]: audit 2024-03-21T13:36:15.927597+0000 mgr.y (mgr.25471) 196 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:17.295 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:17 smithi038 bash[55321]: cluster 2024-03-21T13:36:15.557347+0000 mgr.y (mgr.25471) 195 : cluster [DBG] pgmap v103: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:36:17.295 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:17 smithi038 bash[55321]: audit 2024-03-21T13:36:15.927597+0000 mgr.y (mgr.25471) 196 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:17 smithi192 bash[42088]: cluster 2024-03-21T13:36:15.557347+0000 mgr.y (mgr.25471) 195 : cluster [DBG] pgmap v103: 161 pgs: 24 active+undersized+degraded, 39 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:36:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:17 smithi192 bash[42088]: audit 2024-03-21T13:36:15.927597+0000 mgr.y (mgr.25471) 196 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:36:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:36:17] "GET /metrics HTTP/1.1" 200 38422 "" "Prometheus/2.33.4" 2024-03-21T13:36:18.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:18 smithi038 bash[53920]: cluster 2024-03-21T13:36:18.000467+0000 mon.a (mon.0) 278 : cluster [WRN] Health check update: Degraded data redundancy: 32/630 objects degraded (5.079%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:18.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:18 smithi038 bash[55321]: cluster 2024-03-21T13:36:18.000467+0000 mon.a (mon.0) 278 : cluster [WRN] Health check update: Degraded data redundancy: 32/630 objects degraded (5.079%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:18 smithi192 bash[42088]: cluster 2024-03-21T13:36:18.000467+0000 mon.a (mon.0) 278 : cluster [WRN] Health check update: Degraded data redundancy: 32/630 objects degraded (5.079%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:18.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:36:18 smithi192 bash[39056]: ts=2024-03-21T13:36:18.660Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-21T13:36:18.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:36:18 smithi192 bash[39056]: ts=2024-03-21T13:36:18.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.38\", device_class=\"ssd\", hostname=\"smithi038\", instance=\"172.21.15.192:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.38\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:36:19.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:19 smithi038 bash[53920]: cluster 2024-03-21T13:36:17.558519+0000 mgr.y (mgr.25471) 197 : cluster [DBG] pgmap v105: 161 pgs: 38 peering, 9 active+undersized+degraded, 11 active+undersized, 103 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 32/630 objects degraded (5.079%) 2024-03-21T13:36:19.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:19 smithi038 bash[55321]: cluster 2024-03-21T13:36:17.558519+0000 mgr.y (mgr.25471) 197 : cluster [DBG] pgmap v105: 161 pgs: 38 peering, 9 active+undersized+degraded, 11 active+undersized, 103 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 32/630 objects degraded (5.079%) 2024-03-21T13:36:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:19 smithi192 bash[42088]: cluster 2024-03-21T13:36:17.558519+0000 mgr.y (mgr.25471) 197 : cluster [DBG] pgmap v105: 161 pgs: 38 peering, 9 active+undersized+degraded, 11 active+undersized, 103 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 32/630 objects degraded (5.079%) 2024-03-21T13:36:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:20 smithi038 bash[53920]: cluster 2024-03-21T13:36:20.055814+0000 mon.a (mon.0) 279 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/630 objects degraded (5.079%), 9 pgs degraded) 2024-03-21T13:36:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:20 smithi038 bash[55321]: cluster 2024-03-21T13:36:20.055814+0000 mon.a (mon.0) 279 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/630 objects degraded (5.079%), 9 pgs degraded) 2024-03-21T13:36:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:20 smithi192 bash[42088]: cluster 2024-03-21T13:36:20.055814+0000 mon.a (mon.0) 279 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/630 objects degraded (5.079%), 9 pgs degraded) 2024-03-21T13:36:21.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:21 smithi038 bash[53920]: cluster 2024-03-21T13:36:19.559618+0000 mgr.y (mgr.25471) 198 : cluster [DBG] pgmap v106: 161 pgs: 38 peering, 123 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:36:21.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:21 smithi038 bash[55321]: cluster 2024-03-21T13:36:19.559618+0000 mgr.y (mgr.25471) 198 : cluster [DBG] pgmap v106: 161 pgs: 38 peering, 123 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:36:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:21 smithi192 bash[42088]: cluster 2024-03-21T13:36:19.559618+0000 mgr.y (mgr.25471) 198 : cluster [DBG] pgmap v106: 161 pgs: 38 peering, 123 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:36:23.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:23 smithi038 bash[55321]: cluster 2024-03-21T13:36:21.561204+0000 mgr.y (mgr.25471) 199 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:36:23.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:23 smithi038 bash[53920]: cluster 2024-03-21T13:36:21.561204+0000 mgr.y (mgr.25471) 199 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:36:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:23 smithi192 bash[42088]: cluster 2024-03-21T13:36:21.561204+0000 mgr.y (mgr.25471) 199 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:36:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:36:23 smithi192 bash[39056]: ts=2024-03-21T13:36:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi038\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"f13f7fc0-e784-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi038\", job=\"node\", machine=\"x86_64\", nodename=\"smithi038\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:36:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:25 smithi038 bash[53920]: cluster 2024-03-21T13:36:23.562470+0000 mgr.y (mgr.25471) 200 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:25 smithi038 bash[53920]: audit 2024-03-21T13:36:24.924097+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:25 smithi038 bash[53920]: audit 2024-03-21T13:36:24.926561+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:25 smithi038 bash[55321]: cluster 2024-03-21T13:36:23.562470+0000 mgr.y (mgr.25471) 200 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:25 smithi038 bash[55321]: audit 2024-03-21T13:36:24.924097+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:25 smithi038 bash[55321]: audit 2024-03-21T13:36:24.926561+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:25 smithi192 bash[42088]: cluster 2024-03-21T13:36:23.562470+0000 mgr.y (mgr.25471) 200 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:25 smithi192 bash[42088]: audit 2024-03-21T13:36:24.924097+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:25 smithi192 bash[42088]: audit 2024-03-21T13:36:24.926561+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.313732+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.323771+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.325861+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.327578+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: cluster 2024-03-21T13:36:25.330565+0000 mgr.y (mgr.25471) 201 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: cluster 2024-03-21T13:36:25.331083+0000 mgr.y (mgr.25471) 202 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 546 B/s rd, 0 op/s 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.338055+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.431111+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.434459+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.437229+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.438957+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.442414+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.442730+0000 mgr.y (mgr.25471) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: cephadm 2024-03-21T13:36:25.444735+0000 mgr.y (mgr.25471) 204 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[53920]: audit 2024-03-21T13:36:25.938928+0000 mgr.y (mgr.25471) 205 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.313732+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.323771+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.325861+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.327578+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: cluster 2024-03-21T13:36:25.330565+0000 mgr.y (mgr.25471) 201 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: cluster 2024-03-21T13:36:25.331083+0000 mgr.y (mgr.25471) 202 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 546 B/s rd, 0 op/s 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.338055+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.431111+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.434459+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.437229+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.438957+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.442414+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:36:26.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.442730+0000 mgr.y (mgr.25471) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:36:26.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: cephadm 2024-03-21T13:36:25.444735+0000 mgr.y (mgr.25471) 204 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-21T13:36:26.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:26 smithi038 bash[55321]: audit 2024-03-21T13:36:25.938928+0000 mgr.y (mgr.25471) 205 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.313732+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.323771+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.325861+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.327578+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: cluster 2024-03-21T13:36:25.330565+0000 mgr.y (mgr.25471) 201 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: cluster 2024-03-21T13:36:25.331083+0000 mgr.y (mgr.25471) 202 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 546 B/s rd, 0 op/s 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.338055+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.431111+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.434459+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.437229+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.438957+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.442414+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.442730+0000 mgr.y (mgr.25471) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: cephadm 2024-03-21T13:36:25.444735+0000 mgr.y (mgr.25471) 204 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-21T13:36:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:26 smithi192 bash[42088]: audit 2024-03-21T13:36:25.938928+0000 mgr.y (mgr.25471) 205 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:27.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:36:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:36:27] "GET /metrics HTTP/1.1" 200 38425 "" "Prometheus/2.33.4" 2024-03-21T13:36:29.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[53920]: cluster 2024-03-21T13:36:27.332781+0000 mgr.y (mgr.25471) 206 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:29.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[53920]: cephadm 2024-03-21T13:36:28.115832+0000 mgr.y (mgr.25471) 207 : cephadm [INF] Upgrade: Updating osd.2 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[53920]: audit 2024-03-21T13:36:28.126850+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[53920]: audit 2024-03-21T13:36:28.130389+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[53920]: audit 2024-03-21T13:36:28.133336+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[53920]: cephadm 2024-03-21T13:36:28.139698+0000 mgr.y (mgr.25471) 208 : cephadm [INF] Deploying daemon osd.2 on smithi038 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[55321]: cluster 2024-03-21T13:36:27.332781+0000 mgr.y (mgr.25471) 206 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[55321]: cephadm 2024-03-21T13:36:28.115832+0000 mgr.y (mgr.25471) 207 : cephadm [INF] Upgrade: Updating osd.2 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[55321]: audit 2024-03-21T13:36:28.126850+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[55321]: audit 2024-03-21T13:36:28.130389+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[55321]: audit 2024-03-21T13:36:28.133336+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:29 smithi038 bash[55321]: cephadm 2024-03-21T13:36:28.139698+0000 mgr.y (mgr.25471) 208 : cephadm [INF] Deploying daemon osd.2 on smithi038 2024-03-21T13:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:29 smithi192 bash[42088]: cluster 2024-03-21T13:36:27.332781+0000 mgr.y (mgr.25471) 206 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:29 smithi192 bash[42088]: cephadm 2024-03-21T13:36:28.115832+0000 mgr.y (mgr.25471) 207 : cephadm [INF] Upgrade: Updating osd.2 2024-03-21T13:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:29 smithi192 bash[42088]: audit 2024-03-21T13:36:28.126850+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:29 smithi192 bash[42088]: audit 2024-03-21T13:36:28.130389+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:29 smithi192 bash[42088]: audit 2024-03-21T13:36:28.133336+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:29 smithi192 bash[42088]: cephadm 2024-03-21T13:36:28.139698+0000 mgr.y (mgr.25471) 208 : cephadm [INF] Deploying daemon osd.2 on smithi038 2024-03-21T13:36:31.297 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:31 smithi038 bash[53920]: cluster 2024-03-21T13:36:29.333758+0000 mgr.y (mgr.25471) 209 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:31.298 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:31 smithi038 bash[53920]: audit 2024-03-21T13:36:30.034808+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:31.298 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:31 smithi038 bash[55321]: cluster 2024-03-21T13:36:29.333758+0000 mgr.y (mgr.25471) 209 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:31.298 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:31 smithi038 bash[55321]: audit 2024-03-21T13:36:30.034808+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:31 smithi192 bash[42088]: cluster 2024-03-21T13:36:29.333758+0000 mgr.y (mgr.25471) 209 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:31 smithi192 bash[42088]: audit 2024-03-21T13:36:30.034808+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:32.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:32 smithi038 systemd[1]: Stopping Ceph osd.2 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:36:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[53920]: cluster 2024-03-21T13:36:31.335317+0000 mgr.y (mgr.25471) 210 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[53920]: cluster 2024-03-21T13:36:33.024694+0000 mon.a (mon.0) 296 : cluster [INF] osd.2 marked itself down and dead 2024-03-21T13:36:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[55321]: cluster 2024-03-21T13:36:31.335317+0000 mgr.y (mgr.25471) 210 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[55321]: cluster 2024-03-21T13:36:33.024694+0000 mon.a (mon.0) 296 : cluster [INF] osd.2 marked itself down and dead 2024-03-21T13:36:33.405 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[28886]: debug 2024-03-21T13:36:33.023+0000 7fedc95d3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:36:33.405 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[28886]: debug 2024-03-21T13:36:33.023+0000 7fedc95d3700 -1 osd.2 114 *** Got signal Terminated *** 2024-03-21T13:36:33.405 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:33 smithi038 bash[28886]: debug 2024-03-21T13:36:33.023+0000 7fedc95d3700 -1 osd.2 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:36:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:33 smithi192 bash[42088]: cluster 2024-03-21T13:36:31.335317+0000 mgr.y (mgr.25471) 210 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:36:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:33 smithi192 bash[42088]: cluster 2024-03-21T13:36:33.024694+0000 mon.a (mon.0) 296 : cluster [INF] osd.2 marked itself down and dead 2024-03-21T13:36:34.404 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:34 smithi038 bash[62012]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:36:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:34 smithi038 bash[53920]: cluster 2024-03-21T13:36:33.043928+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:36:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:34 smithi038 bash[53920]: cluster 2024-03-21T13:36:33.061905+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-03-21T13:36:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:34 smithi038 bash[55321]: cluster 2024-03-21T13:36:33.043928+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:36:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:34 smithi038 bash[55321]: cluster 2024-03-21T13:36:33.061905+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-03-21T13:36:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:34 smithi192 bash[42088]: cluster 2024-03-21T13:36:33.043928+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:36:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:34 smithi192 bash[42088]: cluster 2024-03-21T13:36:33.061905+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-03-21T13:36:34.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:34 smithi038 bash[62085]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:36:35.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:35 smithi038 bash[53920]: cluster 2024-03-21T13:36:33.336125+0000 mgr.y (mgr.25471) 211 : cluster [DBG] pgmap v115: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:35.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:35 smithi038 bash[53920]: cluster 2024-03-21T13:36:34.071094+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-21T13:36:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:35 smithi038 bash[55321]: cluster 2024-03-21T13:36:33.336125+0000 mgr.y (mgr.25471) 211 : cluster [DBG] pgmap v115: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:35 smithi038 bash[55321]: cluster 2024-03-21T13:36:34.071094+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-21T13:36:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:35 smithi192 bash[42088]: cluster 2024-03-21T13:36:33.336125+0000 mgr.y (mgr.25471) 211 : cluster [DBG] pgmap v115: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:35 smithi192 bash[42088]: cluster 2024-03-21T13:36:34.071094+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-21T13:36:36.930 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:36 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.2.service: Succeeded. 2024-03-21T13:36:36.931 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:36 smithi038 systemd[1]: Stopped Ceph osd.2 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:36:37.294 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:36 smithi038 systemd[1]: Started Ceph osd.2 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[53920]: cluster 2024-03-21T13:36:35.336934+0000 mgr.y (mgr.25471) 212 : cluster [DBG] pgmap v117: 161 pgs: 7 peering, 11 stale+active+clean, 143 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[53920]: audit 2024-03-21T13:36:35.950072+0000 mgr.y (mgr.25471) 213 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[53920]: audit 2024-03-21T13:36:36.977048+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[53920]: audit 2024-03-21T13:36:36.985234+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[55321]: cluster 2024-03-21T13:36:35.336934+0000 mgr.y (mgr.25471) 212 : cluster [DBG] pgmap v117: 161 pgs: 7 peering, 11 stale+active+clean, 143 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[55321]: audit 2024-03-21T13:36:35.950072+0000 mgr.y (mgr.25471) 213 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:37.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[55321]: audit 2024-03-21T13:36:36.977048+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:37.295 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[55321]: audit 2024-03-21T13:36:36.985234+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:37 smithi192 bash[42088]: cluster 2024-03-21T13:36:35.336934+0000 mgr.y (mgr.25471) 212 : cluster [DBG] pgmap v117: 161 pgs: 7 peering, 11 stale+active+clean, 143 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:36:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:37 smithi192 bash[42088]: audit 2024-03-21T13:36:35.950072+0000 mgr.y (mgr.25471) 213 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:37 smithi192 bash[42088]: audit 2024-03-21T13:36:36.977048+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:37 smithi192 bash[42088]: audit 2024-03-21T13:36:36.985234+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:36:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:36:37] "GET /metrics HTTP/1.1" 200 38425 "" "Prometheus/2.33.4" 2024-03-21T13:36:38.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[53920]: cluster 2024-03-21T13:36:38.085764+0000 mon.a (mon.0) 302 : cluster [WRN] Health check failed: Degraded data redundancy: 34/630 objects degraded (5.397%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:38.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[55321]: cluster 2024-03-21T13:36:38.085764+0000 mon.a (mon.0) 302 : cluster [WRN] Health check failed: Degraded data redundancy: 34/630 objects degraded (5.397%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:38 smithi192 bash[42088]: cluster 2024-03-21T13:36:38.085764+0000 mon.a (mon.0) 302 : cluster [WRN] Health check failed: Degraded data redundancy: 34/630 objects degraded (5.397%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:39.144 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:36:39.144 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:36:39.144 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-21T13:36:39.144 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-21T13:36:39.145 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-21T13:36:39.145 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-21T13:36:39.145 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-21T13:36:39.145 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-21T13:36:39.145 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:38 smithi038 bash[62260]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-21T13:36:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:39 smithi038 bash[53920]: cluster 2024-03-21T13:36:37.338038+0000 mgr.y (mgr.25471) 214 : cluster [DBG] pgmap v118: 161 pgs: 9 active+undersized+degraded, 7 peering, 30 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:36:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:39 smithi038 bash[55321]: cluster 2024-03-21T13:36:37.338038+0000 mgr.y (mgr.25471) 214 : cluster [DBG] pgmap v118: 161 pgs: 9 active+undersized+degraded, 7 peering, 30 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:36:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:39 smithi192 bash[42088]: cluster 2024-03-21T13:36:37.338038+0000 mgr.y (mgr.25471) 214 : cluster [DBG] pgmap v118: 161 pgs: 9 active+undersized+degraded, 7 peering, 30 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:36:40.654 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[62545]: debug 2024-03-21T13:36:40.498+0000 7f2a70ef3700 1 -- 172.21.15.38:0/3413328388 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f9b8fad680 con 0x55f9b8feb000 2024-03-21T13:36:41.154 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[62545]: debug 2024-03-21T13:36:40.782+0000 7f2a7a08b7c0 -1 Falling back to public interface 2024-03-21T13:36:41.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[53920]: cluster 2024-03-21T13:36:39.339102+0000 mgr.y (mgr.25471) 215 : cluster [DBG] pgmap v119: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:41.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[53920]: audit 2024-03-21T13:36:39.926720+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:41.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[53920]: audit 2024-03-21T13:36:39.929319+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[55321]: cluster 2024-03-21T13:36:39.339102+0000 mgr.y (mgr.25471) 215 : cluster [DBG] pgmap v119: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[55321]: audit 2024-03-21T13:36:39.926720+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:40 smithi038 bash[55321]: audit 2024-03-21T13:36:39.929319+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:41.210 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:36:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:40 smithi192 bash[42088]: cluster 2024-03-21T13:36:39.339102+0000 mgr.y (mgr.25471) 215 : cluster [DBG] pgmap v119: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:40 smithi192 bash[42088]: audit 2024-03-21T13:36:39.926720+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:40 smithi192 bash[42088]: audit 2024-03-21T13:36:39.929319+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (5m) 28s ago 12m 15.5M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 2m ago 12m - - 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (4m) 28s ago 10m 47.4M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (3m) 2m ago 19m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (4m) 28s ago 21m 499M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (3m) 28s ago 21m 49.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (2m) 2m ago 19m 20.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:36:42.012 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (2m) 28s ago 19m 43.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (5m) 28s ago 13m 15.1M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (5m) 2m ago 13m 11.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (64s) 28s ago 18m 49.0M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (33s) 28s ago 17m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 starting - - - 2782M 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (16m) 28s ago 16m 61.8M 2782M 17.2.0 e1d6a67b021e e2e7c971a7c9 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (15m) 2m ago 15m 59.0M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (15m) 2m ago 15m 55.6M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (14m) 2m ago 14m 53.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (14m) 2m ago 14m 57.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (4m) 2m ago 13m 62.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (11m) 28s ago 11m 88.0M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (11m) 2m ago 11m 87.1M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (10m) 28s ago 10m 87.4M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:36:42.013 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (10m) 2m ago 10m 86.8M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:42.491 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 7 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:36:42.492 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:36:42.882 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:36:42.882 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:36:42.882 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:36:42.882 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "7/23 daemons upgraded", 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:36:42.883 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:36:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:42 smithi192 bash[42088]: audit 2024-03-21T13:36:41.192737+0000 mgr.y (mgr.25471) 216 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:42 smithi192 bash[42088]: cluster 2024-03-21T13:36:41.340298+0000 mgr.y (mgr.25471) 217 : cluster [DBG] pgmap v120: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:42 smithi192 bash[42088]: audit 2024-03-21T13:36:41.592278+0000 mgr.y (mgr.25471) 218 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:42 smithi192 bash[42088]: audit 2024-03-21T13:36:41.987408+0000 mgr.y (mgr.25471) 219 : audit [DBG] from='client.44302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:42 smithi192 bash[42088]: audit 2024-03-21T13:36:42.490111+0000 mon.a (mon.0) 305 : audit [DBG] from='client.? 172.21.15.38:0/3033169531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:43.345 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 53/630 objects degraded (8.413%), 11 pgs degraded 2024-03-21T13:36:43.345 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:36:43.345 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:36:43.345 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:36:43.345 INFO:teuthology.orchestra.run.smithi038.stdout: osd.2 (root=default,host=smithi038) is down 2024-03-21T13:36:43.345 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 53/630 objects degraded (8.413%), 11 pgs degraded 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.e is active+undersized+degraded, acting [3,7] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.0 is active+undersized+degraded, acting [1,6] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.4 is active+undersized+degraded, acting [1,5] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.5 is active+undersized+degraded, acting [5,3] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.9 is active+undersized+degraded, acting [4,7] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.13 is active+undersized+degraded, acting [7,4] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1a is active+undersized+degraded, acting [4,1] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1e is active+undersized+degraded, acting [3,6] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1f is active+undersized+degraded, acting [0,5] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.d is active+undersized+degraded, acting [4,5] 2024-03-21T13:36:43.346 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.1c is active+undersized+degraded, acting [4,3] 2024-03-21T13:36:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[53920]: audit 2024-03-21T13:36:41.192737+0000 mgr.y (mgr.25471) 216 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[53920]: cluster 2024-03-21T13:36:41.340298+0000 mgr.y (mgr.25471) 217 : cluster [DBG] pgmap v120: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[53920]: audit 2024-03-21T13:36:41.592278+0000 mgr.y (mgr.25471) 218 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[53920]: audit 2024-03-21T13:36:41.987408+0000 mgr.y (mgr.25471) 219 : audit [DBG] from='client.44302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[53920]: audit 2024-03-21T13:36:42.490111+0000 mon.a (mon.0) 305 : audit [DBG] from='client.? 172.21.15.38:0/3033169531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[55321]: audit 2024-03-21T13:36:41.192737+0000 mgr.y (mgr.25471) 216 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[55321]: cluster 2024-03-21T13:36:41.340298+0000 mgr.y (mgr.25471) 217 : cluster [DBG] pgmap v120: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[55321]: audit 2024-03-21T13:36:41.592278+0000 mgr.y (mgr.25471) 218 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[55321]: audit 2024-03-21T13:36:41.987408+0000 mgr.y (mgr.25471) 219 : audit [DBG] from='client.44302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:42 smithi038 bash[55321]: audit 2024-03-21T13:36:42.490111+0000 mon.a (mon.0) 305 : audit [DBG] from='client.? 172.21.15.38:0/3033169531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:43.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[62545]: debug 2024-03-21T13:36:43.618+0000 7f2a7a08b7c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-21T13:36:43.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[62545]: debug 2024-03-21T13:36:43.666+0000 7f2a7a08b7c0 -1 osd.2 114 log_to_monitors true 2024-03-21T13:36:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:43 smithi192 bash[42088]: audit 2024-03-21T13:36:42.880727+0000 mgr.y (mgr.25471) 220 : audit [DBG] from='client.44314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:43 smithi192 bash[42088]: audit 2024-03-21T13:36:43.344385+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.38:0/2187013717' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:36:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:43 smithi192 bash[42088]: audit 2024-03-21T13:36:43.671015+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:36:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:43 smithi192 bash[42088]: audit 2024-03-21T13:36:43.671432+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:36:44.404 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[62545]: debug 2024-03-21T13:36:43.990+0000 7f2a6b4e3700 -1 osd.2 114 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[53920]: audit 2024-03-21T13:36:42.880727+0000 mgr.y (mgr.25471) 220 : audit [DBG] from='client.44314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[53920]: audit 2024-03-21T13:36:43.344385+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.38:0/2187013717' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[53920]: audit 2024-03-21T13:36:43.671015+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[53920]: audit 2024-03-21T13:36:43.671432+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[55321]: audit 2024-03-21T13:36:42.880727+0000 mgr.y (mgr.25471) 220 : audit [DBG] from='client.44314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[55321]: audit 2024-03-21T13:36:43.344385+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.38:0/2187013717' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[55321]: audit 2024-03-21T13:36:43.671015+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:36:44.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:43 smithi038 bash[55321]: audit 2024-03-21T13:36:43.671432+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:36:45.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: cluster 2024-03-21T13:36:43.341248+0000 mgr.y (mgr.25471) 221 : cluster [DBG] pgmap v121: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: audit 2024-03-21T13:36:43.932498+0000 mon.a (mon.0) 307 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: cluster 2024-03-21T13:36:43.942350+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: audit 2024-03-21T13:36:43.945071+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: audit 2024-03-21T13:36:43.946098+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: audit 2024-03-21T13:36:44.482386+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: audit 2024-03-21T13:36:44.497557+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[53920]: cluster 2024-03-21T13:36:44.642213+0000 mon.a (mon.0) 312 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: cluster 2024-03-21T13:36:43.341248+0000 mgr.y (mgr.25471) 221 : cluster [DBG] pgmap v121: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: audit 2024-03-21T13:36:43.932498+0000 mon.a (mon.0) 307 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: cluster 2024-03-21T13:36:43.942350+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: audit 2024-03-21T13:36:43.945071+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: audit 2024-03-21T13:36:43.946098+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: audit 2024-03-21T13:36:44.482386+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: audit 2024-03-21T13:36:44.497557+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:44 smithi038 bash[55321]: cluster 2024-03-21T13:36:44.642213+0000 mon.a (mon.0) 312 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: cluster 2024-03-21T13:36:43.341248+0000 mgr.y (mgr.25471) 221 : cluster [DBG] pgmap v121: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 138 MiB used, 715 GiB / 715 GiB avail; 53/630 objects degraded (8.413%) 2024-03-21T13:36:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: audit 2024-03-21T13:36:43.932498+0000 mon.a (mon.0) 307 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:36:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: cluster 2024-03-21T13:36:43.942350+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-21T13:36:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: audit 2024-03-21T13:36:43.945071+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: audit 2024-03-21T13:36:43.946098+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:36:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: audit 2024-03-21T13:36:44.482386+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: audit 2024-03-21T13:36:44.497557+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:44 smithi192 bash[42088]: cluster 2024-03-21T13:36:44.642213+0000 mon.a (mon.0) 312 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: cluster 2024-03-21T13:36:44.949399+0000 mon.a (mon.0) 313 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: cluster 2024-03-21T13:36:44.962887+0000 mon.a (mon.0) 314 : cluster [INF] osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248] boot 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: cluster 2024-03-21T13:36:44.962973+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: audit 2024-03-21T13:36:44.972180+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: audit 2024-03-21T13:36:45.067281+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: audit 2024-03-21T13:36:45.598329+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: audit 2024-03-21T13:36:45.611936+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[53920]: cluster 2024-03-21T13:36:45.965664+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: cluster 2024-03-21T13:36:44.949399+0000 mon.a (mon.0) 313 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: cluster 2024-03-21T13:36:44.962887+0000 mon.a (mon.0) 314 : cluster [INF] osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248] boot 2024-03-21T13:36:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: cluster 2024-03-21T13:36:44.962973+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-03-21T13:36:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: audit 2024-03-21T13:36:44.972180+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:36:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: audit 2024-03-21T13:36:45.067281+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: audit 2024-03-21T13:36:45.598329+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: audit 2024-03-21T13:36:45.611936+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:45 smithi038 bash[55321]: cluster 2024-03-21T13:36:45.965664+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: cluster 2024-03-21T13:36:44.949399+0000 mon.a (mon.0) 313 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: cluster 2024-03-21T13:36:44.962887+0000 mon.a (mon.0) 314 : cluster [INF] osd.2 [v2:172.21.15.38:6818/81848248,v1:172.21.15.38:6819/81848248] boot 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: cluster 2024-03-21T13:36:44.962973+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: audit 2024-03-21T13:36:44.972180+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: audit 2024-03-21T13:36:45.067281+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: audit 2024-03-21T13:36:45.598329+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: audit 2024-03-21T13:36:45.611936+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:46.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:45 smithi192 bash[42088]: cluster 2024-03-21T13:36:45.965664+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-21T13:36:47.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:47 smithi038 bash[53920]: cluster 2024-03-21T13:36:45.342125+0000 mgr.y (mgr.25471) 222 : cluster [DBG] pgmap v124: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:36:47.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:47 smithi038 bash[53920]: audit 2024-03-21T13:36:45.959947+0000 mgr.y (mgr.25471) 223 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:47 smithi038 bash[55321]: cluster 2024-03-21T13:36:45.342125+0000 mgr.y (mgr.25471) 222 : cluster [DBG] pgmap v124: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:36:47.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:47 smithi038 bash[55321]: audit 2024-03-21T13:36:45.959947+0000 mgr.y (mgr.25471) 223 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:47.406 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:36:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:36:47] "GET /metrics HTTP/1.1" 200 38423 "" "Prometheus/2.33.4" 2024-03-21T13:36:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:47 smithi192 bash[42088]: cluster 2024-03-21T13:36:45.342125+0000 mgr.y (mgr.25471) 222 : cluster [DBG] pgmap v124: 161 pgs: 11 active+undersized+degraded, 35 active+undersized, 115 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:36:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:47 smithi192 bash[42088]: audit 2024-03-21T13:36:45.959947+0000 mgr.y (mgr.25471) 223 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:49.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:49 smithi038 bash[53920]: cluster 2024-03-21T13:36:47.343150+0000 mgr.y (mgr.25471) 224 : cluster [DBG] pgmap v126: 161 pgs: 22 peering, 3 active+undersized+degraded, 15 active+undersized, 121 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 20/630 objects degraded (3.175%) 2024-03-21T13:36:49.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:49 smithi038 bash[55321]: cluster 2024-03-21T13:36:47.343150+0000 mgr.y (mgr.25471) 224 : cluster [DBG] pgmap v126: 161 pgs: 22 peering, 3 active+undersized+degraded, 15 active+undersized, 121 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 20/630 objects degraded (3.175%) 2024-03-21T13:36:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:49 smithi192 bash[42088]: cluster 2024-03-21T13:36:47.343150+0000 mgr.y (mgr.25471) 224 : cluster [DBG] pgmap v126: 161 pgs: 22 peering, 3 active+undersized+degraded, 15 active+undersized, 121 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 20/630 objects degraded (3.175%) 2024-03-21T13:36:50.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:50 smithi038 bash[53920]: cluster 2024-03-21T13:36:49.642926+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 20/630 objects degraded (3.175%), 3 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:50.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:50 smithi038 bash[55321]: cluster 2024-03-21T13:36:49.642926+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 20/630 objects degraded (3.175%), 3 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:50 smithi192 bash[42088]: cluster 2024-03-21T13:36:49.642926+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 20/630 objects degraded (3.175%), 3 pgs degraded (PG_DEGRADED) 2024-03-21T13:36:51.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:51 smithi038 bash[53920]: cluster 2024-03-21T13:36:49.344230+0000 mgr.y (mgr.25471) 225 : cluster [DBG] pgmap v127: 161 pgs: 22 peering, 139 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:36:51.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:51 smithi038 bash[53920]: cluster 2024-03-21T13:36:50.078327+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/630 objects degraded (3.175%), 3 pgs degraded) 2024-03-21T13:36:51.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:51 smithi038 bash[55321]: cluster 2024-03-21T13:36:49.344230+0000 mgr.y (mgr.25471) 225 : cluster [DBG] pgmap v127: 161 pgs: 22 peering, 139 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:36:51.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:51 smithi038 bash[55321]: cluster 2024-03-21T13:36:50.078327+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/630 objects degraded (3.175%), 3 pgs degraded) 2024-03-21T13:36:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:51 smithi192 bash[42088]: cluster 2024-03-21T13:36:49.344230+0000 mgr.y (mgr.25471) 225 : cluster [DBG] pgmap v127: 161 pgs: 22 peering, 139 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:36:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:51 smithi192 bash[42088]: cluster 2024-03-21T13:36:50.078327+0000 mon.a (mon.0) 322 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/630 objects degraded (3.175%), 3 pgs degraded) 2024-03-21T13:36:53.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:53 smithi038 bash[53920]: cluster 2024-03-21T13:36:51.345660+0000 mgr.y (mgr.25471) 226 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:36:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:53 smithi038 bash[55321]: cluster 2024-03-21T13:36:51.345660+0000 mgr.y (mgr.25471) 226 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:36:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:53 smithi192 bash[42088]: cluster 2024-03-21T13:36:51.345660+0000 mgr.y (mgr.25471) 226 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:36:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:55 smithi038 bash[53920]: cluster 2024-03-21T13:36:53.346578+0000 mgr.y (mgr.25471) 227 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:55 smithi038 bash[53920]: audit 2024-03-21T13:36:54.931924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:55 smithi038 bash[53920]: audit 2024-03-21T13:36:54.934105+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:55 smithi038 bash[55321]: cluster 2024-03-21T13:36:53.346578+0000 mgr.y (mgr.25471) 227 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:55 smithi038 bash[55321]: audit 2024-03-21T13:36:54.931924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:55 smithi038 bash[55321]: audit 2024-03-21T13:36:54.934105+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:55 smithi192 bash[42088]: cluster 2024-03-21T13:36:53.346578+0000 mgr.y (mgr.25471) 227 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:36:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:55 smithi192 bash[42088]: audit 2024-03-21T13:36:54.931924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:55 smithi192 bash[42088]: audit 2024-03-21T13:36:54.934105+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:36:56.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[53920]: audit 2024-03-21T13:36:55.113090+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[53920]: audit 2024-03-21T13:36:56.025291+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[53920]: audit 2024-03-21T13:36:56.037505+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[53920]: audit 2024-03-21T13:36:56.039536+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[53920]: audit 2024-03-21T13:36:56.040954+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[53920]: audit 2024-03-21T13:36:56.052086+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[55321]: audit 2024-03-21T13:36:55.113090+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[55321]: audit 2024-03-21T13:36:56.025291+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[55321]: audit 2024-03-21T13:36:56.037505+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[55321]: audit 2024-03-21T13:36:56.039536+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[55321]: audit 2024-03-21T13:36:56.040954+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:56 smithi038 bash[55321]: audit 2024-03-21T13:36:56.052086+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:56 smithi192 bash[42088]: audit 2024-03-21T13:36:55.113090+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:56 smithi192 bash[42088]: audit 2024-03-21T13:36:56.025291+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:56 smithi192 bash[42088]: audit 2024-03-21T13:36:56.037505+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:56 smithi192 bash[42088]: audit 2024-03-21T13:36:56.039536+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:56 smithi192 bash[42088]: audit 2024-03-21T13:36:56.040954+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:36:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:56 smithi192 bash[42088]: audit 2024-03-21T13:36:56.052086+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:57.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:36:57] "GET /metrics HTTP/1.1" 200 38436 "" "Prometheus/2.33.4" 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: cluster 2024-03-21T13:36:55.347677+0000 mgr.y (mgr.25471) 228 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:55.968967+0000 mgr.y (mgr.25471) 229 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: cluster 2024-03-21T13:36:56.043930+0000 mgr.y (mgr.25471) 230 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: cluster 2024-03-21T13:36:56.044372+0000 mgr.y (mgr.25471) 231 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:56.144712+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:56.147725+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:56.150263+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:56.152101+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:56.154443+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:36:57.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: audit 2024-03-21T13:36:56.154765+0000 mgr.y (mgr.25471) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[53920]: cephadm 2024-03-21T13:36:56.156593+0000 mgr.y (mgr.25471) 233 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: cluster 2024-03-21T13:36:55.347677+0000 mgr.y (mgr.25471) 228 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:55.968967+0000 mgr.y (mgr.25471) 229 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: cluster 2024-03-21T13:36:56.043930+0000 mgr.y (mgr.25471) 230 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: cluster 2024-03-21T13:36:56.044372+0000 mgr.y (mgr.25471) 231 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:56.144712+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:56.147725+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:56.150263+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:56.152101+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:56.154443+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:36:57.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: audit 2024-03-21T13:36:56.154765+0000 mgr.y (mgr.25471) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:36:57.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:57 smithi038 bash[55321]: cephadm 2024-03-21T13:36:56.156593+0000 mgr.y (mgr.25471) 233 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: cluster 2024-03-21T13:36:55.347677+0000 mgr.y (mgr.25471) 228 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:55.968967+0000 mgr.y (mgr.25471) 229 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: cluster 2024-03-21T13:36:56.043930+0000 mgr.y (mgr.25471) 230 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: cluster 2024-03-21T13:36:56.044372+0000 mgr.y (mgr.25471) 231 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:56.144712+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:56.147725+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:56.150263+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:56.152101+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:56.154443+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:36:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: audit 2024-03-21T13:36:56.154765+0000 mgr.y (mgr.25471) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:36:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:57 smithi192 bash[42088]: cephadm 2024-03-21T13:36:56.156593+0000 mgr.y (mgr.25471) 233 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-21T13:36:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:59 smithi192 bash[42088]: cluster 2024-03-21T13:36:58.045268+0000 mgr.y (mgr.25471) 234 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:36:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:59 smithi192 bash[42088]: audit 2024-03-21T13:36:58.742848+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:59 smithi192 bash[42088]: audit 2024-03-21T13:36:58.747423+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:36:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:36:59 smithi192 bash[42088]: audit 2024-03-21T13:36:58.748932+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[53920]: cluster 2024-03-21T13:36:58.045268+0000 mgr.y (mgr.25471) 234 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[53920]: audit 2024-03-21T13:36:58.742848+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[53920]: audit 2024-03-21T13:36:58.747423+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[53920]: audit 2024-03-21T13:36:58.748932+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[55321]: cluster 2024-03-21T13:36:58.045268+0000 mgr.y (mgr.25471) 234 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[55321]: audit 2024-03-21T13:36:58.742848+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:36:59.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[55321]: audit 2024-03-21T13:36:58.747423+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:36:59.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:36:59 smithi038 bash[55321]: audit 2024-03-21T13:36:58.748932+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:00 smithi038 bash[53920]: cephadm 2024-03-21T13:36:58.727086+0000 mgr.y (mgr.25471) 235 : cephadm [INF] Upgrade: Updating osd.3 2024-03-21T13:37:00.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:00 smithi038 bash[53920]: cephadm 2024-03-21T13:36:58.754761+0000 mgr.y (mgr.25471) 236 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-03-21T13:37:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:00 smithi038 bash[55321]: cephadm 2024-03-21T13:36:58.727086+0000 mgr.y (mgr.25471) 235 : cephadm [INF] Upgrade: Updating osd.3 2024-03-21T13:37:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:00 smithi038 bash[55321]: cephadm 2024-03-21T13:36:58.754761+0000 mgr.y (mgr.25471) 236 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-03-21T13:37:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:00 smithi192 bash[42088]: cephadm 2024-03-21T13:36:58.727086+0000 mgr.y (mgr.25471) 235 : cephadm [INF] Upgrade: Updating osd.3 2024-03-21T13:37:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:00 smithi192 bash[42088]: cephadm 2024-03-21T13:36:58.754761+0000 mgr.y (mgr.25471) 236 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-03-21T13:37:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:01 smithi192 bash[42088]: cluster 2024-03-21T13:37:00.046280+0000 mgr.y (mgr.25471) 237 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-03-21T13:37:01.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:01 smithi038 bash[53920]: cluster 2024-03-21T13:37:00.046280+0000 mgr.y (mgr.25471) 237 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-03-21T13:37:01.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:01 smithi038 bash[55321]: cluster 2024-03-21T13:37:00.046280+0000 mgr.y (mgr.25471) 237 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-03-21T13:37:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:03 smithi192 bash[42088]: cluster 2024-03-21T13:37:02.048068+0000 mgr.y (mgr.25471) 238 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:03 smithi038 bash[53920]: cluster 2024-03-21T13:37:02.048068+0000 mgr.y (mgr.25471) 238 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:03.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:03 smithi038 bash[55321]: cluster 2024-03-21T13:37:02.048068+0000 mgr.y (mgr.25471) 238 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:04.154 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:03 smithi038 systemd[1]: Stopping Ceph osd.3 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:37:04.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:03 smithi038 bash[32076]: debug 2024-03-21T13:37:03.798+0000 7f2cabf54700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:37:04.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:03 smithi038 bash[32076]: debug 2024-03-21T13:37:03.798+0000 7f2cabf54700 -1 osd.3 119 *** Got signal Terminated *** 2024-03-21T13:37:04.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:03 smithi038 bash[32076]: debug 2024-03-21T13:37:03.798+0000 7f2cabf54700 -1 osd.3 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:37:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:04 smithi192 bash[42088]: cluster 2024-03-21T13:37:03.800771+0000 mon.a (mon.0) 339 : cluster [INF] osd.3 marked itself down and dead 2024-03-21T13:37:04.603 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:04 smithi038 bash[53920]: cluster 2024-03-21T13:37:03.800771+0000 mon.a (mon.0) 339 : cluster [INF] osd.3 marked itself down and dead 2024-03-21T13:37:04.603 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:04 smithi038 bash[55321]: cluster 2024-03-21T13:37:03.800771+0000 mon.a (mon.0) 339 : cluster [INF] osd.3 marked itself down and dead 2024-03-21T13:37:05.509 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[55321]: cluster 2024-03-21T13:37:04.048984+0000 mgr.y (mgr.25471) 239 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:05.509 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[55321]: cluster 2024-03-21T13:37:04.181106+0000 mon.a (mon.0) 340 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:37:05.510 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[55321]: cluster 2024-03-21T13:37:04.203497+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-03-21T13:37:05.510 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[53920]: cluster 2024-03-21T13:37:04.048984+0000 mgr.y (mgr.25471) 239 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:05.510 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[53920]: cluster 2024-03-21T13:37:04.181106+0000 mon.a (mon.0) 340 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:37:05.510 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[53920]: cluster 2024-03-21T13:37:04.203497+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-03-21T13:37:05.510 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[64165]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:37:05.510 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:05 smithi038 bash[64240]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:37:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:05 smithi192 bash[42088]: cluster 2024-03-21T13:37:04.048984+0000 mgr.y (mgr.25471) 239 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:05 smithi192 bash[42088]: cluster 2024-03-21T13:37:04.181106+0000 mon.a (mon.0) 340 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:37:05.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:05 smithi192 bash[42088]: cluster 2024-03-21T13:37:04.203497+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-03-21T13:37:06.552 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:06 smithi038 bash[53920]: cluster 2024-03-21T13:37:05.209428+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-21T13:37:06.552 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:06 smithi038 bash[53920]: audit 2024-03-21T13:37:05.980311+0000 mgr.y (mgr.25471) 240 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:06.552 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:06 smithi038 bash[53920]: cluster 2024-03-21T13:37:06.050547+0000 mgr.y (mgr.25471) 241 : cluster [DBG] pgmap v139: 161 pgs: 13 active+undersized+degraded, 13 stale+active+clean, 19 active+undersized, 116 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2024-03-21T13:37:06.552 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:06 smithi038 bash[55321]: cluster 2024-03-21T13:37:05.209428+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-21T13:37:06.552 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:06 smithi038 bash[55321]: audit 2024-03-21T13:37:05.980311+0000 mgr.y (mgr.25471) 240 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:06.552 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:06 smithi038 bash[55321]: cluster 2024-03-21T13:37:06.050547+0000 mgr.y (mgr.25471) 241 : cluster [DBG] pgmap v139: 161 pgs: 13 active+undersized+degraded, 13 stale+active+clean, 19 active+undersized, 116 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2024-03-21T13:37:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:06 smithi192 bash[42088]: cluster 2024-03-21T13:37:05.209428+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-21T13:37:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:06 smithi192 bash[42088]: audit 2024-03-21T13:37:05.980311+0000 mgr.y (mgr.25471) 240 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:06 smithi192 bash[42088]: cluster 2024-03-21T13:37:06.050547+0000 mgr.y (mgr.25471) 241 : cluster [DBG] pgmap v139: 161 pgs: 13 active+undersized+degraded, 13 stale+active+clean, 19 active+undersized, 116 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 40/630 objects degraded (6.349%) 2024-03-21T13:37:07.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:07 smithi038 bash[53920]: cluster 2024-03-21T13:37:06.215183+0000 mon.a (mon.0) 343 : cluster [WRN] Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:07.295 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:07 smithi038 bash[55321]: cluster 2024-03-21T13:37:06.215183+0000 mon.a (mon.0) 343 : cluster [WRN] Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:07.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:37:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:37:07] "GET /metrics HTTP/1.1" 200 38436 "" "Prometheus/2.33.4" 2024-03-21T13:37:07.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:07 smithi192 bash[42088]: cluster 2024-03-21T13:37:06.215183+0000 mon.a (mon.0) 343 : cluster [WRN] Health check failed: Degraded data redundancy: 40/630 objects degraded (6.349%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:08.123 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:07 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.3.service: Succeeded. 2024-03-21T13:37:08.124 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:07 smithi038 systemd[1]: Stopped Ceph osd.3 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:37:08.124 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:08 smithi038 systemd[1]: Started Ceph osd.3 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: cluster 2024-03-21T13:37:08.051208+0000 mgr.y (mgr.25471) 242 : cluster [DBG] pgmap v140: 161 pgs: 19 active+undersized+degraded, 7 stale+active+clean, 27 active+undersized, 108 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: audit 2024-03-21T13:37:08.101592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: audit 2024-03-21T13:37:08.108896+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: audit 2024-03-21T13:37:08.674702+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: audit 2024-03-21T13:37:08.690420+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: audit 2024-03-21T13:37:08.698471+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[53920]: audit 2024-03-21T13:37:08.704438+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: cluster 2024-03-21T13:37:08.051208+0000 mgr.y (mgr.25471) 242 : cluster [DBG] pgmap v140: 161 pgs: 19 active+undersized+degraded, 7 stale+active+clean, 27 active+undersized, 108 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: audit 2024-03-21T13:37:08.101592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: audit 2024-03-21T13:37:08.108896+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: audit 2024-03-21T13:37:08.674702+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: audit 2024-03-21T13:37:08.690420+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: audit 2024-03-21T13:37:08.698471+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[55321]: audit 2024-03-21T13:37:08.704438+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: cluster 2024-03-21T13:37:08.051208+0000 mgr.y (mgr.25471) 242 : cluster [DBG] pgmap v140: 161 pgs: 19 active+undersized+degraded, 7 stale+active+clean, 27 active+undersized, 108 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:37:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: audit 2024-03-21T13:37:08.101592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: audit 2024-03-21T13:37:08.108896+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: audit 2024-03-21T13:37:08.674702+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: audit 2024-03-21T13:37:08.690420+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: audit 2024-03-21T13:37:08.698471+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:09 smithi192 bash[42088]: audit 2024-03-21T13:37:08.704438+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:10.154 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-21T13:37:10.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:09 smithi038 bash[64404]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-21T13:37:11.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:10 smithi038 bash[53920]: audit 2024-03-21T13:37:09.921235+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:11.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:10 smithi038 bash[53920]: audit 2024-03-21T13:37:09.923398+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:11.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:10 smithi038 bash[53920]: cluster 2024-03-21T13:37:10.052275+0000 mgr.y (mgr.25471) 243 : cluster [DBG] pgmap v141: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:11.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:10 smithi038 bash[55321]: audit 2024-03-21T13:37:09.921235+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:11.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:10 smithi038 bash[55321]: audit 2024-03-21T13:37:09.923398+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:11.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:10 smithi038 bash[55321]: cluster 2024-03-21T13:37:10.052275+0000 mgr.y (mgr.25471) 243 : cluster [DBG] pgmap v141: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:10 smithi192 bash[42088]: audit 2024-03-21T13:37:09.921235+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:10 smithi192 bash[42088]: audit 2024-03-21T13:37:09.923398+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:10 smithi192 bash[42088]: cluster 2024-03-21T13:37:10.052275+0000 mgr.y (mgr.25471) 243 : cluster [DBG] pgmap v141: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:12.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:11 smithi038 bash[64717]: debug 2024-03-21T13:37:11.958+0000 7fa6c43c9700 1 -- 172.21.15.38:0/4189838878 <== mon.1 v2:172.21.15.38:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557a68b73680 con 0x557a68bb0c00 2024-03-21T13:37:12.904 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:12 smithi038 bash[64717]: debug 2024-03-21T13:37:12.522+0000 7fa6cd5617c0 -1 Falling back to public interface 2024-03-21T13:37:13.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:13 smithi038 bash[55321]: cluster 2024-03-21T13:37:12.054139+0000 mgr.y (mgr.25471) 244 : cluster [DBG] pgmap v142: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:13 smithi038 bash[53920]: cluster 2024-03-21T13:37:12.054139+0000 mgr.y (mgr.25471) 244 : cluster [DBG] pgmap v142: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:13 smithi192 bash[42088]: cluster 2024-03-21T13:37:12.054139+0000 mgr.y (mgr.25471) 244 : cluster [DBG] pgmap v142: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:13.779 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:37:14.554 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (6m) 30s ago 13m 15.7M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 2m ago 13m - - 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (4m) 30s ago 11m 47.7M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (4m) 2m ago 19m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (5m) 30s ago 21m 500M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (4m) 30s ago 21m 51.5M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (2m) 2m ago 19m 20.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (3m) 30s ago 19m 44.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (6m) 30s ago 13m 12.1M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (5m) 2m ago 13m 11.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (97s) 30s ago 19m 49.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (65s) 30s ago 18m 50.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (35s) 30s ago 17m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:37:14.555 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 starting - - - 2782M 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (16m) 2m ago 16m 59.0M 3037M 17.2.0 e1d6a67b021e c58254cfe2c5 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (15m) 2m ago 15m 55.6M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (15m) 2m ago 15m 53.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (14m) 2m ago 14m 57.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (4m) 2m ago 13m 62.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (11m) 30s ago 11m 88.2M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (11m) 2m ago 11m 87.1M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (11m) 30s ago 11m 87.6M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:37:14.556 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (11m) 2m ago 11m 86.8M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:37:15.087 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:37:15.088 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:15.089 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:37:15.089 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2024-03-21T13:37:15.089 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:37:15.089 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:37:15.089 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:37:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[53920]: audit 2024-03-21T13:37:13.762492+0000 mgr.y (mgr.25471) 245 : audit [DBG] from='client.44332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[53920]: cluster 2024-03-21T13:37:14.055524+0000 mgr.y (mgr.25471) 246 : cluster [DBG] pgmap v143: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[53920]: audit 2024-03-21T13:37:14.159871+0000 mgr.y (mgr.25471) 247 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[53920]: cluster 2024-03-21T13:37:14.648421+0000 mon.a (mon.0) 352 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 25 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[53920]: audit 2024-03-21T13:37:15.086373+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.38:0/2542278596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:15.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[55321]: audit 2024-03-21T13:37:13.762492+0000 mgr.y (mgr.25471) 245 : audit [DBG] from='client.44332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[55321]: cluster 2024-03-21T13:37:14.055524+0000 mgr.y (mgr.25471) 246 : cluster [DBG] pgmap v143: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:15.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[55321]: audit 2024-03-21T13:37:14.159871+0000 mgr.y (mgr.25471) 247 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[55321]: cluster 2024-03-21T13:37:14.648421+0000 mon.a (mon.0) 352 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 25 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:15.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[55321]: audit 2024-03-21T13:37:15.086373+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.38:0/2542278596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:15 smithi192 bash[42088]: audit 2024-03-21T13:37:13.762492+0000 mgr.y (mgr.25471) 245 : audit [DBG] from='client.44332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:15 smithi192 bash[42088]: cluster 2024-03-21T13:37:14.055524+0000 mgr.y (mgr.25471) 246 : cluster [DBG] pgmap v143: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:15 smithi192 bash[42088]: audit 2024-03-21T13:37:14.159871+0000 mgr.y (mgr.25471) 247 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:15 smithi192 bash[42088]: cluster 2024-03-21T13:37:14.648421+0000 mon.a (mon.0) 352 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 25 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:15 smithi192 bash[42088]: audit 2024-03-21T13:37:15.086373+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.38:0/2542278596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:15.527 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:37:15.527 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:37:15.527 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "8/23 daemons upgraded", 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:37:15.528 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:37:15.904 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[64717]: debug 2024-03-21T13:37:15.598+0000 7fa6cd5617c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-21T13:37:15.904 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:15 smithi038 bash[64717]: debug 2024-03-21T13:37:15.638+0000 7fa6cd5617c0 -1 osd.3 119 log_to_monitors true 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 81/630 objects degraded (12.857%), 25 pgs degraded 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout: osd.3 (root=default,host=smithi038) is down 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 81/630 objects degraded (12.857%), 25 pgs degraded 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-03-21T13:37:16.046 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.e is active+undersized+degraded, acting [2,7] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.14 is active+undersized+degraded, acting [6,5] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-03-21T13:37:16.047 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.9 is active+undersized+degraded, acting [4,1] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.15 is active+undersized+degraded, acting [5,7] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.1c is active+undersized+degraded, acting [4,2] 2024-03-21T13:37:16.048 INFO:teuthology.orchestra.run.smithi038.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2024-03-21T13:37:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[53920]: audit 2024-03-21T13:37:14.538328+0000 mgr.y (mgr.25471) 248 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:16.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[53920]: audit 2024-03-21T13:37:15.646951+0000 mon.a (mon.0) 353 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[53920]: audit 2024-03-21T13:37:15.742850+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[53920]: audit 2024-03-21T13:37:15.754542+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[53920]: audit 2024-03-21T13:37:16.045483+0000 mon.a (mon.0) 356 : audit [DBG] from='client.? 172.21.15.38:0/2920484451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[55321]: audit 2024-03-21T13:37:14.538328+0000 mgr.y (mgr.25471) 248 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[55321]: audit 2024-03-21T13:37:15.646951+0000 mon.a (mon.0) 353 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[55321]: audit 2024-03-21T13:37:15.742850+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[55321]: audit 2024-03-21T13:37:15.754542+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[55321]: audit 2024-03-21T13:37:16.045483+0000 mon.a (mon.0) 356 : audit [DBG] from='client.? 172.21.15.38:0/2920484451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:37:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:16 smithi192 bash[42088]: audit 2024-03-21T13:37:14.538328+0000 mgr.y (mgr.25471) 248 : audit [DBG] from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:16 smithi192 bash[42088]: audit 2024-03-21T13:37:15.646951+0000 mon.a (mon.0) 353 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:37:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:16 smithi192 bash[42088]: audit 2024-03-21T13:37:15.742850+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:16 smithi192 bash[42088]: audit 2024-03-21T13:37:15.754542+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:16 smithi192 bash[42088]: audit 2024-03-21T13:37:16.045483+0000 mon.a (mon.0) 356 : audit [DBG] from='client.? 172.21.15.38:0/2920484451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:37:16.904 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:37:16 smithi038 bash[64717]: debug 2024-03-21T13:37:16.646+0000 7fa6ba9b1700 -1 osd.3 119 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:37:17.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:37:17] "GET /metrics HTTP/1.1" 200 38434 "" "Prometheus/2.33.4" 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:15.526027+0000 mgr.y (mgr.25471) 249 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:15.991522+0000 mgr.y (mgr.25471) 250 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: cluster 2024-03-21T13:37:16.056620+0000 mgr.y (mgr.25471) 251 : cluster [DBG] pgmap v144: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:16.132251+0000 mon.a (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: cluster 2024-03-21T13:37:16.137849+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:16.140204+0000 mon.a (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:16.637911+0000 mon.a (mon.0) 360 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:16.848259+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[55321]: audit 2024-03-21T13:37:16.860739+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:17.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:15.526027+0000 mgr.y (mgr.25471) 249 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:15.991522+0000 mgr.y (mgr.25471) 250 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: cluster 2024-03-21T13:37:16.056620+0000 mgr.y (mgr.25471) 251 : cluster [DBG] pgmap v144: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:16.132251+0000 mon.a (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: cluster 2024-03-21T13:37:16.137849+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:16.140204+0000 mon.a (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:16.637911+0000 mon.a (mon.0) 360 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:16.848259+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:17.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:17 smithi038 bash[53920]: audit 2024-03-21T13:37:16.860739+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:15.526027+0000 mgr.y (mgr.25471) 249 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:15.991522+0000 mgr.y (mgr.25471) 250 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: cluster 2024-03-21T13:37:16.056620+0000 mgr.y (mgr.25471) 251 : cluster [DBG] pgmap v144: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:16.132251+0000 mon.a (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: cluster 2024-03-21T13:37:16.137849+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:16.140204+0000 mon.a (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:16.637911+0000 mon.a (mon.0) 360 : audit [INF] from='osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808]' entity='osd.3' 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:16.848259+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:17 smithi192 bash[42088]: audit 2024-03-21T13:37:16.860739+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:18 smithi192 bash[42088]: cluster 2024-03-21T13:37:17.636036+0000 mon.a (mon.0) 363 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:37:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:18 smithi192 bash[42088]: cluster 2024-03-21T13:37:17.650941+0000 mon.a (mon.0) 364 : cluster [INF] osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808] boot 2024-03-21T13:37:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:18 smithi192 bash[42088]: cluster 2024-03-21T13:37:17.651047+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-03-21T13:37:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:18 smithi192 bash[42088]: audit 2024-03-21T13:37:17.653246+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:37:18.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[53920]: cluster 2024-03-21T13:37:17.636036+0000 mon.a (mon.0) 363 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[53920]: cluster 2024-03-21T13:37:17.650941+0000 mon.a (mon.0) 364 : cluster [INF] osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808] boot 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[53920]: cluster 2024-03-21T13:37:17.651047+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[53920]: audit 2024-03-21T13:37:17.653246+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[55321]: cluster 2024-03-21T13:37:17.636036+0000 mon.a (mon.0) 363 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[55321]: cluster 2024-03-21T13:37:17.650941+0000 mon.a (mon.0) 364 : cluster [INF] osd.3 [v2:172.21.15.38:6826/1767023808,v1:172.21.15.38:6827/1767023808] boot 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[55321]: cluster 2024-03-21T13:37:17.651047+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-03-21T13:37:18.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:18 smithi038 bash[55321]: audit 2024-03-21T13:37:17.653246+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:37:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:19 smithi192 bash[42088]: cluster 2024-03-21T13:37:18.057647+0000 mgr.y (mgr.25471) 252 : cluster [DBG] pgmap v147: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 169 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:37:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:19 smithi192 bash[42088]: cluster 2024-03-21T13:37:18.660053+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-21T13:37:19.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:19 smithi038 bash[53920]: cluster 2024-03-21T13:37:18.057647+0000 mgr.y (mgr.25471) 252 : cluster [DBG] pgmap v147: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 169 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:37:19.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:19 smithi038 bash[53920]: cluster 2024-03-21T13:37:18.660053+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-21T13:37:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:19 smithi038 bash[55321]: cluster 2024-03-21T13:37:18.057647+0000 mgr.y (mgr.25471) 252 : cluster [DBG] pgmap v147: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 169 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:37:19.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:19 smithi038 bash[55321]: cluster 2024-03-21T13:37:18.660053+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-21T13:37:20.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:20 smithi038 bash[53920]: cluster 2024-03-21T13:37:20.058957+0000 mgr.y (mgr.25471) 253 : cluster [DBG] pgmap v149: 161 pgs: 21 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 71/630 objects degraded (11.270%) 2024-03-21T13:37:20.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:20 smithi038 bash[53920]: cluster 2024-03-21T13:37:20.170386+0000 mon.a (mon.0) 368 : cluster [WRN] Health check update: Degraded data redundancy: 71/630 objects degraded (11.270%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:20.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:20 smithi038 bash[55321]: cluster 2024-03-21T13:37:20.058957+0000 mgr.y (mgr.25471) 253 : cluster [DBG] pgmap v149: 161 pgs: 21 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 71/630 objects degraded (11.270%) 2024-03-21T13:37:20.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:20 smithi038 bash[55321]: cluster 2024-03-21T13:37:20.170386+0000 mon.a (mon.0) 368 : cluster [WRN] Health check update: Degraded data redundancy: 71/630 objects degraded (11.270%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:20 smithi192 bash[42088]: cluster 2024-03-21T13:37:20.058957+0000 mgr.y (mgr.25471) 253 : cluster [DBG] pgmap v149: 161 pgs: 21 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 71/630 objects degraded (11.270%) 2024-03-21T13:37:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:20 smithi192 bash[42088]: cluster 2024-03-21T13:37:20.170386+0000 mon.a (mon.0) 368 : cluster [WRN] Health check update: Degraded data redundancy: 71/630 objects degraded (11.270%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:22.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:22 smithi192 bash[42088]: cluster 2024-03-21T13:37:22.112565+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/630 objects degraded (11.270%), 21 pgs degraded) 2024-03-21T13:37:22.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:22 smithi038 bash[53920]: cluster 2024-03-21T13:37:22.112565+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/630 objects degraded (11.270%), 21 pgs degraded) 2024-03-21T13:37:22.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:22 smithi038 bash[55321]: cluster 2024-03-21T13:37:22.112565+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/630 objects degraded (11.270%), 21 pgs degraded) 2024-03-21T13:37:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:23 smithi192 bash[42088]: cluster 2024-03-21T13:37:22.060630+0000 mgr.y (mgr.25471) 254 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:23.469 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:23 smithi038 bash[53920]: cluster 2024-03-21T13:37:22.060630+0000 mgr.y (mgr.25471) 254 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:23.469 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:23 smithi038 bash[55321]: cluster 2024-03-21T13:37:22.060630+0000 mgr.y (mgr.25471) 254 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[53920]: cluster 2024-03-21T13:37:24.061783+0000 mgr.y (mgr.25471) 255 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[53920]: audit 2024-03-21T13:37:24.926683+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[53920]: audit 2024-03-21T13:37:24.929095+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[53920]: audit 2024-03-21T13:37:25.147722+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[55321]: cluster 2024-03-21T13:37:24.061783+0000 mgr.y (mgr.25471) 255 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[55321]: audit 2024-03-21T13:37:24.926683+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[55321]: audit 2024-03-21T13:37:24.929095+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:25 smithi038 bash[55321]: audit 2024-03-21T13:37:25.147722+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:25 smithi192 bash[42088]: cluster 2024-03-21T13:37:24.061783+0000 mgr.y (mgr.25471) 255 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:25 smithi192 bash[42088]: audit 2024-03-21T13:37:24.926683+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:25 smithi192 bash[42088]: audit 2024-03-21T13:37:24.929095+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:25 smithi192 bash[42088]: audit 2024-03-21T13:37:25.147722+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:27 smithi192 bash[42088]: audit 2024-03-21T13:37:25.999814+0000 mgr.y (mgr.25471) 256 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:27 smithi192 bash[42088]: cluster 2024-03-21T13:37:26.063148+0000 mgr.y (mgr.25471) 257 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:27.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:27 smithi038 bash[53920]: audit 2024-03-21T13:37:25.999814+0000 mgr.y (mgr.25471) 256 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:27.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:27 smithi038 bash[53920]: cluster 2024-03-21T13:37:26.063148+0000 mgr.y (mgr.25471) 257 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:27.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:37:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:37:27] "GET /metrics HTTP/1.1" 200 38438 "" "Prometheus/2.33.4" 2024-03-21T13:37:27.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:27 smithi038 bash[55321]: audit 2024-03-21T13:37:25.999814+0000 mgr.y (mgr.25471) 256 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:27.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:27 smithi038 bash[55321]: cluster 2024-03-21T13:37:26.063148+0000 mgr.y (mgr.25471) 257 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.379262+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.392880+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.395565+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.397279+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: cluster 2024-03-21T13:37:27.400111+0000 mgr.y (mgr.25471) 258 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: cluster 2024-03-21T13:37:27.400630+0000 mgr.y (mgr.25471) 259 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.407255+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.496236+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.500271+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.503579+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.505905+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.508945+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: audit 2024-03-21T13:37:27.509338+0000 mgr.y (mgr.25471) 260 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[53920]: cephadm 2024-03-21T13:37:27.511580+0000 mgr.y (mgr.25471) 261 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.379262+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.392880+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.395565+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.397279+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: cluster 2024-03-21T13:37:27.400111+0000 mgr.y (mgr.25471) 258 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: cluster 2024-03-21T13:37:27.400630+0000 mgr.y (mgr.25471) 259 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.407255+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.496236+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:28.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.500271+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.503579+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.505905+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.508945+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:37:28.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: audit 2024-03-21T13:37:27.509338+0000 mgr.y (mgr.25471) 260 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:37:28.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:28 smithi038 bash[55321]: cephadm 2024-03-21T13:37:27.511580+0000 mgr.y (mgr.25471) 261 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.379262+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.392880+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.395565+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.397279+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: cluster 2024-03-21T13:37:27.400111+0000 mgr.y (mgr.25471) 258 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: cluster 2024-03-21T13:37:27.400630+0000 mgr.y (mgr.25471) 259 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.407255+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.496236+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.500271+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.503579+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.505905+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.508945+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:37:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: audit 2024-03-21T13:37:27.509338+0000 mgr.y (mgr.25471) 260 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:37:28.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:28 smithi192 bash[42088]: cephadm 2024-03-21T13:37:27.511580+0000 mgr.y (mgr.25471) 261 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-21T13:37:31.295 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:30 smithi192 bash[42088]: cluster 2024-03-21T13:37:29.401531+0000 mgr.y (mgr.25471) 262 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:31.295 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:30 smithi192 bash[42088]: cephadm 2024-03-21T13:37:29.982226+0000 mgr.y (mgr.25471) 263 : cephadm [INF] Upgrade: Updating osd.4 2024-03-21T13:37:31.295 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:30 smithi192 bash[42088]: audit 2024-03-21T13:37:29.991076+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:31.295 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:30 smithi192 bash[42088]: audit 2024-03-21T13:37:30.009883+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:37:31.296 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:30 smithi192 bash[42088]: audit 2024-03-21T13:37:30.011712+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:31.296 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:30 smithi192 bash[42088]: cephadm 2024-03-21T13:37:30.018032+0000 mgr.y (mgr.25471) 264 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-03-21T13:37:31.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[53920]: cluster 2024-03-21T13:37:29.401531+0000 mgr.y (mgr.25471) 262 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:31.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[53920]: cephadm 2024-03-21T13:37:29.982226+0000 mgr.y (mgr.25471) 263 : cephadm [INF] Upgrade: Updating osd.4 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[53920]: audit 2024-03-21T13:37:29.991076+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[53920]: audit 2024-03-21T13:37:30.009883+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[53920]: audit 2024-03-21T13:37:30.011712+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[53920]: cephadm 2024-03-21T13:37:30.018032+0000 mgr.y (mgr.25471) 264 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[55321]: cluster 2024-03-21T13:37:29.401531+0000 mgr.y (mgr.25471) 262 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[55321]: cephadm 2024-03-21T13:37:29.982226+0000 mgr.y (mgr.25471) 263 : cephadm [INF] Upgrade: Updating osd.4 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[55321]: audit 2024-03-21T13:37:29.991076+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[55321]: audit 2024-03-21T13:37:30.009883+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[55321]: audit 2024-03-21T13:37:30.011712+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:30 smithi038 bash[55321]: cephadm 2024-03-21T13:37:30.018032+0000 mgr.y (mgr.25471) 264 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-03-21T13:37:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:33 smithi038 bash[53920]: cluster 2024-03-21T13:37:31.402933+0000 mgr.y (mgr.25471) 265 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:33 smithi038 bash[55321]: cluster 2024-03-21T13:37:31.402933+0000 mgr.y (mgr.25471) 265 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:33 smithi192 bash[42088]: cluster 2024-03-21T13:37:31.402933+0000 mgr.y (mgr.25471) 265 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:34.711 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:34 smithi192 systemd[1]: Stopping Ceph osd.4 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:37:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:35 smithi192 bash[42088]: cluster 2024-03-21T13:37:33.403921+0000 mgr.y (mgr.25471) 266 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:35 smithi192 bash[42088]: cluster 2024-03-21T13:37:34.782538+0000 mon.a (mon.0) 386 : cluster [INF] osd.4 marked itself down and dead 2024-03-21T13:37:35.211 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:34 smithi192 bash[17577]: debug 2024-03-21T13:37:34.776+0000 7f5ea84d2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:37:35.211 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:34 smithi192 bash[17577]: debug 2024-03-21T13:37:34.776+0000 7f5ea84d2700 -1 osd.4 124 *** Got signal Terminated *** 2024-03-21T13:37:35.211 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:34 smithi192 bash[17577]: debug 2024-03-21T13:37:34.776+0000 7f5ea84d2700 -1 osd.4 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:37:35.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:35 smithi038 bash[53920]: cluster 2024-03-21T13:37:33.403921+0000 mgr.y (mgr.25471) 266 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:35.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:35 smithi038 bash[53920]: cluster 2024-03-21T13:37:34.782538+0000 mon.a (mon.0) 386 : cluster [INF] osd.4 marked itself down and dead 2024-03-21T13:37:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:35 smithi038 bash[55321]: cluster 2024-03-21T13:37:33.403921+0000 mgr.y (mgr.25471) 266 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:37:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:35 smithi038 bash[55321]: cluster 2024-03-21T13:37:34.782538+0000 mon.a (mon.0) 386 : cluster [INF] osd.4 marked itself down and dead 2024-03-21T13:37:36.329 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:36 smithi192 bash[42088]: cluster 2024-03-21T13:37:35.011056+0000 mon.a (mon.0) 387 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:37:36.330 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:36 smithi192 bash[42088]: cluster 2024-03-21T13:37:35.052411+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e125: 8 total, 7 up, 8 in 2024-03-21T13:37:36.330 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:36 smithi192 bash[43937]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:37:36.330 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:36 smithi192 bash[44011]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:37:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:36 smithi038 bash[53920]: cluster 2024-03-21T13:37:35.011056+0000 mon.a (mon.0) 387 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:37:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:36 smithi038 bash[53920]: cluster 2024-03-21T13:37:35.052411+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e125: 8 total, 7 up, 8 in 2024-03-21T13:37:36.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:36 smithi038 bash[55321]: cluster 2024-03-21T13:37:35.011056+0000 mon.a (mon.0) 387 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:37:36.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:36 smithi038 bash[55321]: cluster 2024-03-21T13:37:35.052411+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e125: 8 total, 7 up, 8 in 2024-03-21T13:37:37.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:37:37] "GET /metrics HTTP/1.1" 200 38438 "" "Prometheus/2.33.4" 2024-03-21T13:37:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[53920]: cluster 2024-03-21T13:37:35.404789+0000 mgr.y (mgr.25471) 267 : cluster [DBG] pgmap v159: 161 pgs: 24 stale+active+clean, 137 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:37:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[53920]: audit 2024-03-21T13:37:36.008656+0000 mgr.y (mgr.25471) 268 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[53920]: cluster 2024-03-21T13:37:36.058516+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-21T13:37:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[55321]: cluster 2024-03-21T13:37:35.404789+0000 mgr.y (mgr.25471) 267 : cluster [DBG] pgmap v159: 161 pgs: 24 stale+active+clean, 137 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:37:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[55321]: audit 2024-03-21T13:37:36.008656+0000 mgr.y (mgr.25471) 268 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:37 smithi038 bash[55321]: cluster 2024-03-21T13:37:36.058516+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-21T13:37:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:37 smithi192 bash[42088]: cluster 2024-03-21T13:37:35.404789+0000 mgr.y (mgr.25471) 267 : cluster [DBG] pgmap v159: 161 pgs: 24 stale+active+clean, 137 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:37:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:37 smithi192 bash[42088]: audit 2024-03-21T13:37:36.008656+0000 mgr.y (mgr.25471) 268 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:37 smithi192 bash[42088]: cluster 2024-03-21T13:37:36.058516+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-21T13:37:38.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:38 smithi038 bash[53920]: cluster 2024-03-21T13:37:38.058209+0000 mon.a (mon.0) 390 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-03-21T13:37:38.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:38 smithi038 bash[53920]: cluster 2024-03-21T13:37:38.058286+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:38.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:38 smithi038 bash[55321]: cluster 2024-03-21T13:37:38.058209+0000 mon.a (mon.0) 390 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-03-21T13:37:38.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:38 smithi038 bash[55321]: cluster 2024-03-21T13:37:38.058286+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:38.460 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:38 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.4.service: Succeeded. 2024-03-21T13:37:38.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:38 smithi192 systemd[1]: Stopped Ceph osd.4 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:37:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:38 smithi192 bash[42088]: cluster 2024-03-21T13:37:38.058209+0000 mon.a (mon.0) 390 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-03-21T13:37:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:38 smithi192 bash[42088]: cluster 2024-03-21T13:37:38.058286+0000 mon.a (mon.0) 391 : cluster [WRN] Health check failed: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:38.961 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:38 smithi192 systemd[1]: Started Ceph osd.4 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:37:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:39 smithi038 bash[53920]: cluster 2024-03-21T13:37:37.406254+0000 mgr.y (mgr.25471) 269 : cluster [DBG] pgmap v161: 161 pgs: 8 active+undersized+degraded, 33 peering, 6 stale+active+clean, 11 active+undersized, 103 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2024-03-21T13:37:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:39 smithi038 bash[53920]: audit 2024-03-21T13:37:38.616303+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:39.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:39 smithi038 bash[53920]: audit 2024-03-21T13:37:38.629700+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:39 smithi038 bash[55321]: cluster 2024-03-21T13:37:37.406254+0000 mgr.y (mgr.25471) 269 : cluster [DBG] pgmap v161: 161 pgs: 8 active+undersized+degraded, 33 peering, 6 stale+active+clean, 11 active+undersized, 103 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2024-03-21T13:37:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:39 smithi038 bash[55321]: audit 2024-03-21T13:37:38.616303+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:39 smithi038 bash[55321]: audit 2024-03-21T13:37:38.629700+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:39 smithi192 bash[42088]: cluster 2024-03-21T13:37:37.406254+0000 mgr.y (mgr.25471) 269 : cluster [DBG] pgmap v161: 161 pgs: 8 active+undersized+degraded, 33 peering, 6 stale+active+clean, 11 active+undersized, 103 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2024-03-21T13:37:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:39 smithi192 bash[42088]: audit 2024-03-21T13:37:38.616303+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:39 smithi192 bash[42088]: audit 2024-03-21T13:37:38.629700+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-21T13:37:40.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[44181]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-21T13:37:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[42088]: cluster 2024-03-21T13:37:39.407767+0000 mgr.y (mgr.25471) 270 : cluster [DBG] pgmap v162: 161 pgs: 16 active+undersized+degraded, 33 peering, 20 active+undersized, 92 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2024-03-21T13:37:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[42088]: audit 2024-03-21T13:37:39.924699+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:40 smithi192 bash[42088]: audit 2024-03-21T13:37:39.927139+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:40 smithi038 bash[53920]: cluster 2024-03-21T13:37:39.407767+0000 mgr.y (mgr.25471) 270 : cluster [DBG] pgmap v162: 161 pgs: 16 active+undersized+degraded, 33 peering, 20 active+undersized, 92 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2024-03-21T13:37:41.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:40 smithi038 bash[53920]: audit 2024-03-21T13:37:39.924699+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:41.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:40 smithi038 bash[53920]: audit 2024-03-21T13:37:39.927139+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:40 smithi038 bash[55321]: cluster 2024-03-21T13:37:39.407767+0000 mgr.y (mgr.25471) 270 : cluster [DBG] pgmap v162: 161 pgs: 16 active+undersized+degraded, 33 peering, 20 active+undersized, 92 active+clean; 585 KiB data, 174 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2024-03-21T13:37:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:40 smithi038 bash[55321]: audit 2024-03-21T13:37:39.924699+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:40 smithi038 bash[55321]: audit 2024-03-21T13:37:39.927139+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:41 smithi192 bash[42088]: cluster 2024-03-21T13:37:41.924775+0000 mon.a (mon.0) 396 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 9 pgs peering) 2024-03-21T13:37:42.211 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:42 smithi192 bash[44497]: debug 2024-03-21T13:37:42.064+0000 7fc84e09b700 1 -- 172.21.15.192:0/1817255335 <== mon.0 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563910f47680 con 0x563910f84c00 2024-03-21T13:37:42.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:41 smithi038 bash[53920]: cluster 2024-03-21T13:37:41.924775+0000 mon.a (mon.0) 396 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 9 pgs peering) 2024-03-21T13:37:42.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:41 smithi038 bash[55321]: cluster 2024-03-21T13:37:41.924775+0000 mon.a (mon.0) 396 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 9 pgs peering) 2024-03-21T13:37:42.961 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:42 smithi192 bash[44497]: debug 2024-03-21T13:37:42.604+0000 7fc8572337c0 -1 Falling back to public interface 2024-03-21T13:37:43.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:42 smithi038 bash[53920]: cluster 2024-03-21T13:37:41.409432+0000 mgr.y (mgr.25471) 271 : cluster [DBG] pgmap v163: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:42 smithi038 bash[55321]: cluster 2024-03-21T13:37:41.409432+0000 mgr.y (mgr.25471) 271 : cluster [DBG] pgmap v163: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:42 smithi192 bash[42088]: cluster 2024-03-21T13:37:41.409432+0000 mgr.y (mgr.25471) 271 : cluster [DBG] pgmap v163: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:45.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[53920]: cluster 2024-03-21T13:37:43.410727+0000 mgr.y (mgr.25471) 272 : cluster [DBG] pgmap v164: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:45.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[53920]: cluster 2024-03-21T13:37:44.657932+0000 mon.a (mon.0) 397 : cluster [WRN] Health check update: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[53920]: audit 2024-03-21T13:37:44.903589+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[53920]: audit 2024-03-21T13:37:44.918672+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[55321]: cluster 2024-03-21T13:37:43.410727+0000 mgr.y (mgr.25471) 272 : cluster [DBG] pgmap v164: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[55321]: cluster 2024-03-21T13:37:44.657932+0000 mon.a (mon.0) 397 : cluster [WRN] Health check update: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[55321]: audit 2024-03-21T13:37:44.903589+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:44 smithi038 bash[55321]: audit 2024-03-21T13:37:44.918672+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:44 smithi192 bash[42088]: cluster 2024-03-21T13:37:43.410727+0000 mgr.y (mgr.25471) 272 : cluster [DBG] pgmap v164: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:44 smithi192 bash[42088]: cluster 2024-03-21T13:37:44.657932+0000 mon.a (mon.0) 397 : cluster [WRN] Health check update: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:44 smithi192 bash[42088]: audit 2024-03-21T13:37:44.903589+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:44 smithi192 bash[42088]: audit 2024-03-21T13:37:44.918672+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:45.961 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:45 smithi192 bash[44497]: debug 2024-03-21T13:37:45.648+0000 7fc8572337c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-21T13:37:45.961 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:45 smithi192 bash[44497]: debug 2024-03-21T13:37:45.696+0000 7fc8572337c0 -1 osd.4 124 log_to_monitors true 2024-03-21T13:37:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[53920]: audit 2024-03-21T13:37:45.705573+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:37:46.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[53920]: audit 2024-03-21T13:37:45.705929+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:37:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[53920]: audit 2024-03-21T13:37:45.965367+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[53920]: audit 2024-03-21T13:37:45.975781+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[55321]: audit 2024-03-21T13:37:45.705573+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:37:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[55321]: audit 2024-03-21T13:37:45.705929+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:37:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[55321]: audit 2024-03-21T13:37:45.965367+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:46.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:46 smithi038 bash[55321]: audit 2024-03-21T13:37:45.975781+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:46.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:37:46 smithi192 bash[44497]: debug 2024-03-21T13:37:46.052+0000 7fc84868b700 -1 osd.4 124 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:37:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:46 smithi192 bash[42088]: audit 2024-03-21T13:37:45.705573+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:37:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:46 smithi192 bash[42088]: audit 2024-03-21T13:37:45.705929+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:37:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:46 smithi192 bash[42088]: audit 2024-03-21T13:37:45.965367+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:46 smithi192 bash[42088]: audit 2024-03-21T13:37:45.975781+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:46.481 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (6m) 31s ago 14m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 2s ago 13m - - 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (5m) 31s ago 11m 48.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (4m) 2s ago 20m 444M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (5m) 31s ago 22m 502M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (4m) 31s ago 22m 53.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (3m) 2s ago 20m 40.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:37:47.293 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (3m) 31s ago 20m 45.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (6m) 31s ago 14m 12.5M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (6m) 2s ago 14m 12.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (2m) 31s ago 19m 51.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (98s) 31s ago 18m 50.9M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (67s) 31s ago 18m 47.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (36s) 31s ago 17m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (6s) 2s ago 17m - 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (16m) 2s ago 16m 63.0M 3037M 17.2.0 e1d6a67b021e 47d5e9d44623 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (15m) 2s ago 15m 60.9M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (15m) 2s ago 15m 64.7M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (5m) 2s ago 14m 69.5M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (12m) 31s ago 12m 88.4M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (12m) 2s ago 12m 88.4M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (11m) 31s ago 11m 87.8M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:37:47.294 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (11m) 2s ago 11m 87.7M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:37:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[53920]: cluster 2024-03-21T13:37:45.412633+0000 mgr.y (mgr.25471) 273 : cluster [DBG] pgmap v165: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[53920]: audit 2024-03-21T13:37:45.998204+0000 mon.a (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:37:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[53920]: cluster 2024-03-21T13:37:46.004928+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-21T13:37:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[53920]: audit 2024-03-21T13:37:46.007791+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:37:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[53920]: audit 2024-03-21T13:37:46.009207+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:37:47.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[53920]: audit 2024-03-21T13:37:46.018363+0000 mgr.y (mgr.25471) 274 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:47.296 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[55321]: cluster 2024-03-21T13:37:45.412633+0000 mgr.y (mgr.25471) 273 : cluster [DBG] pgmap v165: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:47.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[55321]: audit 2024-03-21T13:37:45.998204+0000 mon.a (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:37:47.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[55321]: cluster 2024-03-21T13:37:46.004928+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-21T13:37:47.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[55321]: audit 2024-03-21T13:37:46.007791+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:37:47.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[55321]: audit 2024-03-21T13:37:46.009207+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:37:47.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[55321]: audit 2024-03-21T13:37:46.018363+0000 mgr.y (mgr.25471) 274 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:47 smithi192 bash[42088]: cluster 2024-03-21T13:37:45.412633+0000 mgr.y (mgr.25471) 273 : cluster [DBG] pgmap v165: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2024-03-21T13:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:47 smithi192 bash[42088]: audit 2024-03-21T13:37:45.998204+0000 mon.a (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:47 smithi192 bash[42088]: cluster 2024-03-21T13:37:46.004928+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-21T13:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:47 smithi192 bash[42088]: audit 2024-03-21T13:37:46.007791+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:47 smithi192 bash[42088]: audit 2024-03-21T13:37:46.009207+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:47 smithi192 bash[42088]: audit 2024-03-21T13:37:46.018363+0000 mgr.y (mgr.25471) 274 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:37:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:37:47] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2024-03-21T13:37:47.761 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:37:47.761 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-21T13:37:47.762 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 10 2024-03-21T13:37:47.763 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:37:47.763 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:37:48.187 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:37:48.187 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "10/23 daemons upgraded", 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:37:48.188 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: audit 2024-03-21T13:37:46.465357+0000 mgr.y (mgr.25471) 275 : audit [DBG] from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: audit 2024-03-21T13:37:46.865356+0000 mgr.y (mgr.25471) 276 : audit [DBG] from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: cluster 2024-03-21T13:37:46.998990+0000 mon.a (mon.0) 406 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: cluster 2024-03-21T13:37:47.014454+0000 mon.a (mon.0) 407 : cluster [INF] osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349] boot 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: cluster 2024-03-21T13:37:47.014543+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e128: 8 total, 8 up, 8 in 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: audit 2024-03-21T13:37:47.023779+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[53920]: audit 2024-03-21T13:37:47.760501+0000 mon.a (mon.0) 410 : audit [DBG] from='client.? 172.21.15.38:0/196739878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: audit 2024-03-21T13:37:46.465357+0000 mgr.y (mgr.25471) 275 : audit [DBG] from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: audit 2024-03-21T13:37:46.865356+0000 mgr.y (mgr.25471) 276 : audit [DBG] from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: cluster 2024-03-21T13:37:46.998990+0000 mon.a (mon.0) 406 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: cluster 2024-03-21T13:37:47.014454+0000 mon.a (mon.0) 407 : cluster [INF] osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349] boot 2024-03-21T13:37:48.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: cluster 2024-03-21T13:37:47.014543+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e128: 8 total, 8 up, 8 in 2024-03-21T13:37:48.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: audit 2024-03-21T13:37:47.023779+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:37:48.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:48 smithi038 bash[55321]: audit 2024-03-21T13:37:47.760501+0000 mon.a (mon.0) 410 : audit [DBG] from='client.? 172.21.15.38:0/196739878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: audit 2024-03-21T13:37:46.465357+0000 mgr.y (mgr.25471) 275 : audit [DBG] from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: audit 2024-03-21T13:37:46.865356+0000 mgr.y (mgr.25471) 276 : audit [DBG] from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: cluster 2024-03-21T13:37:46.998990+0000 mon.a (mon.0) 406 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: cluster 2024-03-21T13:37:47.014454+0000 mon.a (mon.0) 407 : cluster [INF] osd.4 [v2:172.21.15.192:6800/1655936349,v1:172.21.15.192:6801/1655936349] boot 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: cluster 2024-03-21T13:37:47.014543+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e128: 8 total, 8 up, 8 in 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: audit 2024-03-21T13:37:47.023779+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:37:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:48 smithi192 bash[42088]: audit 2024-03-21T13:37:47.760501+0000 mon.a (mon.0) 410 : audit [DBG] from='client.? 172.21.15.38:0/196739878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:48.654 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 102/630 objects degraded (16.190%), 27 pgs degraded 2024-03-21T13:37:48.654 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:37:48.654 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 102/630 objects degraded (16.190%), 27 pgs degraded 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.6 is active+undersized+degraded, acting [1,6] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.13 is active+undersized+degraded, acting [0,3] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 2.18 is active+undersized+degraded, acting [5,7] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2024-03-21T13:37:48.655 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.d is active+undersized+degraded, acting [2,5] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.c is active+undersized+degraded, acting [1,0] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2024-03-21T13:37:48.656 INFO:teuthology.orchestra.run.smithi038.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[53920]: audit 2024-03-21T13:37:47.269188+0000 mgr.y (mgr.25471) 277 : audit [DBG] from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[53920]: cluster 2024-03-21T13:37:47.413919+0000 mgr.y (mgr.25471) 278 : cluster [DBG] pgmap v168: 161 pgs: 1 peering, 27 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 102/630 objects degraded (16.190%) 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[53920]: cluster 2024-03-21T13:37:48.032756+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e129: 8 total, 8 up, 8 in 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[53920]: audit 2024-03-21T13:37:48.185704+0000 mgr.y (mgr.25471) 279 : audit [DBG] from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[53920]: audit 2024-03-21T13:37:48.653687+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.38:0/3902032936' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[55321]: audit 2024-03-21T13:37:47.269188+0000 mgr.y (mgr.25471) 277 : audit [DBG] from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[55321]: cluster 2024-03-21T13:37:47.413919+0000 mgr.y (mgr.25471) 278 : cluster [DBG] pgmap v168: 161 pgs: 1 peering, 27 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 102/630 objects degraded (16.190%) 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[55321]: cluster 2024-03-21T13:37:48.032756+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e129: 8 total, 8 up, 8 in 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[55321]: audit 2024-03-21T13:37:48.185704+0000 mgr.y (mgr.25471) 279 : audit [DBG] from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:49 smithi038 bash[55321]: audit 2024-03-21T13:37:48.653687+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.38:0/3902032936' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:37:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:49 smithi192 bash[42088]: audit 2024-03-21T13:37:47.269188+0000 mgr.y (mgr.25471) 277 : audit [DBG] from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:49 smithi192 bash[42088]: cluster 2024-03-21T13:37:47.413919+0000 mgr.y (mgr.25471) 278 : cluster [DBG] pgmap v168: 161 pgs: 1 peering, 27 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 102/630 objects degraded (16.190%) 2024-03-21T13:37:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:49 smithi192 bash[42088]: cluster 2024-03-21T13:37:48.032756+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e129: 8 total, 8 up, 8 in 2024-03-21T13:37:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:49 smithi192 bash[42088]: audit 2024-03-21T13:37:48.185704+0000 mgr.y (mgr.25471) 279 : audit [DBG] from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:37:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:49 smithi192 bash[42088]: audit 2024-03-21T13:37:48.653687+0000 mon.a (mon.0) 412 : audit [DBG] from='client.? 172.21.15.38:0/3902032936' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:37:50.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:50 smithi038 bash[53920]: cluster 2024-03-21T13:37:49.659089+0000 mon.a (mon.0) 413 : cluster [WRN] Health check update: Degraded data redundancy: 102/630 objects degraded (16.190%), 27 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:50.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:50 smithi038 bash[55321]: cluster 2024-03-21T13:37:49.659089+0000 mon.a (mon.0) 413 : cluster [WRN] Health check update: Degraded data redundancy: 102/630 objects degraded (16.190%), 27 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:50.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:50 smithi192 bash[42088]: cluster 2024-03-21T13:37:49.659089+0000 mon.a (mon.0) 413 : cluster [WRN] Health check update: Degraded data redundancy: 102/630 objects degraded (16.190%), 27 pgs degraded (PG_DEGRADED) 2024-03-21T13:37:51.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:51 smithi038 bash[53920]: cluster 2024-03-21T13:37:49.415280+0000 mgr.y (mgr.25471) 280 : cluster [DBG] pgmap v170: 161 pgs: 1 peering, 23 active+undersized+degraded, 34 active+undersized, 103 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 92/630 objects degraded (14.603%) 2024-03-21T13:37:51.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:51 smithi038 bash[55321]: cluster 2024-03-21T13:37:49.415280+0000 mgr.y (mgr.25471) 280 : cluster [DBG] pgmap v170: 161 pgs: 1 peering, 23 active+undersized+degraded, 34 active+undersized, 103 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 92/630 objects degraded (14.603%) 2024-03-21T13:37:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:51 smithi192 bash[42088]: cluster 2024-03-21T13:37:49.415280+0000 mgr.y (mgr.25471) 280 : cluster [DBG] pgmap v170: 161 pgs: 1 peering, 23 active+undersized+degraded, 34 active+undersized, 103 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 92/630 objects degraded (14.603%) 2024-03-21T13:37:53.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:53 smithi038 bash[53920]: cluster 2024-03-21T13:37:51.416776+0000 mgr.y (mgr.25471) 281 : cluster [DBG] pgmap v171: 161 pgs: 1 peering, 3 active+undersized+degraded, 3 active+undersized, 154 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 10/630 objects degraded (1.587%) 2024-03-21T13:37:53.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:53 smithi038 bash[55321]: cluster 2024-03-21T13:37:51.416776+0000 mgr.y (mgr.25471) 281 : cluster [DBG] pgmap v171: 161 pgs: 1 peering, 3 active+undersized+degraded, 3 active+undersized, 154 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 10/630 objects degraded (1.587%) 2024-03-21T13:37:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:53 smithi192 bash[42088]: cluster 2024-03-21T13:37:51.416776+0000 mgr.y (mgr.25471) 281 : cluster [DBG] pgmap v171: 161 pgs: 1 peering, 3 active+undersized+degraded, 3 active+undersized, 154 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 10/630 objects degraded (1.587%) 2024-03-21T13:37:54.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:54 smithi038 bash[53920]: cluster 2024-03-21T13:37:54.066631+0000 mon.a (mon.0) 414 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 3 pgs degraded) 2024-03-21T13:37:54.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:54 smithi038 bash[55321]: cluster 2024-03-21T13:37:54.066631+0000 mon.a (mon.0) 414 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 3 pgs degraded) 2024-03-21T13:37:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:54 smithi192 bash[42088]: cluster 2024-03-21T13:37:54.066631+0000 mon.a (mon.0) 414 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 3 pgs degraded) 2024-03-21T13:37:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:55 smithi038 bash[53920]: cluster 2024-03-21T13:37:53.417740+0000 mgr.y (mgr.25471) 282 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:37:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:55 smithi038 bash[53920]: audit 2024-03-21T13:37:54.925182+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:55.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:55 smithi038 bash[53920]: audit 2024-03-21T13:37:54.927315+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:55 smithi038 bash[55321]: cluster 2024-03-21T13:37:53.417740+0000 mgr.y (mgr.25471) 282 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:37:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:55 smithi038 bash[55321]: audit 2024-03-21T13:37:54.925182+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:55 smithi038 bash[55321]: audit 2024-03-21T13:37:54.927315+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:55.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:55 smithi192 bash[42088]: cluster 2024-03-21T13:37:53.417740+0000 mgr.y (mgr.25471) 282 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:37:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:55 smithi192 bash[42088]: audit 2024-03-21T13:37:54.925182+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:55 smithi192 bash[42088]: audit 2024-03-21T13:37:54.927315+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: cluster 2024-03-21T13:37:55.418762+0000 mgr.y (mgr.25471) 283 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.776634+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.787207+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.789283+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.790885+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: cluster 2024-03-21T13:37:55.793706+0000 mgr.y (mgr.25471) 284 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: cluster 2024-03-21T13:37:55.794244+0000 mgr.y (mgr.25471) 285 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 659 B/s rd, 0 op/s 2024-03-21T13:37:57.099 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.801481+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.892292+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.895648+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.898465+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.900612+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.903083+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:55.903380+0000 mgr.y (mgr.25471) 286 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: cephadm 2024-03-21T13:37:55.904976+0000 mgr.y (mgr.25471) 287 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-21T13:37:57.100 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:56 smithi192 bash[42088]: audit 2024-03-21T13:37:56.029383+0000 mgr.y (mgr.25471) 288 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: cluster 2024-03-21T13:37:55.418762+0000 mgr.y (mgr.25471) 283 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.776634+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.787207+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.789283+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.790885+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: cluster 2024-03-21T13:37:55.793706+0000 mgr.y (mgr.25471) 284 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: cluster 2024-03-21T13:37:55.794244+0000 mgr.y (mgr.25471) 285 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 659 B/s rd, 0 op/s 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.801481+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.892292+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.895648+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.898465+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.900612+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.903083+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:55.903380+0000 mgr.y (mgr.25471) 286 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: cephadm 2024-03-21T13:37:55.904976+0000 mgr.y (mgr.25471) 287 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[53920]: audit 2024-03-21T13:37:56.029383+0000 mgr.y (mgr.25471) 288 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: cluster 2024-03-21T13:37:55.418762+0000 mgr.y (mgr.25471) 283 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 608 B/s rd, 0 op/s 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.776634+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.787207+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.789283+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.790885+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: cluster 2024-03-21T13:37:55.793706+0000 mgr.y (mgr.25471) 284 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: cluster 2024-03-21T13:37:55.794244+0000 mgr.y (mgr.25471) 285 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 659 B/s rd, 0 op/s 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.801481+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.892292+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.895648+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.898465+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.900612+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:37:57.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.903083+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:37:57.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:55.903380+0000 mgr.y (mgr.25471) 286 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:37:57.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: cephadm 2024-03-21T13:37:55.904976+0000 mgr.y (mgr.25471) 287 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-21T13:37:57.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:56 smithi038 bash[55321]: audit 2024-03-21T13:37:56.029383+0000 mgr.y (mgr.25471) 288 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:37:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:37:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:37:57] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2024-03-21T13:37:59.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:59 smithi192 bash[42088]: cluster 2024-03-21T13:37:57.796023+0000 mgr.y (mgr.25471) 289 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:37:59.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:59 smithi192 bash[42088]: cephadm 2024-03-21T13:37:58.124718+0000 mgr.y (mgr.25471) 290 : cephadm [INF] Upgrade: Updating osd.5 2024-03-21T13:37:59.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:59 smithi192 bash[42088]: audit 2024-03-21T13:37:58.136014+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:59.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:59 smithi192 bash[42088]: audit 2024-03-21T13:37:58.141257+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:37:59.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:59 smithi192 bash[42088]: audit 2024-03-21T13:37:58.143035+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:59.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:37:59 smithi192 bash[42088]: cephadm 2024-03-21T13:37:58.148790+0000 mgr.y (mgr.25471) 291 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-03-21T13:37:59.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[53920]: cluster 2024-03-21T13:37:57.796023+0000 mgr.y (mgr.25471) 289 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:37:59.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[53920]: cephadm 2024-03-21T13:37:58.124718+0000 mgr.y (mgr.25471) 290 : cephadm [INF] Upgrade: Updating osd.5 2024-03-21T13:37:59.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[53920]: audit 2024-03-21T13:37:58.136014+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:59.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[53920]: audit 2024-03-21T13:37:58.141257+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[53920]: audit 2024-03-21T13:37:58.143035+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[53920]: cephadm 2024-03-21T13:37:58.148790+0000 mgr.y (mgr.25471) 291 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[55321]: cluster 2024-03-21T13:37:57.796023+0000 mgr.y (mgr.25471) 289 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[55321]: cephadm 2024-03-21T13:37:58.124718+0000 mgr.y (mgr.25471) 290 : cephadm [INF] Upgrade: Updating osd.5 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[55321]: audit 2024-03-21T13:37:58.136014+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[55321]: audit 2024-03-21T13:37:58.141257+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[55321]: audit 2024-03-21T13:37:58.143035+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:37:59.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:37:59 smithi038 bash[55321]: cephadm 2024-03-21T13:37:58.148790+0000 mgr.y (mgr.25471) 291 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-03-21T13:38:01.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:01 smithi192 bash[42088]: cluster 2024-03-21T13:37:59.797231+0000 mgr.y (mgr.25471) 292 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:38:01.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:01 smithi192 bash[42088]: audit 2024-03-21T13:38:00.176082+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:01.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:01 smithi038 bash[53920]: cluster 2024-03-21T13:37:59.797231+0000 mgr.y (mgr.25471) 292 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:38:01.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:01 smithi038 bash[53920]: audit 2024-03-21T13:38:00.176082+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:01.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:01 smithi038 bash[55321]: cluster 2024-03-21T13:37:59.797231+0000 mgr.y (mgr.25471) 292 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:38:01.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:01 smithi038 bash[55321]: audit 2024-03-21T13:38:00.176082+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:02.695 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:02 smithi192 systemd[1]: Stopping Ceph osd.5 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:38:02.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:02 smithi192 bash[20698]: debug 2024-03-21T13:38:02.691+0000 7f143a748700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:38:02.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:02 smithi192 bash[20698]: debug 2024-03-21T13:38:02.691+0000 7f143a748700 -1 osd.5 129 *** Got signal Terminated *** 2024-03-21T13:38:02.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:02 smithi192 bash[20698]: debug 2024-03-21T13:38:02.691+0000 7f143a748700 -1 osd.5 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:38:03.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:03 smithi038 bash[53920]: cluster 2024-03-21T13:38:01.798769+0000 mgr.y (mgr.25471) 293 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:03.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:03 smithi038 bash[53920]: cluster 2024-03-21T13:38:02.695995+0000 mon.a (mon.0) 431 : cluster [INF] osd.5 marked itself down and dead 2024-03-21T13:38:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:03 smithi038 bash[55321]: cluster 2024-03-21T13:38:01.798769+0000 mgr.y (mgr.25471) 293 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:03.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:03 smithi038 bash[55321]: cluster 2024-03-21T13:38:02.695995+0000 mon.a (mon.0) 431 : cluster [INF] osd.5 marked itself down and dead 2024-03-21T13:38:03.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:03 smithi192 bash[42088]: cluster 2024-03-21T13:38:01.798769+0000 mgr.y (mgr.25471) 293 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:03.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:03 smithi192 bash[42088]: cluster 2024-03-21T13:38:02.695995+0000 mon.a (mon.0) 431 : cluster [INF] osd.5 marked itself down and dead 2024-03-21T13:38:04.461 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:04 smithi192 bash[45961]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:38:04.461 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:04 smithi192 bash[46036]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:38:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:04 smithi192 bash[42088]: cluster 2024-03-21T13:38:03.189289+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:38:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:04 smithi192 bash[42088]: cluster 2024-03-21T13:38:03.207324+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-21T13:38:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:04 smithi192 bash[42088]: cluster 2024-03-21T13:38:03.799528+0000 mgr.y (mgr.25471) 294 : cluster [DBG] pgmap v180: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:04 smithi192 bash[42088]: cluster 2024-03-21T13:38:04.222401+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-21T13:38:04.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[53920]: cluster 2024-03-21T13:38:03.189289+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[53920]: cluster 2024-03-21T13:38:03.207324+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[53920]: cluster 2024-03-21T13:38:03.799528+0000 mgr.y (mgr.25471) 294 : cluster [DBG] pgmap v180: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[53920]: cluster 2024-03-21T13:38:04.222401+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[55321]: cluster 2024-03-21T13:38:03.189289+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[55321]: cluster 2024-03-21T13:38:03.207324+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[55321]: cluster 2024-03-21T13:38:03.799528+0000 mgr.y (mgr.25471) 294 : cluster [DBG] pgmap v180: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:04.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:04 smithi038 bash[55321]: cluster 2024-03-21T13:38:04.222401+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-21T13:38:06.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:05 smithi192 bash[42088]: cluster 2024-03-21T13:38:05.852481+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-03-21T13:38:06.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:05 smithi038 bash[53920]: cluster 2024-03-21T13:38:05.852481+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-03-21T13:38:06.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:05 smithi038 bash[55321]: cluster 2024-03-21T13:38:05.852481+0000 mon.a (mon.0) 435 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-03-21T13:38:06.808 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:06 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.5.service: Succeeded. 2024-03-21T13:38:06.808 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:06 smithi192 systemd[1]: Stopped Ceph osd.5 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:38:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:06 smithi192 bash[42088]: cluster 2024-03-21T13:38:05.800389+0000 mgr.y (mgr.25471) 295 : cluster [DBG] pgmap v182: 161 pgs: 18 peering, 15 stale+active+clean, 128 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:38:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:06 smithi192 bash[42088]: audit 2024-03-21T13:38:06.031984+0000 mgr.y (mgr.25471) 296 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:06 smithi192 bash[42088]: audit 2024-03-21T13:38:06.862221+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:06 smithi192 bash[42088]: audit 2024-03-21T13:38:06.872891+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:07.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:06 smithi192 systemd[1]: Started Ceph osd.5 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:38:07.293 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[53920]: cluster 2024-03-21T13:38:05.800389+0000 mgr.y (mgr.25471) 295 : cluster [DBG] pgmap v182: 161 pgs: 18 peering, 15 stale+active+clean, 128 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[53920]: audit 2024-03-21T13:38:06.031984+0000 mgr.y (mgr.25471) 296 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[53920]: audit 2024-03-21T13:38:06.862221+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[53920]: audit 2024-03-21T13:38:06.872891+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[55321]: cluster 2024-03-21T13:38:05.800389+0000 mgr.y (mgr.25471) 295 : cluster [DBG] pgmap v182: 161 pgs: 18 peering, 15 stale+active+clean, 128 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[55321]: audit 2024-03-21T13:38:06.031984+0000 mgr.y (mgr.25471) 296 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[55321]: audit 2024-03-21T13:38:06.862221+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:07.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:06 smithi038 bash[55321]: audit 2024-03-21T13:38:06.872891+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:07.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:38:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:38:07] "GET /metrics HTTP/1.1" 200 38518 "" "Prometheus/2.33.4" 2024-03-21T13:38:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:07 smithi192 bash[42088]: cluster 2024-03-21T13:38:07.907921+0000 mon.a (mon.0) 438 : cluster [WRN] Health check failed: Degraded data redundancy: 64/630 objects degraded (10.159%), 19 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:08.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:07 smithi038 bash[53920]: cluster 2024-03-21T13:38:07.907921+0000 mon.a (mon.0) 438 : cluster [WRN] Health check failed: Degraded data redundancy: 64/630 objects degraded (10.159%), 19 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:08.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:07 smithi038 bash[55321]: cluster 2024-03-21T13:38:07.907921+0000 mon.a (mon.0) 438 : cluster [WRN] Health check failed: Degraded data redundancy: 64/630 objects degraded (10.159%), 19 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-21T13:38:08.961 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[46201]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-21T13:38:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:08 smithi192 bash[42088]: cluster 2024-03-21T13:38:07.802301+0000 mgr.y (mgr.25471) 297 : cluster [DBG] pgmap v183: 161 pgs: 19 active+undersized+degraded, 18 peering, 22 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 64/630 objects degraded (10.159%) 2024-03-21T13:38:09.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:08 smithi038 bash[53920]: cluster 2024-03-21T13:38:07.802301+0000 mgr.y (mgr.25471) 297 : cluster [DBG] pgmap v183: 161 pgs: 19 active+undersized+degraded, 18 peering, 22 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 64/630 objects degraded (10.159%) 2024-03-21T13:38:09.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:08 smithi038 bash[55321]: cluster 2024-03-21T13:38:07.802301+0000 mgr.y (mgr.25471) 297 : cluster [DBG] pgmap v183: 161 pgs: 19 active+undersized+degraded, 18 peering, 22 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 64/630 objects degraded (10.159%) 2024-03-21T13:38:10.711 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:10 smithi192 bash[46482]: debug 2024-03-21T13:38:10.363+0000 7fdbf22e3700 1 -- 172.21.15.192:0/2857574841 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d47d5cf680 con 0x55d47d60cc00 2024-03-21T13:38:11.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:10 smithi192 bash[46482]: debug 2024-03-21T13:38:10.907+0000 7fdbfb47b7c0 -1 Falling back to public interface 2024-03-21T13:38:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:10 smithi192 bash[42088]: cluster 2024-03-21T13:38:09.803678+0000 mgr.y (mgr.25471) 298 : cluster [DBG] pgmap v184: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:10 smithi192 bash[42088]: audit 2024-03-21T13:38:09.926025+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:10 smithi192 bash[42088]: audit 2024-03-21T13:38:09.928127+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:10 smithi192 bash[42088]: cluster 2024-03-21T13:38:09.963803+0000 mon.a (mon.0) 441 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-03-21T13:38:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[53920]: cluster 2024-03-21T13:38:09.803678+0000 mgr.y (mgr.25471) 298 : cluster [DBG] pgmap v184: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[53920]: audit 2024-03-21T13:38:09.926025+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[53920]: audit 2024-03-21T13:38:09.928127+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:11.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[53920]: cluster 2024-03-21T13:38:09.963803+0000 mon.a (mon.0) 441 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-03-21T13:38:11.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[55321]: cluster 2024-03-21T13:38:09.803678+0000 mgr.y (mgr.25471) 298 : cluster [DBG] pgmap v184: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:11.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[55321]: audit 2024-03-21T13:38:09.926025+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:11.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[55321]: audit 2024-03-21T13:38:09.928127+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:11.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:10 smithi038 bash[55321]: cluster 2024-03-21T13:38:09.963803+0000 mon.a (mon.0) 441 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-03-21T13:38:13.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:12 smithi192 bash[42088]: cluster 2024-03-21T13:38:11.805354+0000 mgr.y (mgr.25471) 299 : cluster [DBG] pgmap v185: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:12 smithi038 bash[53920]: cluster 2024-03-21T13:38:11.805354+0000 mgr.y (mgr.25471) 299 : cluster [DBG] pgmap v185: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:12 smithi038 bash[55321]: cluster 2024-03-21T13:38:11.805354+0000 mgr.y (mgr.25471) 299 : cluster [DBG] pgmap v185: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:13.934 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:13 smithi192 bash[46482]: debug 2024-03-21T13:38:13.671+0000 7fdbfb47b7c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-21T13:38:13.934 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:13 smithi192 bash[46482]: debug 2024-03-21T13:38:13.711+0000 7fdbfb47b7c0 -1 osd.5 129 log_to_monitors true 2024-03-21T13:38:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:13 smithi192 bash[42088]: audit 2024-03-21T13:38:13.721191+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:38:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:13 smithi192 bash[42088]: audit 2024-03-21T13:38:13.721426+0000 mon.a (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:38:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:13 smithi038 bash[53920]: audit 2024-03-21T13:38:13.721191+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:38:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:13 smithi038 bash[53920]: audit 2024-03-21T13:38:13.721426+0000 mon.a (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:38:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:13 smithi038 bash[55321]: audit 2024-03-21T13:38:13.721191+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:38:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:13 smithi038 bash[55321]: audit 2024-03-21T13:38:13.721426+0000 mon.a (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:38:14.951 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[46482]: debug 2024-03-21T13:38:14.463+0000 7fdbe88cb700 -1 osd.5 129 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: cluster 2024-03-21T13:38:13.806583+0000 mgr.y (mgr.25471) 300 : cluster [DBG] pgmap v186: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: audit 2024-03-21T13:38:13.943081+0000 mon.a (mon.0) 443 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: cluster 2024-03-21T13:38:13.948854+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: audit 2024-03-21T13:38:13.951498+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: audit 2024-03-21T13:38:13.951683+0000 mon.a (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: audit 2024-03-21T13:38:14.135257+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: audit 2024-03-21T13:38:14.233255+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: audit 2024-03-21T13:38:14.455033+0000 mon.a (mon.0) 448 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-21T13:38:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:14 smithi192 bash[42088]: cluster 2024-03-21T13:38:14.664887+0000 mon.a (mon.0) 449 : cluster [WRN] Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: cluster 2024-03-21T13:38:13.806583+0000 mgr.y (mgr.25471) 300 : cluster [DBG] pgmap v186: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: audit 2024-03-21T13:38:13.943081+0000 mon.a (mon.0) 443 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: cluster 2024-03-21T13:38:13.948854+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: audit 2024-03-21T13:38:13.951498+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: audit 2024-03-21T13:38:13.951683+0000 mon.a (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: audit 2024-03-21T13:38:14.135257+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: audit 2024-03-21T13:38:14.233255+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: audit 2024-03-21T13:38:14.455033+0000 mon.a (mon.0) 448 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-21T13:38:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[53920]: cluster 2024-03-21T13:38:14.664887+0000 mon.a (mon.0) 449 : cluster [WRN] Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: cluster 2024-03-21T13:38:13.806583+0000 mgr.y (mgr.25471) 300 : cluster [DBG] pgmap v186: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: audit 2024-03-21T13:38:13.943081+0000 mon.a (mon.0) 443 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: cluster 2024-03-21T13:38:13.948854+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: audit 2024-03-21T13:38:13.951498+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: audit 2024-03-21T13:38:13.951683+0000 mon.a (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: audit 2024-03-21T13:38:14.135257+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: audit 2024-03-21T13:38:14.233255+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: audit 2024-03-21T13:38:14.455033+0000 mon.a (mon.0) 448 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-21T13:38:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:14 smithi038 bash[55321]: cluster 2024-03-21T13:38:14.664887+0000 mon.a (mon.0) 449 : cluster [WRN] Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: audit 2024-03-21T13:38:15.349167+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: audit 2024-03-21T13:38:15.365880+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: cluster 2024-03-21T13:38:15.451668+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: cluster 2024-03-21T13:38:15.462072+0000 mon.a (mon.0) 453 : cluster [INF] osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072] boot 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: cluster 2024-03-21T13:38:15.462219+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: audit 2024-03-21T13:38:15.463166+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: cluster 2024-03-21T13:38:15.807745+0000 mgr.y (mgr.25471) 301 : cluster [DBG] pgmap v189: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[55321]: audit 2024-03-21T13:38:16.043296+0000 mgr.y (mgr.25471) 302 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: audit 2024-03-21T13:38:15.349167+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: audit 2024-03-21T13:38:15.365880+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:16.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: cluster 2024-03-21T13:38:15.451668+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:38:16.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: cluster 2024-03-21T13:38:15.462072+0000 mon.a (mon.0) 453 : cluster [INF] osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072] boot 2024-03-21T13:38:16.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: cluster 2024-03-21T13:38:15.462219+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-21T13:38:16.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: audit 2024-03-21T13:38:15.463166+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:38:16.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: cluster 2024-03-21T13:38:15.807745+0000 mgr.y (mgr.25471) 301 : cluster [DBG] pgmap v189: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2024-03-21T13:38:16.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:16 smithi038 bash[53920]: audit 2024-03-21T13:38:16.043296+0000 mgr.y (mgr.25471) 302 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: audit 2024-03-21T13:38:15.349167+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: audit 2024-03-21T13:38:15.365880+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: cluster 2024-03-21T13:38:15.451668+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: cluster 2024-03-21T13:38:15.462072+0000 mon.a (mon.0) 453 : cluster [INF] osd.5 [v2:172.21.15.192:6808/4024755072,v1:172.21.15.192:6809/4024755072] boot 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: cluster 2024-03-21T13:38:15.462219+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: audit 2024-03-21T13:38:15.463166+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: cluster 2024-03-21T13:38:15.807745+0000 mgr.y (mgr.25471) 301 : cluster [DBG] pgmap v189: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 213 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2024-03-21T13:38:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:16 smithi192 bash[42088]: audit 2024-03-21T13:38:16.043296+0000 mgr.y (mgr.25471) 302 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:38:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:38:17] "GET /metrics HTTP/1.1" 200 38526 "" "Prometheus/2.33.4" 2024-03-21T13:38:17.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:17 smithi038 bash[55321]: cluster 2024-03-21T13:38:16.492010+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e134: 8 total, 8 up, 8 in 2024-03-21T13:38:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:17 smithi038 bash[53920]: cluster 2024-03-21T13:38:16.492010+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e134: 8 total, 8 up, 8 in 2024-03-21T13:38:17.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:17 smithi192 bash[42088]: cluster 2024-03-21T13:38:16.492010+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e134: 8 total, 8 up, 8 in 2024-03-21T13:38:18.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:18 smithi038 bash[55321]: cluster 2024-03-21T13:38:17.808941+0000 mgr.y (mgr.25471) 303 : cluster [DBG] pgmap v191: 161 pgs: 21 peering, 9 active+undersized+degraded, 24 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:38:18.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:18 smithi038 bash[53920]: cluster 2024-03-21T13:38:17.808941+0000 mgr.y (mgr.25471) 303 : cluster [DBG] pgmap v191: 161 pgs: 21 peering, 9 active+undersized+degraded, 24 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:38:18.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:18 smithi192 bash[42088]: cluster 2024-03-21T13:38:17.808941+0000 mgr.y (mgr.25471) 303 : cluster [DBG] pgmap v191: 161 pgs: 21 peering, 9 active+undersized+degraded, 24 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:38:19.077 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:38:19.876 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:38:19.876 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (7m) 64s ago 14m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:38:19.876 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 5s ago 14m - - 2024-03-21T13:38:19.876 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (5m) 64s ago 12m 48.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:38:19.876 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (5m) 5s ago 20m 444M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (6m) 64s ago 22m 502M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (5m) 64s ago 22m 53.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (4m) 5s ago 20m 41.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (4m) 64s ago 21m 45.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (7m) 64s ago 14m 12.5M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (6m) 5s ago 14m 12.1M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (2m) 64s ago 20m 51.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (2m) 64s ago 19m 50.9M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (100s) 64s ago 18m 47.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (69s) 64s ago 18m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (38s) 5s ago 17m 51.3M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:38:19.877 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (10s) 5s ago 17m - 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (16m) 5s ago 16m 62.8M 3037M 17.2.0 e1d6a67b021e b2eb50784b1b 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (15m) 5s ago 15m 65.5M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (5m) 5s ago 14m 69.8M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (12m) 64s ago 12m 88.4M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (12m) 5s ago 12m 88.5M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (12m) 64s ago 12m 87.8M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:38:19.878 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (12m) 5s ago 12m 87.9M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:38:19.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:19 smithi038 bash[53920]: audit 2024-03-21T13:38:19.061530+0000 mgr.y (mgr.25471) 304 : audit [DBG] from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:19.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:19 smithi038 bash[55321]: audit 2024-03-21T13:38:19.061530+0000 mgr.y (mgr.25471) 304 : audit [DBG] from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:19 smithi192 bash[42088]: audit 2024-03-21T13:38:19.061530+0000 mgr.y (mgr.25471) 304 : audit [DBG] from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.342 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 6 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:38:20.343 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:20.344 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:38:20.344 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-21T13:38:20.344 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 11 2024-03-21T13:38:20.344 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:38:20.344 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:38:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:20 smithi192 bash[42088]: audit 2024-03-21T13:38:19.464368+0000 mgr.y (mgr.25471) 305 : audit [DBG] from='client.34503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:20 smithi192 bash[42088]: cluster 2024-03-21T13:38:19.665991+0000 mon.a (mon.0) 457 : cluster [WRN] Health check update: Degraded data redundancy: 45/630 objects degraded (7.143%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:20 smithi192 bash[42088]: cluster 2024-03-21T13:38:19.810067+0000 mgr.y (mgr.25471) 306 : cluster [DBG] pgmap v192: 161 pgs: 21 peering, 140 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-21T13:38:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:20 smithi192 bash[42088]: audit 2024-03-21T13:38:19.851786+0000 mgr.y (mgr.25471) 307 : audit [DBG] from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:20 smithi192 bash[42088]: audit 2024-03-21T13:38:20.341408+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.38:0/473351058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:20.738 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:38:20.738 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:38:20.738 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:38:20.738 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:38:20.738 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "11/23 daemons upgraded", 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:38:20.739 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:38:20.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[53920]: audit 2024-03-21T13:38:19.464368+0000 mgr.y (mgr.25471) 305 : audit [DBG] from='client.34503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[53920]: cluster 2024-03-21T13:38:19.665991+0000 mon.a (mon.0) 457 : cluster [WRN] Health check update: Degraded data redundancy: 45/630 objects degraded (7.143%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[53920]: cluster 2024-03-21T13:38:19.810067+0000 mgr.y (mgr.25471) 306 : cluster [DBG] pgmap v192: 161 pgs: 21 peering, 140 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[53920]: audit 2024-03-21T13:38:19.851786+0000 mgr.y (mgr.25471) 307 : audit [DBG] from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[53920]: audit 2024-03-21T13:38:20.341408+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.38:0/473351058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[55321]: audit 2024-03-21T13:38:19.464368+0000 mgr.y (mgr.25471) 305 : audit [DBG] from='client.34503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[55321]: cluster 2024-03-21T13:38:19.665991+0000 mon.a (mon.0) 457 : cluster [WRN] Health check update: Degraded data redundancy: 45/630 objects degraded (7.143%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[55321]: cluster 2024-03-21T13:38:19.810067+0000 mgr.y (mgr.25471) 306 : cluster [DBG] pgmap v192: 161 pgs: 21 peering, 140 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[55321]: audit 2024-03-21T13:38:19.851786+0000 mgr.y (mgr.25471) 307 : audit [DBG] from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:20.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:20 smithi038 bash[55321]: audit 2024-03-21T13:38:20.341408+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.38:0/473351058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:21.206 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:38:21.207 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:38:21.207 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:38:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:21 smithi192 bash[42088]: cluster 2024-03-21T13:38:20.504908+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 9 pgs degraded) 2024-03-21T13:38:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:21 smithi192 bash[42088]: audit 2024-03-21T13:38:20.736883+0000 mgr.y (mgr.25471) 308 : audit [DBG] from='client.34521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:21 smithi192 bash[42088]: audit 2024-03-21T13:38:21.205659+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.38:0/105548546' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:38:21.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:21 smithi038 bash[53920]: cluster 2024-03-21T13:38:20.504908+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 9 pgs degraded) 2024-03-21T13:38:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:21 smithi038 bash[53920]: audit 2024-03-21T13:38:20.736883+0000 mgr.y (mgr.25471) 308 : audit [DBG] from='client.34521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:21 smithi038 bash[53920]: audit 2024-03-21T13:38:21.205659+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.38:0/105548546' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:38:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:21 smithi038 bash[55321]: cluster 2024-03-21T13:38:20.504908+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 9 pgs degraded) 2024-03-21T13:38:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:21 smithi038 bash[55321]: audit 2024-03-21T13:38:20.736883+0000 mgr.y (mgr.25471) 308 : audit [DBG] from='client.34521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:21 smithi038 bash[55321]: audit 2024-03-21T13:38:21.205659+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.38:0/105548546' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:38:22.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:22 smithi038 bash[53920]: cluster 2024-03-21T13:38:21.811464+0000 mgr.y (mgr.25471) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:38:22.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:22 smithi038 bash[55321]: cluster 2024-03-21T13:38:21.811464+0000 mgr.y (mgr.25471) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:38:22.948 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:22 smithi192 bash[42088]: cluster 2024-03-21T13:38:21.811464+0000 mgr.y (mgr.25471) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:38:25.134 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:24 smithi192 bash[42088]: cluster 2024-03-21T13:38:23.812373+0000 mgr.y (mgr.25471) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:38:25.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:24 smithi038 bash[53920]: cluster 2024-03-21T13:38:23.812373+0000 mgr.y (mgr.25471) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:38:25.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:24 smithi038 bash[55321]: cluster 2024-03-21T13:38:23.812373+0000 mgr.y (mgr.25471) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:38:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:25 smithi192 bash[42088]: audit 2024-03-21T13:38:24.923199+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:25 smithi192 bash[42088]: audit 2024-03-21T13:38:24.925283+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:25 smithi038 bash[53920]: audit 2024-03-21T13:38:24.923199+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:26.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:25 smithi038 bash[53920]: audit 2024-03-21T13:38:24.925283+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:26.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:25 smithi038 bash[55321]: audit 2024-03-21T13:38:24.923199+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:26.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:25 smithi038 bash[55321]: audit 2024-03-21T13:38:24.925283+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: cluster 2024-03-21T13:38:25.813444+0000 mgr.y (mgr.25471) 311 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:25.970765+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:25.982370+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:25.984341+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:25.985780+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: cluster 2024-03-21T13:38:25.988587+0000 mgr.y (mgr.25471) 312 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 538 B/s rd, 0 op/s 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: cluster 2024-03-21T13:38:25.989045+0000 mgr.y (mgr.25471) 313 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:25.997063+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.053828+0000 mgr.y (mgr.25471) 314 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:27.295 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.085093+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.088690+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.091572+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.094156+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.097155+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: audit 2024-03-21T13:38:26.097519+0000 mgr.y (mgr.25471) 315 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[53920]: cephadm 2024-03-21T13:38:26.099373+0000 mgr.y (mgr.25471) 316 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: cluster 2024-03-21T13:38:25.813444+0000 mgr.y (mgr.25471) 311 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:25.970765+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:25.982370+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:25.984341+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:27.296 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:25.985780+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: cluster 2024-03-21T13:38:25.988587+0000 mgr.y (mgr.25471) 312 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 538 B/s rd, 0 op/s 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: cluster 2024-03-21T13:38:25.989045+0000 mgr.y (mgr.25471) 313 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:25.997063+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.053828+0000 mgr.y (mgr.25471) 314 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.085093+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.088690+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.091572+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.094156+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.097155+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: audit 2024-03-21T13:38:26.097519+0000 mgr.y (mgr.25471) 315 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:38:27.297 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:26 smithi038 bash[55321]: cephadm 2024-03-21T13:38:26.099373+0000 mgr.y (mgr.25471) 316 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: cluster 2024-03-21T13:38:25.813444+0000 mgr.y (mgr.25471) 311 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:25.970765+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:25.982370+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:25.984341+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:25.985780+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: cluster 2024-03-21T13:38:25.988587+0000 mgr.y (mgr.25471) 312 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 538 B/s rd, 0 op/s 2024-03-21T13:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: cluster 2024-03-21T13:38:25.989045+0000 mgr.y (mgr.25471) 313 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:25.997063+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.053828+0000 mgr.y (mgr.25471) 314 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.085093+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.088690+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.091572+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.094156+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.097155+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: audit 2024-03-21T13:38:26.097519+0000 mgr.y (mgr.25471) 315 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:38:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:26 smithi192 bash[42088]: cephadm 2024-03-21T13:38:26.099373+0000 mgr.y (mgr.25471) 316 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-21T13:38:27.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:38:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:38:27] "GET /metrics HTTP/1.1" 200 38528 "" "Prometheus/2.33.4" 2024-03-21T13:38:29.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[53920]: cluster 2024-03-21T13:38:27.990293+0000 mgr.y (mgr.25471) 317 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[53920]: audit 2024-03-21T13:38:28.531790+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[53920]: audit 2024-03-21T13:38:28.535321+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[53920]: audit 2024-03-21T13:38:28.536883+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[55321]: cluster 2024-03-21T13:38:27.990293+0000 mgr.y (mgr.25471) 317 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[55321]: audit 2024-03-21T13:38:28.531790+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[55321]: audit 2024-03-21T13:38:28.535321+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:38:29.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:29 smithi038 bash[55321]: audit 2024-03-21T13:38:28.536883+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:29 smithi192 bash[42088]: cluster 2024-03-21T13:38:27.990293+0000 mgr.y (mgr.25471) 317 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:29 smithi192 bash[42088]: audit 2024-03-21T13:38:28.531790+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:29 smithi192 bash[42088]: audit 2024-03-21T13:38:28.535321+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:38:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:29 smithi192 bash[42088]: audit 2024-03-21T13:38:28.536883+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:30.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:30 smithi192 bash[42088]: cephadm 2024-03-21T13:38:28.520371+0000 mgr.y (mgr.25471) 318 : cephadm [INF] Upgrade: Updating osd.6 2024-03-21T13:38:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:30 smithi192 bash[42088]: cephadm 2024-03-21T13:38:28.542598+0000 mgr.y (mgr.25471) 319 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-03-21T13:38:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:30 smithi038 bash[53920]: cephadm 2024-03-21T13:38:28.520371+0000 mgr.y (mgr.25471) 318 : cephadm [INF] Upgrade: Updating osd.6 2024-03-21T13:38:30.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:30 smithi038 bash[53920]: cephadm 2024-03-21T13:38:28.542598+0000 mgr.y (mgr.25471) 319 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-03-21T13:38:30.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:30 smithi038 bash[55321]: cephadm 2024-03-21T13:38:28.520371+0000 mgr.y (mgr.25471) 318 : cephadm [INF] Upgrade: Updating osd.6 2024-03-21T13:38:30.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:30 smithi038 bash[55321]: cephadm 2024-03-21T13:38:28.542598+0000 mgr.y (mgr.25471) 319 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-03-21T13:38:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:31 smithi192 bash[42088]: cluster 2024-03-21T13:38:29.991553+0000 mgr.y (mgr.25471) 320 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-21T13:38:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:31 smithi192 bash[42088]: audit 2024-03-21T13:38:30.213350+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:31.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:31 smithi038 bash[53920]: cluster 2024-03-21T13:38:29.991553+0000 mgr.y (mgr.25471) 320 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-21T13:38:31.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:31 smithi038 bash[53920]: audit 2024-03-21T13:38:30.213350+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:31 smithi038 bash[55321]: cluster 2024-03-21T13:38:29.991553+0000 mgr.y (mgr.25471) 320 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2024-03-21T13:38:31.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:31 smithi038 bash[55321]: audit 2024-03-21T13:38:30.213350+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:33.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:33 smithi192 bash[42088]: cluster 2024-03-21T13:38:31.992965+0000 mgr.y (mgr.25471) 321 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:33.211 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:33 smithi192 systemd[1]: Stopping Ceph osd.6 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:38:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:33 smithi038 bash[53920]: cluster 2024-03-21T13:38:31.992965+0000 mgr.y (mgr.25471) 321 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:33 smithi038 bash[55321]: cluster 2024-03-21T13:38:31.992965+0000 mgr.y (mgr.25471) 321 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:33.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:33 smithi192 bash[23803]: debug 2024-03-21T13:38:33.259+0000 7f10c7b4e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:38:33.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:33 smithi192 bash[23803]: debug 2024-03-21T13:38:33.259+0000 7f10c7b4e700 -1 osd.6 134 *** Got signal Terminated *** 2024-03-21T13:38:33.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:33 smithi192 bash[23803]: debug 2024-03-21T13:38:33.259+0000 7f10c7b4e700 -1 osd.6 134 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:38:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:34 smithi038 bash[53920]: cluster 2024-03-21T13:38:33.264254+0000 mon.a (mon.0) 476 : cluster [INF] osd.6 marked itself down and dead 2024-03-21T13:38:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:34 smithi038 bash[55321]: cluster 2024-03-21T13:38:33.264254+0000 mon.a (mon.0) 476 : cluster [INF] osd.6 marked itself down and dead 2024-03-21T13:38:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:34 smithi192 bash[42088]: cluster 2024-03-21T13:38:33.264254+0000 mon.a (mon.0) 476 : cluster [INF] osd.6 marked itself down and dead 2024-03-21T13:38:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:35 smithi192 bash[42088]: cluster 2024-03-21T13:38:33.994100+0000 mgr.y (mgr.25471) 322 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:35 smithi192 bash[42088]: cluster 2024-03-21T13:38:34.084533+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:38:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:35 smithi192 bash[42088]: cluster 2024-03-21T13:38:34.101000+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-21T13:38:35.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:35 smithi038 bash[53920]: cluster 2024-03-21T13:38:33.994100+0000 mgr.y (mgr.25471) 322 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:35.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:35 smithi038 bash[53920]: cluster 2024-03-21T13:38:34.084533+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:38:35.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:35 smithi038 bash[53920]: cluster 2024-03-21T13:38:34.101000+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-21T13:38:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:35 smithi038 bash[55321]: cluster 2024-03-21T13:38:33.994100+0000 mgr.y (mgr.25471) 322 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:35 smithi038 bash[55321]: cluster 2024-03-21T13:38:34.084533+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:38:35.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:35 smithi038 bash[55321]: cluster 2024-03-21T13:38:34.101000+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-21T13:38:35.460 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:35 smithi192 bash[47941]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:38:35.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:35 smithi192 bash[48014]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:38:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:36 smithi038 bash[53920]: cluster 2024-03-21T13:38:35.106766+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-21T13:38:36.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:36 smithi038 bash[55321]: cluster 2024-03-21T13:38:35.106766+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-21T13:38:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:36 smithi192 bash[42088]: cluster 2024-03-21T13:38:35.106766+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-21T13:38:37.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:37 smithi192 bash[42088]: cluster 2024-03-21T13:38:35.995131+0000 mgr.y (mgr.25471) 323 : cluster [DBG] pgmap v204: 161 pgs: 3 active+undersized+degraded, 12 stale+active+clean, 7 active+undersized, 139 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 15/630 objects degraded (2.381%) 2024-03-21T13:38:37.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:37 smithi192 bash[42088]: audit 2024-03-21T13:38:36.063783+0000 mgr.y (mgr.25471) 324 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:37.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:37 smithi192 bash[42088]: cluster 2024-03-21T13:38:36.111225+0000 mon.a (mon.0) 480 : cluster [WRN] Health check failed: Degraded data redundancy: 15/630 objects degraded (2.381%), 3 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:38:37] "GET /metrics HTTP/1.1" 200 38528 "" "Prometheus/2.33.4" 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[53920]: cluster 2024-03-21T13:38:35.995131+0000 mgr.y (mgr.25471) 323 : cluster [DBG] pgmap v204: 161 pgs: 3 active+undersized+degraded, 12 stale+active+clean, 7 active+undersized, 139 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 15/630 objects degraded (2.381%) 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[53920]: audit 2024-03-21T13:38:36.063783+0000 mgr.y (mgr.25471) 324 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[53920]: cluster 2024-03-21T13:38:36.111225+0000 mon.a (mon.0) 480 : cluster [WRN] Health check failed: Degraded data redundancy: 15/630 objects degraded (2.381%), 3 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[55321]: cluster 2024-03-21T13:38:35.995131+0000 mgr.y (mgr.25471) 323 : cluster [DBG] pgmap v204: 161 pgs: 3 active+undersized+degraded, 12 stale+active+clean, 7 active+undersized, 139 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 15/630 objects degraded (2.381%) 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[55321]: audit 2024-03-21T13:38:36.063783+0000 mgr.y (mgr.25471) 324 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:37 smithi038 bash[55321]: cluster 2024-03-21T13:38:36.111225+0000 mon.a (mon.0) 480 : cluster [WRN] Health check failed: Degraded data redundancy: 15/630 objects degraded (2.381%), 3 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:37.907 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:37 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.6.service: Succeeded. 2024-03-21T13:38:37.907 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:37 smithi192 systemd[1]: Stopped Ceph osd.6 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:38:38.210 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:37 smithi192 systemd[1]: Started Ceph osd.6 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:38:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:38 smithi192 bash[42088]: audit 2024-03-21T13:38:37.958514+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:38 smithi192 bash[42088]: audit 2024-03-21T13:38:37.968419+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:38 smithi192 bash[42088]: cluster 2024-03-21T13:38:37.996502+0000 mgr.y (mgr.25471) 325 : cluster [DBG] pgmap v205: 161 pgs: 12 active+undersized+degraded, 3 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 52/630 objects degraded (8.254%) 2024-03-21T13:38:39.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:38 smithi038 bash[53920]: audit 2024-03-21T13:38:37.958514+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:39.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:38 smithi038 bash[53920]: audit 2024-03-21T13:38:37.968419+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:39.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:38 smithi038 bash[53920]: cluster 2024-03-21T13:38:37.996502+0000 mgr.y (mgr.25471) 325 : cluster [DBG] pgmap v205: 161 pgs: 12 active+undersized+degraded, 3 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 52/630 objects degraded (8.254%) 2024-03-21T13:38:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:39 smithi038 bash[55321]: audit 2024-03-21T13:38:37.958514+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:39 smithi038 bash[55321]: audit 2024-03-21T13:38:37.968419+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:39 smithi038 bash[55321]: cluster 2024-03-21T13:38:37.996502+0000 mgr.y (mgr.25471) 325 : cluster [DBG] pgmap v205: 161 pgs: 12 active+undersized+degraded, 3 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 52/630 objects degraded (8.254%) 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-21T13:38:39.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:39 smithi192 bash[48181]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-21T13:38:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:40 smithi192 bash[42088]: audit 2024-03-21T13:38:39.926412+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:40 smithi192 bash[42088]: audit 2024-03-21T13:38:39.928991+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:40 smithi192 bash[42088]: cluster 2024-03-21T13:38:39.997919+0000 mgr.y (mgr.25471) 326 : cluster [DBG] pgmap v206: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:41.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:40 smithi038 bash[53920]: audit 2024-03-21T13:38:39.926412+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:41.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:40 smithi038 bash[53920]: audit 2024-03-21T13:38:39.928991+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:41.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:40 smithi038 bash[53920]: cluster 2024-03-21T13:38:39.997919+0000 mgr.y (mgr.25471) 326 : cluster [DBG] pgmap v206: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:40 smithi038 bash[55321]: audit 2024-03-21T13:38:39.926412+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:40 smithi038 bash[55321]: audit 2024-03-21T13:38:39.928991+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:40 smithi038 bash[55321]: cluster 2024-03-21T13:38:39.997919+0000 mgr.y (mgr.25471) 326 : cluster [DBG] pgmap v206: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:41.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:41 smithi192 bash[48489]: debug 2024-03-21T13:38:41.314+0000 7f279b18b700 1 -- 172.21.15.192:0/3317794913 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562e59ef5680 con 0x562e59f33000 2024-03-21T13:38:42.211 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:41 smithi192 bash[48489]: debug 2024-03-21T13:38:41.858+0000 7f27a43237c0 -1 Falling back to public interface 2024-03-21T13:38:43.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:43 smithi038 bash[53920]: cluster 2024-03-21T13:38:41.999484+0000 mgr.y (mgr.25471) 327 : cluster [DBG] pgmap v207: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:43.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:43 smithi038 bash[55321]: cluster 2024-03-21T13:38:41.999484+0000 mgr.y (mgr.25471) 327 : cluster [DBG] pgmap v207: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:43.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:43 smithi192 bash[42088]: cluster 2024-03-21T13:38:41.999484+0000 mgr.y (mgr.25471) 327 : cluster [DBG] pgmap v207: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:45.211 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:44 smithi192 bash[48489]: debug 2024-03-21T13:38:44.950+0000 7f27a43237c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-21T13:38:45.211 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:44 smithi192 bash[48489]: debug 2024-03-21T13:38:44.986+0000 7f27a43237c0 -1 osd.6 134 log_to_monitors true 2024-03-21T13:38:45.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[42088]: cluster 2024-03-21T13:38:44.000828+0000 mgr.y (mgr.25471) 328 : cluster [DBG] pgmap v208: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:45.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[42088]: audit 2024-03-21T13:38:44.227360+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:45.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[42088]: audit 2024-03-21T13:38:44.242382+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:45.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[42088]: cluster 2024-03-21T13:38:44.671568+0000 mon.a (mon.0) 487 : cluster [WRN] Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:45.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[42088]: audit 2024-03-21T13:38:44.999012+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:38:45.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[42088]: audit 2024-03-21T13:38:44.999559+0000 mon.a (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[53920]: cluster 2024-03-21T13:38:44.000828+0000 mgr.y (mgr.25471) 328 : cluster [DBG] pgmap v208: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[53920]: audit 2024-03-21T13:38:44.227360+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[53920]: audit 2024-03-21T13:38:44.242382+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[53920]: cluster 2024-03-21T13:38:44.671568+0000 mon.a (mon.0) 487 : cluster [WRN] Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[53920]: audit 2024-03-21T13:38:44.999012+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[53920]: audit 2024-03-21T13:38:44.999559+0000 mon.a (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[55321]: cluster 2024-03-21T13:38:44.000828+0000 mgr.y (mgr.25471) 328 : cluster [DBG] pgmap v208: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[55321]: audit 2024-03-21T13:38:44.227360+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:45.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[55321]: audit 2024-03-21T13:38:44.242382+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[55321]: cluster 2024-03-21T13:38:44.671568+0000 mon.a (mon.0) 487 : cluster [WRN] Health check update: Degraded data redundancy: 73/630 objects degraded (11.587%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[55321]: audit 2024-03-21T13:38:44.999012+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:38:45.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:45 smithi038 bash[55321]: audit 2024-03-21T13:38:44.999559+0000 mon.a (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:38:46.211 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:38:45 smithi192 bash[48489]: debug 2024-03-21T13:38:45.758+0000 7f2791773700 -1 osd.6 134 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:45.242569+0000 mon.a (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: cluster 2024-03-21T13:38:45.249657+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:45.256123+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:45.256242+0000 mon.a (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:45.380433+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:45.486228+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:45.737259+0000 mon.a (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: cluster 2024-03-21T13:38:46.001944+0000 mgr.y (mgr.25471) 329 : cluster [DBG] pgmap v210: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:46.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[53920]: audit 2024-03-21T13:38:46.067546+0000 mgr.y (mgr.25471) 330 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:45.242569+0000 mon.a (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: cluster 2024-03-21T13:38:45.249657+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:45.256123+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:45.256242+0000 mon.a (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:45.380433+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:45.486228+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:45.737259+0000 mon.a (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: cluster 2024-03-21T13:38:46.001944+0000 mgr.y (mgr.25471) 329 : cluster [DBG] pgmap v210: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:46.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:46 smithi038 bash[55321]: audit 2024-03-21T13:38:46.067546+0000 mgr.y (mgr.25471) 330 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:45.242569+0000 mon.a (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: cluster 2024-03-21T13:38:45.249657+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:45.256123+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:45.256242+0000 mon.a (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:45.380433+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:45.486228+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:45.737259+0000 mon.a (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: cluster 2024-03-21T13:38:46.001944+0000 mgr.y (mgr.25471) 329 : cluster [DBG] pgmap v210: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:38:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:46 smithi192 bash[42088]: audit 2024-03-21T13:38:46.067546+0000 mgr.y (mgr.25471) 330 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:38:47] "GET /metrics HTTP/1.1" 200 38530 "" "Prometheus/2.33.4" 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[53920]: cluster 2024-03-21T13:38:46.733944+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[53920]: cluster 2024-03-21T13:38:46.746200+0000 mon.a (mon.0) 496 : cluster [INF] osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405] boot 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[53920]: cluster 2024-03-21T13:38:46.746324+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[53920]: audit 2024-03-21T13:38:46.749375+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[55321]: cluster 2024-03-21T13:38:46.733944+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[55321]: cluster 2024-03-21T13:38:46.746200+0000 mon.a (mon.0) 496 : cluster [INF] osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405] boot 2024-03-21T13:38:47.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[55321]: cluster 2024-03-21T13:38:46.746324+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-21T13:38:47.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:47 smithi038 bash[55321]: audit 2024-03-21T13:38:46.749375+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:38:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:47 smithi192 bash[42088]: cluster 2024-03-21T13:38:46.733944+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:38:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:47 smithi192 bash[42088]: cluster 2024-03-21T13:38:46.746200+0000 mon.a (mon.0) 496 : cluster [INF] osd.6 [v2:172.21.15.192:6816/1986787405,v1:172.21.15.192:6817/1986787405] boot 2024-03-21T13:38:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:47 smithi192 bash[42088]: cluster 2024-03-21T13:38:46.746324+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-21T13:38:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:47 smithi192 bash[42088]: audit 2024-03-21T13:38:46.749375+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:38:49.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:48 smithi038 bash[53920]: cluster 2024-03-21T13:38:47.750712+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e139: 8 total, 8 up, 8 in 2024-03-21T13:38:49.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:48 smithi038 bash[53920]: cluster 2024-03-21T13:38:48.003123+0000 mgr.y (mgr.25471) 331 : cluster [DBG] pgmap v213: 161 pgs: 1 peering, 17 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2024-03-21T13:38:49.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:48 smithi038 bash[55321]: cluster 2024-03-21T13:38:47.750712+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e139: 8 total, 8 up, 8 in 2024-03-21T13:38:49.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:48 smithi038 bash[55321]: cluster 2024-03-21T13:38:48.003123+0000 mgr.y (mgr.25471) 331 : cluster [DBG] pgmap v213: 161 pgs: 1 peering, 17 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2024-03-21T13:38:49.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:48 smithi192 bash[42088]: cluster 2024-03-21T13:38:47.750712+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e139: 8 total, 8 up, 8 in 2024-03-21T13:38:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:48 smithi192 bash[42088]: cluster 2024-03-21T13:38:48.003123+0000 mgr.y (mgr.25471) 331 : cluster [DBG] pgmap v213: 161 pgs: 1 peering, 17 active+undersized+degraded, 35 active+undersized, 108 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 73/630 objects degraded (11.587%) 2024-03-21T13:38:50.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:50 smithi038 bash[53920]: cluster 2024-03-21T13:38:50.056734+0000 mon.a (mon.0) 500 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:50.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:50 smithi038 bash[55321]: cluster 2024-03-21T13:38:50.056734+0000 mon.a (mon.0) 500 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:50.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:50 smithi192 bash[42088]: cluster 2024-03-21T13:38:50.056734+0000 mon.a (mon.0) 500 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:38:51.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:51 smithi038 bash[53920]: cluster 2024-03-21T13:38:50.004575+0000 mgr.y (mgr.25471) 332 : cluster [DBG] pgmap v214: 161 pgs: 1 peering, 13 active+undersized+degraded, 28 active+undersized, 119 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:38:51.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:51 smithi038 bash[55321]: cluster 2024-03-21T13:38:50.004575+0000 mgr.y (mgr.25471) 332 : cluster [DBG] pgmap v214: 161 pgs: 1 peering, 13 active+undersized+degraded, 28 active+undersized, 119 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:38:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:51 smithi192 bash[42088]: cluster 2024-03-21T13:38:50.004575+0000 mgr.y (mgr.25471) 332 : cluster [DBG] pgmap v214: 161 pgs: 1 peering, 13 active+undersized+degraded, 28 active+undersized, 119 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:38:51.628 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:38:52.426 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (7m) 96s ago 15m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 8s ago 14m - - 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (6m) 96s ago 12m 48.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (6m) 8s ago 21m 444M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (6m) 96s ago 23m 502M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (5m) 96s ago 23m 53.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (4m) 8s ago 21m 43.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (5m) 96s ago 21m 45.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (7m) 96s ago 15m 12.5M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (7m) 8s ago 15m 12.2M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (3m) 96s ago 20m 51.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:38:52.427 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (2m) 96s ago 20m 50.9M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (2m) 96s ago 19m 47.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (101s) 96s ago 18m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (71s) 8s ago 18m 51.9M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (43s) 8s ago 17m 56.0M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (11s) 8s ago 16m - 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (16m) 8s ago 16m 66.6M 3037M 17.2.0 e1d6a67b021e 649e5d2d7de8 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (6m) 8s ago 15m 69.9M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (13m) 96s ago 13m 88.4M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (13m) 8s ago 13m 88.7M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (13m) 96s ago 13m 87.8M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:38:52.428 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (13m) 8s ago 13m 88.0M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:38:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:52 smithi192 bash[42088]: cluster 2024-03-21T13:38:52.117311+0000 mon.a (mon.0) 501 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/630 objects degraded (8.413%), 13 pgs degraded) 2024-03-21T13:38:52.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:52 smithi038 bash[53920]: cluster 2024-03-21T13:38:52.117311+0000 mon.a (mon.0) 501 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/630 objects degraded (8.413%), 13 pgs degraded) 2024-03-21T13:38:52.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:52 smithi038 bash[55321]: cluster 2024-03-21T13:38:52.117311+0000 mon.a (mon.0) 501 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/630 objects degraded (8.413%), 13 pgs degraded) 2024-03-21T13:38:52.893 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:38:52.893 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:38:52.893 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:38:52.893 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:52.893 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:38:52.893 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 7 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 12 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:38:52.894 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:38:53.290 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "12/23 daemons upgraded", 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:38:53.291 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:38:53.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:53 smithi192 bash[42088]: audit 2024-03-21T13:38:51.610603+0000 mgr.y (mgr.25471) 333 : audit [DBG] from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:53 smithi192 bash[42088]: cluster 2024-03-21T13:38:52.005968+0000 mgr.y (mgr.25471) 334 : cluster [DBG] pgmap v215: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:53 smithi192 bash[42088]: audit 2024-03-21T13:38:52.010879+0000 mgr.y (mgr.25471) 335 : audit [DBG] from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:53 smithi192 bash[42088]: audit 2024-03-21T13:38:52.891969+0000 mon.a (mon.0) 502 : audit [DBG] from='client.? 172.21.15.38:0/3531072371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[53920]: audit 2024-03-21T13:38:51.610603+0000 mgr.y (mgr.25471) 333 : audit [DBG] from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[53920]: cluster 2024-03-21T13:38:52.005968+0000 mgr.y (mgr.25471) 334 : cluster [DBG] pgmap v215: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[53920]: audit 2024-03-21T13:38:52.010879+0000 mgr.y (mgr.25471) 335 : audit [DBG] from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[53920]: audit 2024-03-21T13:38:52.891969+0000 mon.a (mon.0) 502 : audit [DBG] from='client.? 172.21.15.38:0/3531072371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[55321]: audit 2024-03-21T13:38:51.610603+0000 mgr.y (mgr.25471) 333 : audit [DBG] from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[55321]: cluster 2024-03-21T13:38:52.005968+0000 mgr.y (mgr.25471) 334 : cluster [DBG] pgmap v215: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[55321]: audit 2024-03-21T13:38:52.010879+0000 mgr.y (mgr.25471) 335 : audit [DBG] from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:53 smithi038 bash[55321]: audit 2024-03-21T13:38:52.891969+0000 mon.a (mon.0) 502 : audit [DBG] from='client.? 172.21.15.38:0/3531072371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:53.752 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:38:53.752 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:38:53.752 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:38:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:54 smithi192 bash[42088]: audit 2024-03-21T13:38:52.402485+0000 mgr.y (mgr.25471) 336 : audit [DBG] from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:54 smithi192 bash[42088]: audit 2024-03-21T13:38:53.751008+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.38:0/1379076995' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:38:54.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:54 smithi038 bash[53920]: audit 2024-03-21T13:38:52.402485+0000 mgr.y (mgr.25471) 336 : audit [DBG] from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:54.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:54 smithi038 bash[53920]: audit 2024-03-21T13:38:53.751008+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.38:0/1379076995' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:38:54.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:54 smithi038 bash[55321]: audit 2024-03-21T13:38:52.402485+0000 mgr.y (mgr.25471) 336 : audit [DBG] from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:54.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:54 smithi038 bash[55321]: audit 2024-03-21T13:38:53.751008+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.38:0/1379076995' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:38:55.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:55 smithi192 bash[42088]: audit 2024-03-21T13:38:53.288846+0000 mgr.y (mgr.25471) 337 : audit [DBG] from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:55 smithi192 bash[42088]: cluster 2024-03-21T13:38:54.007120+0000 mgr.y (mgr.25471) 338 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:38:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:55 smithi192 bash[42088]: audit 2024-03-21T13:38:54.931985+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:55 smithi192 bash[42088]: audit 2024-03-21T13:38:54.934143+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[53920]: audit 2024-03-21T13:38:53.288846+0000 mgr.y (mgr.25471) 337 : audit [DBG] from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[53920]: cluster 2024-03-21T13:38:54.007120+0000 mgr.y (mgr.25471) 338 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[53920]: audit 2024-03-21T13:38:54.931985+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[53920]: audit 2024-03-21T13:38:54.934143+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[55321]: audit 2024-03-21T13:38:53.288846+0000 mgr.y (mgr.25471) 337 : audit [DBG] from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[55321]: cluster 2024-03-21T13:38:54.007120+0000 mgr.y (mgr.25471) 338 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[55321]: audit 2024-03-21T13:38:54.931985+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:55.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:55 smithi038 bash[55321]: audit 2024-03-21T13:38:54.934143+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.290584+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.304818+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.307326+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.309132+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: cluster 2024-03-21T13:38:55.312661+0000 mgr.y (mgr.25471) 339 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 358 B/s rd, 0 op/s 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: cluster 2024-03-21T13:38:55.313224+0000 mgr.y (mgr.25471) 340 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 405 B/s rd, 0 op/s 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.320246+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.408587+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.412321+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.415125+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.417313+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.420459+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:55.420777+0000 mgr.y (mgr.25471) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: cephadm 2024-03-21T13:38:55.422888+0000 mgr.y (mgr.25471) 342 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[53920]: audit 2024-03-21T13:38:56.075885+0000 mgr.y (mgr.25471) 343 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.290584+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.304818+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.307326+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:56.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.309132+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: cluster 2024-03-21T13:38:55.312661+0000 mgr.y (mgr.25471) 339 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 358 B/s rd, 0 op/s 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: cluster 2024-03-21T13:38:55.313224+0000 mgr.y (mgr.25471) 340 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 405 B/s rd, 0 op/s 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.320246+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.408587+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.412321+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.415125+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.417313+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.420459+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:55.420777+0000 mgr.y (mgr.25471) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: cephadm 2024-03-21T13:38:55.422888+0000 mgr.y (mgr.25471) 342 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-21T13:38:56.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:56 smithi038 bash[55321]: audit 2024-03-21T13:38:56.075885+0000 mgr.y (mgr.25471) 343 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:56.563 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.290584+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.563 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.304818+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.563 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.307326+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:56.563 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.309132+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:38:56.563 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: cluster 2024-03-21T13:38:55.312661+0000 mgr.y (mgr.25471) 339 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 358 B/s rd, 0 op/s 2024-03-21T13:38:56.563 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: cluster 2024-03-21T13:38:55.313224+0000 mgr.y (mgr.25471) 340 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 405 B/s rd, 0 op/s 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.320246+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.408587+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.412321+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.415125+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.417313+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.420459+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:55.420777+0000 mgr.y (mgr.25471) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: cephadm 2024-03-21T13:38:55.422888+0000 mgr.y (mgr.25471) 342 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-21T13:38:56.564 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:56 smithi192 bash[42088]: audit 2024-03-21T13:38:56.075885+0000 mgr.y (mgr.25471) 343 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:38:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:38:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:38:57] "GET /metrics HTTP/1.1" 200 38537 "" "Prometheus/2.33.4" 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[53920]: cluster 2024-03-21T13:38:57.314576+0000 mgr.y (mgr.25471) 344 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[53920]: cephadm 2024-03-21T13:38:57.593896+0000 mgr.y (mgr.25471) 345 : cephadm [INF] Upgrade: Updating osd.7 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[53920]: audit 2024-03-21T13:38:57.605258+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[53920]: audit 2024-03-21T13:38:57.609768+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[53920]: audit 2024-03-21T13:38:57.611481+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[53920]: cephadm 2024-03-21T13:38:57.614878+0000 mgr.y (mgr.25471) 346 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-03-21T13:38:58.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[55321]: cluster 2024-03-21T13:38:57.314576+0000 mgr.y (mgr.25471) 344 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:38:58.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[55321]: cephadm 2024-03-21T13:38:57.593896+0000 mgr.y (mgr.25471) 345 : cephadm [INF] Upgrade: Updating osd.7 2024-03-21T13:38:58.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[55321]: audit 2024-03-21T13:38:57.605258+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:58.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[55321]: audit 2024-03-21T13:38:57.609768+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:38:58.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[55321]: audit 2024-03-21T13:38:57.611481+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:58.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:38:58 smithi038 bash[55321]: cephadm 2024-03-21T13:38:57.614878+0000 mgr.y (mgr.25471) 346 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-03-21T13:38:58.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:58 smithi192 bash[42088]: cluster 2024-03-21T13:38:57.314576+0000 mgr.y (mgr.25471) 344 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:38:58.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:58 smithi192 bash[42088]: cephadm 2024-03-21T13:38:57.593896+0000 mgr.y (mgr.25471) 345 : cephadm [INF] Upgrade: Updating osd.7 2024-03-21T13:38:58.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:58 smithi192 bash[42088]: audit 2024-03-21T13:38:57.605258+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:38:58.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:58 smithi192 bash[42088]: audit 2024-03-21T13:38:57.609768+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:38:58.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:58 smithi192 bash[42088]: audit 2024-03-21T13:38:57.611481+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:38:58.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:38:58 smithi192 bash[42088]: cephadm 2024-03-21T13:38:57.614878+0000 mgr.y (mgr.25471) 346 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-03-21T13:39:00.875 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:00 smithi192 bash[42088]: cluster 2024-03-21T13:38:59.315744+0000 mgr.y (mgr.25471) 347 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:39:00.875 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:00 smithi192 bash[42088]: audit 2024-03-21T13:39:00.236337+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:00.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:00 smithi038 bash[53920]: cluster 2024-03-21T13:38:59.315744+0000 mgr.y (mgr.25471) 347 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:39:00.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:00 smithi038 bash[53920]: audit 2024-03-21T13:39:00.236337+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:00.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:00 smithi038 bash[55321]: cluster 2024-03-21T13:38:59.315744+0000 mgr.y (mgr.25471) 347 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:39:00.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:00 smithi038 bash[55321]: audit 2024-03-21T13:39:00.236337+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:01.961 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:01 smithi192 systemd[1]: Stopping Ceph osd.7 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:39:02.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:01 smithi192 bash[26945]: debug 2024-03-21T13:39:01.986+0000 7f3eb46d7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:39:02.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:01 smithi192 bash[26945]: debug 2024-03-21T13:39:01.986+0000 7f3eb46d7700 -1 osd.7 139 *** Got signal Terminated *** 2024-03-21T13:39:02.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:01 smithi192 bash[26945]: debug 2024-03-21T13:39:01.986+0000 7f3eb46d7700 -1 osd.7 139 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:39:02.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:02 smithi038 bash[53920]: cluster 2024-03-21T13:39:01.317169+0000 mgr.y (mgr.25471) 348 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:02.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:02 smithi038 bash[53920]: cluster 2024-03-21T13:39:01.991632+0000 mon.a (mon.0) 519 : cluster [INF] osd.7 marked itself down and dead 2024-03-21T13:39:02.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:02 smithi038 bash[55321]: cluster 2024-03-21T13:39:01.317169+0000 mgr.y (mgr.25471) 348 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:02.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:02 smithi038 bash[55321]: cluster 2024-03-21T13:39:01.991632+0000 mon.a (mon.0) 519 : cluster [INF] osd.7 marked itself down and dead 2024-03-21T13:39:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:02 smithi192 bash[42088]: cluster 2024-03-21T13:39:01.317169+0000 mgr.y (mgr.25471) 348 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:02 smithi192 bash[42088]: cluster 2024-03-21T13:39:01.991632+0000 mon.a (mon.0) 519 : cluster [INF] osd.7 marked itself down and dead 2024-03-21T13:39:03.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:03 smithi038 bash[55321]: cluster 2024-03-21T13:39:02.620015+0000 mon.a (mon.0) 520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:39:03.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:03 smithi038 bash[55321]: cluster 2024-03-21T13:39:02.620078+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-21T13:39:03.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:03 smithi038 bash[55321]: cluster 2024-03-21T13:39:02.643179+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-21T13:39:03.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:03 smithi038 bash[53920]: cluster 2024-03-21T13:39:02.620015+0000 mon.a (mon.0) 520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:39:03.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:03 smithi038 bash[53920]: cluster 2024-03-21T13:39:02.620078+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-21T13:39:03.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:03 smithi038 bash[53920]: cluster 2024-03-21T13:39:02.643179+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-21T13:39:03.916 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:03 smithi192 bash[42088]: cluster 2024-03-21T13:39:02.620015+0000 mon.a (mon.0) 520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:39:03.917 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:03 smithi192 bash[42088]: cluster 2024-03-21T13:39:02.620078+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-21T13:39:03.917 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:03 smithi192 bash[42088]: cluster 2024-03-21T13:39:02.643179+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-21T13:39:03.917 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:03 smithi192 bash[49978]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:39:03.917 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:03 smithi192 bash[50054]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:39:04.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:04 smithi038 bash[53920]: cluster 2024-03-21T13:39:03.317959+0000 mgr.y (mgr.25471) 349 : cluster [DBG] pgmap v223: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:04.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:04 smithi038 bash[53920]: cluster 2024-03-21T13:39:03.649613+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-21T13:39:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:04 smithi038 bash[55321]: cluster 2024-03-21T13:39:03.317959+0000 mgr.y (mgr.25471) 349 : cluster [DBG] pgmap v223: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:04.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:04 smithi038 bash[55321]: cluster 2024-03-21T13:39:03.649613+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-21T13:39:04.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:04 smithi192 bash[42088]: cluster 2024-03-21T13:39:03.317959+0000 mgr.y (mgr.25471) 349 : cluster [DBG] pgmap v223: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:04 smithi192 bash[42088]: cluster 2024-03-21T13:39:03.649613+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-21T13:39:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:05 smithi192 bash[42088]: cluster 2024-03-21T13:39:05.651389+0000 mon.a (mon.0) 524 : cluster [WRN] Health check failed: Degraded data redundancy: 23/630 objects degraded (3.651%), 10 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:06.088 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:05 smithi038 bash[53920]: cluster 2024-03-21T13:39:05.651389+0000 mon.a (mon.0) 524 : cluster [WRN] Health check failed: Degraded data redundancy: 23/630 objects degraded (3.651%), 10 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:06.088 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:05 smithi038 bash[55321]: cluster 2024-03-21T13:39:05.651389+0000 mon.a (mon.0) 524 : cluster [WRN] Health check failed: Degraded data redundancy: 23/630 objects degraded (3.651%), 10 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:06.274 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:06 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.7.service: Succeeded. 2024-03-21T13:39:06.274 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:06 smithi192 systemd[1]: Stopped Ceph osd.7 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:39:06.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:06 smithi192 systemd[1]: Started Ceph osd.7 for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[53920]: cluster 2024-03-21T13:39:05.319429+0000 mgr.y (mgr.25471) 350 : cluster [DBG] pgmap v225: 161 pgs: 10 active+undersized+degraded, 11 stale+active+clean, 22 active+undersized, 118 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[53920]: audit 2024-03-21T13:39:06.086671+0000 mgr.y (mgr.25471) 351 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[53920]: audit 2024-03-21T13:39:06.328107+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[53920]: audit 2024-03-21T13:39:06.341177+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[55321]: cluster 2024-03-21T13:39:05.319429+0000 mgr.y (mgr.25471) 350 : cluster [DBG] pgmap v225: 161 pgs: 10 active+undersized+degraded, 11 stale+active+clean, 22 active+undersized, 118 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[55321]: audit 2024-03-21T13:39:06.086671+0000 mgr.y (mgr.25471) 351 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[55321]: audit 2024-03-21T13:39:06.328107+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:07.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:06 smithi038 bash[55321]: audit 2024-03-21T13:39:06.341177+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:06 smithi192 bash[42088]: cluster 2024-03-21T13:39:05.319429+0000 mgr.y (mgr.25471) 350 : cluster [DBG] pgmap v225: 161 pgs: 10 active+undersized+degraded, 11 stale+active+clean, 22 active+undersized, 118 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:39:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:06 smithi192 bash[42088]: audit 2024-03-21T13:39:06.086671+0000 mgr.y (mgr.25471) 351 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:06 smithi192 bash[42088]: audit 2024-03-21T13:39:06.328107+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:06 smithi192 bash[42088]: audit 2024-03-21T13:39:06.341177+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:07.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:39:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:39:07] "GET /metrics HTTP/1.1" 200 38537 "" "Prometheus/2.33.4" 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-21T13:39:08.191 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:07 smithi192 bash[50228]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-21T13:39:09.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:08 smithi038 bash[53920]: cluster 2024-03-21T13:39:07.321107+0000 mgr.y (mgr.25471) 352 : cluster [DBG] pgmap v226: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:09.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:08 smithi038 bash[55321]: cluster 2024-03-21T13:39:07.321107+0000 mgr.y (mgr.25471) 352 : cluster [DBG] pgmap v226: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:09.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:08 smithi192 bash[42088]: cluster 2024-03-21T13:39:07.321107+0000 mgr.y (mgr.25471) 352 : cluster [DBG] pgmap v226: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:09.961 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:09 smithi192 bash[50504]: debug 2024-03-21T13:39:09.806+0000 7f1d5e99c700 1 -- 172.21.15.192:0/1443010332 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557910115680 con 0x557910152800 2024-03-21T13:39:10.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:10 smithi192 bash[50504]: debug 2024-03-21T13:39:10.378+0000 7f1d67b347c0 -1 Falling back to public interface 2024-03-21T13:39:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:10 smithi192 bash[42088]: cluster 2024-03-21T13:39:09.322530+0000 mgr.y (mgr.25471) 353 : cluster [DBG] pgmap v227: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:10 smithi192 bash[42088]: audit 2024-03-21T13:39:09.930551+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:10 smithi192 bash[42088]: audit 2024-03-21T13:39:09.933154+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:10 smithi038 bash[53920]: cluster 2024-03-21T13:39:09.322530+0000 mgr.y (mgr.25471) 353 : cluster [DBG] pgmap v227: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:10 smithi038 bash[53920]: audit 2024-03-21T13:39:09.930551+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:11.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:10 smithi038 bash[53920]: audit 2024-03-21T13:39:09.933154+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:10 smithi038 bash[55321]: cluster 2024-03-21T13:39:09.322530+0000 mgr.y (mgr.25471) 353 : cluster [DBG] pgmap v227: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:10 smithi038 bash[55321]: audit 2024-03-21T13:39:09.930551+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:11.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:10 smithi038 bash[55321]: audit 2024-03-21T13:39:09.933154+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:13.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:12 smithi192 bash[42088]: cluster 2024-03-21T13:39:11.324092+0000 mgr.y (mgr.25471) 354 : cluster [DBG] pgmap v228: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:13.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:12 smithi038 bash[53920]: cluster 2024-03-21T13:39:11.324092+0000 mgr.y (mgr.25471) 354 : cluster [DBG] pgmap v228: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:12 smithi038 bash[55321]: cluster 2024-03-21T13:39:11.324092+0000 mgr.y (mgr.25471) 354 : cluster [DBG] pgmap v228: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:13.952 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[50504]: debug 2024-03-21T13:39:13.462+0000 7f1d67b347c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-21T13:39:13.952 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[50504]: debug 2024-03-21T13:39:13.510+0000 7f1d67b347c0 -1 osd.7 139 log_to_monitors true 2024-03-21T13:39:14.210 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[50504]: debug 2024-03-21T13:39:13.994+0000 7f1d58f8c700 -1 osd.7 139 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:39:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[42088]: audit 2024-03-21T13:39:13.517998+0000 mon.a (mon.0) 529 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:39:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[42088]: audit 2024-03-21T13:39:13.518011+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:39:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[42088]: audit 2024-03-21T13:39:13.701550+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:13 smithi192 bash[42088]: audit 2024-03-21T13:39:13.713595+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[53920]: audit 2024-03-21T13:39:13.517998+0000 mon.a (mon.0) 529 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[53920]: audit 2024-03-21T13:39:13.518011+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[53920]: audit 2024-03-21T13:39:13.701550+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[53920]: audit 2024-03-21T13:39:13.713595+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[55321]: audit 2024-03-21T13:39:13.517998+0000 mon.a (mon.0) 529 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[55321]: audit 2024-03-21T13:39:13.518011+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[55321]: audit 2024-03-21T13:39:13.701550+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:13 smithi038 bash[55321]: audit 2024-03-21T13:39:13.713595+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: cluster 2024-03-21T13:39:13.325379+0000 mgr.y (mgr.25471) 355 : cluster [DBG] pgmap v229: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: audit 2024-03-21T13:39:13.948637+0000 mon.a (mon.0) 532 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: cluster 2024-03-21T13:39:13.956267+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: audit 2024-03-21T13:39:13.960754+0000 mon.a (mon.0) 534 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: audit 2024-03-21T13:39:13.960828+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: cluster 2024-03-21T13:39:14.678400+0000 mon.a (mon.0) 535 : cluster [WRN] Health check update: Degraded data redundancy: 85/630 objects degraded (13.492%), 27 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: audit 2024-03-21T13:39:14.811103+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:15.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[53920]: audit 2024-03-21T13:39:14.822833+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: cluster 2024-03-21T13:39:13.325379+0000 mgr.y (mgr.25471) 355 : cluster [DBG] pgmap v229: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: audit 2024-03-21T13:39:13.948637+0000 mon.a (mon.0) 532 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: cluster 2024-03-21T13:39:13.956267+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: audit 2024-03-21T13:39:13.960754+0000 mon.a (mon.0) 534 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: audit 2024-03-21T13:39:13.960828+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: cluster 2024-03-21T13:39:14.678400+0000 mon.a (mon.0) 535 : cluster [WRN] Health check update: Degraded data redundancy: 85/630 objects degraded (13.492%), 27 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: audit 2024-03-21T13:39:14.811103+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:14 smithi038 bash[55321]: audit 2024-03-21T13:39:14.822833+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: cluster 2024-03-21T13:39:13.325379+0000 mgr.y (mgr.25471) 355 : cluster [DBG] pgmap v229: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: audit 2024-03-21T13:39:13.948637+0000 mon.a (mon.0) 532 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: cluster 2024-03-21T13:39:13.956267+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: audit 2024-03-21T13:39:13.960754+0000 mon.a (mon.0) 534 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: audit 2024-03-21T13:39:13.960828+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: cluster 2024-03-21T13:39:14.678400+0000 mon.a (mon.0) 535 : cluster [WRN] Health check update: Degraded data redundancy: 85/630 objects degraded (13.492%), 27 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: audit 2024-03-21T13:39:14.811103+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:14 smithi192 bash[42088]: audit 2024-03-21T13:39:14.822833+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[53920]: cluster 2024-03-21T13:39:14.950010+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:39:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[53920]: cluster 2024-03-21T13:39:14.963605+0000 mon.a (mon.0) 539 : cluster [INF] osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332] boot 2024-03-21T13:39:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[53920]: cluster 2024-03-21T13:39:14.963734+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-21T13:39:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[53920]: audit 2024-03-21T13:39:14.968868+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:39:16.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[53920]: cluster 2024-03-21T13:39:15.965946+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e144: 8 total, 8 up, 8 in 2024-03-21T13:39:16.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[55321]: cluster 2024-03-21T13:39:14.950010+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:39:16.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[55321]: cluster 2024-03-21T13:39:14.963605+0000 mon.a (mon.0) 539 : cluster [INF] osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332] boot 2024-03-21T13:39:16.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[55321]: cluster 2024-03-21T13:39:14.963734+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-21T13:39:16.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[55321]: audit 2024-03-21T13:39:14.968868+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:39:16.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:15 smithi038 bash[55321]: cluster 2024-03-21T13:39:15.965946+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e144: 8 total, 8 up, 8 in 2024-03-21T13:39:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:15 smithi192 bash[42088]: cluster 2024-03-21T13:39:14.950010+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:39:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:15 smithi192 bash[42088]: cluster 2024-03-21T13:39:14.963605+0000 mon.a (mon.0) 539 : cluster [INF] osd.7 [v2:172.21.15.192:6824/2459617332,v1:172.21.15.192:6825/2459617332] boot 2024-03-21T13:39:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:15 smithi192 bash[42088]: cluster 2024-03-21T13:39:14.963734+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-21T13:39:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:15 smithi192 bash[42088]: audit 2024-03-21T13:39:14.968868+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:39:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:15 smithi192 bash[42088]: cluster 2024-03-21T13:39:15.965946+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e144: 8 total, 8 up, 8 in 2024-03-21T13:39:17.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:16 smithi038 bash[53920]: cluster 2024-03-21T13:39:15.326685+0000 mgr.y (mgr.25471) 356 : cluster [DBG] pgmap v232: 161 pgs: 6 peering, 27 active+undersized+degraded, 36 active+undersized, 92 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2024-03-21T13:39:17.294 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:16 smithi038 bash[53920]: audit 2024-03-21T13:39:16.095915+0000 mgr.y (mgr.25471) 357 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:17.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:16 smithi038 bash[55321]: cluster 2024-03-21T13:39:15.326685+0000 mgr.y (mgr.25471) 356 : cluster [DBG] pgmap v232: 161 pgs: 6 peering, 27 active+undersized+degraded, 36 active+undersized, 92 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2024-03-21T13:39:17.294 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:16 smithi038 bash[55321]: audit 2024-03-21T13:39:16.095915+0000 mgr.y (mgr.25471) 357 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:16 smithi192 bash[42088]: cluster 2024-03-21T13:39:15.326685+0000 mgr.y (mgr.25471) 356 : cluster [DBG] pgmap v232: 161 pgs: 6 peering, 27 active+undersized+degraded, 36 active+undersized, 92 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 85/630 objects degraded (13.492%) 2024-03-21T13:39:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:16 smithi192 bash[42088]: audit 2024-03-21T13:39:16.095915+0000 mgr.y (mgr.25471) 357 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:39:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:39:17] "GET /metrics HTTP/1.1" 200 38622 "" "Prometheus/2.33.4" 2024-03-21T13:39:19.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:19 smithi038 bash[53920]: cluster 2024-03-21T13:39:17.328212+0000 mgr.y (mgr.25471) 358 : cluster [DBG] pgmap v234: 161 pgs: 6 peering, 17 active+undersized+degraded, 20 active+undersized, 118 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:39:19.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:19 smithi038 bash[55321]: cluster 2024-03-21T13:39:17.328212+0000 mgr.y (mgr.25471) 358 : cluster [DBG] pgmap v234: 161 pgs: 6 peering, 17 active+undersized+degraded, 20 active+undersized, 118 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:39:19.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:19 smithi192 bash[42088]: cluster 2024-03-21T13:39:17.328212+0000 mgr.y (mgr.25471) 358 : cluster [DBG] pgmap v234: 161 pgs: 6 peering, 17 active+undersized+degraded, 20 active+undersized, 118 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 53/630 objects degraded (8.413%) 2024-03-21T13:39:20.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:20 smithi192 bash[42088]: cluster 2024-03-21T13:39:19.679809+0000 mon.a (mon.0) 543 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:20.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:20 smithi038 bash[53920]: cluster 2024-03-21T13:39:19.679809+0000 mon.a (mon.0) 543 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:20 smithi038 bash[55321]: cluster 2024-03-21T13:39:19.679809+0000 mon.a (mon.0) 543 : cluster [WRN] Health check update: Degraded data redundancy: 53/630 objects degraded (8.413%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:39:21.313 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:21 smithi192 bash[42088]: cluster 2024-03-21T13:39:19.329515+0000 mgr.y (mgr.25471) 359 : cluster [DBG] pgmap v235: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:39:21.313 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:21 smithi192 bash[42088]: cluster 2024-03-21T13:39:20.007270+0000 mon.a (mon.0) 544 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/630 objects degraded (8.413%), 17 pgs degraded) 2024-03-21T13:39:21.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:21 smithi038 bash[53920]: cluster 2024-03-21T13:39:19.329515+0000 mgr.y (mgr.25471) 359 : cluster [DBG] pgmap v235: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:39:21.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:21 smithi038 bash[53920]: cluster 2024-03-21T13:39:20.007270+0000 mon.a (mon.0) 544 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/630 objects degraded (8.413%), 17 pgs degraded) 2024-03-21T13:39:21.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:21 smithi038 bash[55321]: cluster 2024-03-21T13:39:19.329515+0000 mgr.y (mgr.25471) 359 : cluster [DBG] pgmap v235: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:39:21.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:21 smithi038 bash[55321]: cluster 2024-03-21T13:39:20.007270+0000 mon.a (mon.0) 544 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/630 objects degraded (8.413%), 17 pgs degraded) 2024-03-21T13:39:23.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:23 smithi038 bash[53920]: cluster 2024-03-21T13:39:21.330719+0000 mgr.y (mgr.25471) 360 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:39:23.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:23 smithi038 bash[55321]: cluster 2024-03-21T13:39:21.330719+0000 mgr.y (mgr.25471) 360 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:39:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:23 smithi192 bash[42088]: cluster 2024-03-21T13:39:21.330719+0000 mgr.y (mgr.25471) 360 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:39:24.182 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:39:24.990 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:39:24.990 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (8m) 2m ago 15m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:39:24.990 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 11s ago 15m - - 2024-03-21T13:39:24.990 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (6m) 2m ago 13m 48.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:39:24.990 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (6m) 11s ago 21m 444M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (7m) 2m ago 23m 502M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (6m) 2m ago 24m 53.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (5m) 11s ago 22m 45.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (5m) 2m ago 22m 45.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (8m) 2m ago 15m 12.5M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (7m) 11s ago 15m 12.8M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (3m) 2m ago 21m 51.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (3m) 2m ago 20m 50.9M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (2m) 2m ago 19m 47.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (2m) 2m ago 19m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (103s) 11s ago 18m 53.2M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (75s) 11s ago 18m 56.8M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (44s) 11s ago 17m 52.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (16s) 11s ago 16m - 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:39:24.991 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (6m) 11s ago 15m 70.4M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:39:24.992 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (13m) 2m ago 13m 88.4M - 17.2.0 e1d6a67b021e 3984256a1333 2024-03-21T13:39:24.992 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (13m) 11s ago 13m 88.9M - 17.2.0 e1d6a67b021e 8a4005b4ef91 2024-03-21T13:39:24.992 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (13m) 2m ago 13m 87.8M - 17.2.0 e1d6a67b021e 073f972699c8 2024-03-21T13:39:24.992 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (13m) 11s ago 13m 88.2M - 17.2.0 e1d6a67b021e 74ded0b136a2 2024-03-21T13:39:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: cluster 2024-03-21T13:39:23.331711+0000 mgr.y (mgr.25471) 361 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.166586+0000 mgr.y (mgr.25471) 362 : audit [DBG] from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.677453+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.689673+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.691389+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.692557+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.702994+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.788271+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.791681+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.794014+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.795592+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.798238+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.804889+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.808476+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.813278+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.816019+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.819756+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-21T13:39:25.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.822228+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.825854+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.828469+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.833637+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.836238+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.840125+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.842693+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.846616+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.849123+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.853363+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.855868+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.860265+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.865486+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.932493+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[53920]: audit 2024-03-21T13:39:24.934805+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: cluster 2024-03-21T13:39:23.331711+0000 mgr.y (mgr.25471) 361 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.166586+0000 mgr.y (mgr.25471) 362 : audit [DBG] from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.677453+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.689673+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.691389+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.692557+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.702994+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.788271+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.791681+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.794014+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.795592+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.798238+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.804889+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.808476+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.813278+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.816019+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.819756+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.822228+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.825854+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.828469+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.833637+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.836238+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-21T13:39:25.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.840125+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.842693+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.846616+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.849123+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.853363+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.855868+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.860265+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.865486+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.932493+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.410 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:25 smithi038 bash[55321]: audit 2024-03-21T13:39:24.934805+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:39:25.458 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:39:25.459 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:25.459 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:39:25.459 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-21T13:39:25.459 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 13 2024-03-21T13:39:25.459 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:39:25.459 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: cluster 2024-03-21T13:39:23.331711+0000 mgr.y (mgr.25471) 361 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.166586+0000 mgr.y (mgr.25471) 362 : audit [DBG] from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.677453+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.689673+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.691389+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.692557+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.702994+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.788271+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.791681+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.794014+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.795592+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.798238+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.804889+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.808476+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.813278+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.816019+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.819756+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.822228+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.825854+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-21T13:39:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.828469+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.833637+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.836238+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.840125+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.842693+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.846616+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.849123+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.853363+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.855868+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.860265+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.865486+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.932493+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:25 smithi192 bash[42088]: audit 2024-03-21T13:39:24.934805+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "mon", 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: "osd" 2024-03-21T13:39:25.864 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:39:25.865 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "13/23 daemons upgraded", 2024-03-21T13:39:25.865 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:39:25.865 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:39:25.865 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:39:26.316 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: audit 2024-03-21T13:39:24.573888+0000 mgr.y (mgr.25471) 363 : audit [DBG] from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: cluster 2024-03-21T13:39:24.695146+0000 mgr.y (mgr.25471) 364 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: cluster 2024-03-21T13:39:24.695495+0000 mgr.y (mgr.25471) 365 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: cephadm 2024-03-21T13:39:24.799268+0000 mgr.y (mgr.25471) 366 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: cephadm 2024-03-21T13:39:24.865049+0000 mgr.y (mgr.25471) 367 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: audit 2024-03-21T13:39:24.969390+0000 mgr.y (mgr.25471) 368 : audit [DBG] from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: audit 2024-03-21T13:39:25.456628+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.38:0/2729705373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: cluster 2024-03-21T13:39:25.858076+0000 mon.a (mon.0) 576 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: audit 2024-03-21T13:39:25.862205+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: cluster 2024-03-21T13:39:25.869311+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: audit 2024-03-21T13:39:25.877937+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:26.317 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[55321]: audit 2024-03-21T13:39:25.885665+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: audit 2024-03-21T13:39:24.573888+0000 mgr.y (mgr.25471) 363 : audit [DBG] from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: cluster 2024-03-21T13:39:24.695146+0000 mgr.y (mgr.25471) 364 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: cluster 2024-03-21T13:39:24.695495+0000 mgr.y (mgr.25471) 365 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: cephadm 2024-03-21T13:39:24.799268+0000 mgr.y (mgr.25471) 366 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: cephadm 2024-03-21T13:39:24.865049+0000 mgr.y (mgr.25471) 367 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: audit 2024-03-21T13:39:24.969390+0000 mgr.y (mgr.25471) 368 : audit [DBG] from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: audit 2024-03-21T13:39:25.456628+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.38:0/2729705373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: cluster 2024-03-21T13:39:25.858076+0000 mon.a (mon.0) 576 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: audit 2024-03-21T13:39:25.862205+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: cluster 2024-03-21T13:39:25.869311+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: audit 2024-03-21T13:39:25.877937+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:26.318 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:26 smithi038 bash[53920]: audit 2024-03-21T13:39:25.885665+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:26.346 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:39:26.346 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:39:26.346 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: audit 2024-03-21T13:39:24.573888+0000 mgr.y (mgr.25471) 363 : audit [DBG] from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: cluster 2024-03-21T13:39:24.695146+0000 mgr.y (mgr.25471) 364 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: cluster 2024-03-21T13:39:24.695495+0000 mgr.y (mgr.25471) 365 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: cephadm 2024-03-21T13:39:24.799268+0000 mgr.y (mgr.25471) 366 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: cephadm 2024-03-21T13:39:24.865049+0000 mgr.y (mgr.25471) 367 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: audit 2024-03-21T13:39:24.969390+0000 mgr.y (mgr.25471) 368 : audit [DBG] from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: audit 2024-03-21T13:39:25.456628+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.38:0/2729705373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: cluster 2024-03-21T13:39:25.858076+0000 mon.a (mon.0) 576 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-21T13:39:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: audit 2024-03-21T13:39:25.862205+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-21T13:39:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: cluster 2024-03-21T13:39:25.869311+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-21T13:39:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: audit 2024-03-21T13:39:25.877937+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:26 smithi192 bash[42088]: audit 2024-03-21T13:39:25.885665+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:27.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:39:27] "GET /metrics HTTP/1.1" 200 38625 "" "Prometheus/2.33.4" 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[53920]: audit 2024-03-21T13:39:25.862842+0000 mgr.y (mgr.25471) 369 : audit [DBG] from='client.44527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[53920]: cephadm 2024-03-21T13:39:25.879738+0000 mgr.y (mgr.25471) 370 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[53920]: audit 2024-03-21T13:39:26.101077+0000 mgr.y (mgr.25471) 371 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[53920]: audit 2024-03-21T13:39:26.345119+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.38:0/3947309899' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[55321]: audit 2024-03-21T13:39:25.862842+0000 mgr.y (mgr.25471) 369 : audit [DBG] from='client.44527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[55321]: cephadm 2024-03-21T13:39:25.879738+0000 mgr.y (mgr.25471) 370 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-21T13:39:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[55321]: audit 2024-03-21T13:39:26.101077+0000 mgr.y (mgr.25471) 371 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:27.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:27 smithi038 bash[55321]: audit 2024-03-21T13:39:26.345119+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.38:0/3947309899' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:39:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:27 smithi192 bash[42088]: audit 2024-03-21T13:39:25.862842+0000 mgr.y (mgr.25471) 369 : audit [DBG] from='client.44527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:27 smithi192 bash[42088]: cephadm 2024-03-21T13:39:25.879738+0000 mgr.y (mgr.25471) 370 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-21T13:39:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:27 smithi192 bash[42088]: audit 2024-03-21T13:39:26.101077+0000 mgr.y (mgr.25471) 371 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:27 smithi192 bash[42088]: audit 2024-03-21T13:39:26.345119+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.38:0/3947309899' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:39:28.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:28 smithi038 bash[53920]: cluster 2024-03-21T13:39:26.696663+0000 mgr.y (mgr.25471) 372 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:39:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:28 smithi038 bash[55321]: cluster 2024-03-21T13:39:26.696663+0000 mgr.y (mgr.25471) 372 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:39:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:28 smithi192 bash[42088]: cluster 2024-03-21T13:39:26.696663+0000 mgr.y (mgr.25471) 372 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[53920]: cephadm 2024-03-21T13:39:28.558745+0000 mgr.y (mgr.25471) 373 : cephadm [INF] Upgrade: Updating rgw.foo.smithi038.ldpoff (1/4) 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[53920]: audit 2024-03-21T13:39:28.567499+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[53920]: audit 2024-03-21T13:39:28.572041+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[53920]: audit 2024-03-21T13:39:28.575697+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[53920]: cephadm 2024-03-21T13:39:28.578131+0000 mgr.y (mgr.25471) 374 : cephadm [INF] Deploying daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[53920]: cluster 2024-03-21T13:39:28.697585+0000 mgr.y (mgr.25471) 375 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 694 B/s rd, 0 op/s 2024-03-21T13:39:29.907 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[55321]: cephadm 2024-03-21T13:39:28.558745+0000 mgr.y (mgr.25471) 373 : cephadm [INF] Upgrade: Updating rgw.foo.smithi038.ldpoff (1/4) 2024-03-21T13:39:29.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[55321]: audit 2024-03-21T13:39:28.567499+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:29.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[55321]: audit 2024-03-21T13:39:28.572041+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:29.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[55321]: audit 2024-03-21T13:39:28.575697+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:29.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[55321]: cephadm 2024-03-21T13:39:28.578131+0000 mgr.y (mgr.25471) 374 : cephadm [INF] Deploying daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:39:29.908 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:29 smithi038 bash[55321]: cluster 2024-03-21T13:39:28.697585+0000 mgr.y (mgr.25471) 375 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 694 B/s rd, 0 op/s 2024-03-21T13:39:29.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:29 smithi192 bash[42088]: cephadm 2024-03-21T13:39:28.558745+0000 mgr.y (mgr.25471) 373 : cephadm [INF] Upgrade: Updating rgw.foo.smithi038.ldpoff (1/4) 2024-03-21T13:39:29.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:29 smithi192 bash[42088]: audit 2024-03-21T13:39:28.567499+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:29.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:29 smithi192 bash[42088]: audit 2024-03-21T13:39:28.572041+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.ldpoff", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:29.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:29 smithi192 bash[42088]: audit 2024-03-21T13:39:28.575697+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:29.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:29 smithi192 bash[42088]: cephadm 2024-03-21T13:39:28.578131+0000 mgr.y (mgr.25471) 374 : cephadm [INF] Deploying daemon rgw.foo.smithi038.ldpoff on smithi038 2024-03-21T13:39:29.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:29 smithi192 bash[42088]: cluster 2024-03-21T13:39:28.697585+0000 mgr.y (mgr.25471) 375 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 694 B/s rd, 0 op/s 2024-03-21T13:39:31.265 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:31 smithi038 bash[53920]: audit 2024-03-21T13:39:30.261580+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:31.266 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:31 smithi038 bash[53920]: cluster 2024-03-21T13:39:30.698992+0000 mgr.y (mgr.25471) 376 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2024-03-21T13:39:31.266 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:31 smithi038 bash[55321]: audit 2024-03-21T13:39:30.261580+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:31.266 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:31 smithi038 bash[55321]: cluster 2024-03-21T13:39:30.698992+0000 mgr.y (mgr.25471) 376 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2024-03-21T13:39:31.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:31 smithi192 bash[42088]: audit 2024-03-21T13:39:30.261580+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:31.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:31 smithi192 bash[42088]: cluster 2024-03-21T13:39:30.698992+0000 mgr.y (mgr.25471) 376 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2024-03-21T13:39:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:34 smithi038 bash[55321]: cluster 2024-03-21T13:39:32.700002+0000 mgr.y (mgr.25471) 377 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:34 smithi038 bash[55321]: audit 2024-03-21T13:39:32.999661+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:34 smithi038 bash[55321]: audit 2024-03-21T13:39:33.006796+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:34 smithi038 bash[53920]: cluster 2024-03-21T13:39:32.700002+0000 mgr.y (mgr.25471) 377 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:34 smithi038 bash[53920]: audit 2024-03-21T13:39:32.999661+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:34.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:34 smithi038 bash[53920]: audit 2024-03-21T13:39:33.006796+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:34 smithi192 bash[42088]: cluster 2024-03-21T13:39:32.700002+0000 mgr.y (mgr.25471) 377 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:39:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:34 smithi192 bash[42088]: audit 2024-03-21T13:39:32.999661+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:34 smithi192 bash[42088]: audit 2024-03-21T13:39:33.006796+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:36.269 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[55321]: cluster 2024-03-21T13:39:34.701100+0000 mgr.y (mgr.25471) 378 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:39:36.269 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[55321]: audit 2024-03-21T13:39:35.829506+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:36.270 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[55321]: audit 2024-03-21T13:39:35.834389+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:36.270 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[55321]: audit 2024-03-21T13:39:35.837401+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:36.270 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[53920]: cluster 2024-03-21T13:39:34.701100+0000 mgr.y (mgr.25471) 378 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:39:36.270 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[53920]: audit 2024-03-21T13:39:35.829506+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:36.270 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[53920]: audit 2024-03-21T13:39:35.834389+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:36.270 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:36 smithi038 bash[53920]: audit 2024-03-21T13:39:35.837401+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:36 smithi192 bash[42088]: cluster 2024-03-21T13:39:34.701100+0000 mgr.y (mgr.25471) 378 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:39:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:36 smithi192 bash[42088]: audit 2024-03-21T13:39:35.829506+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:36 smithi192 bash[42088]: audit 2024-03-21T13:39:35.834389+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nentip", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:36 smithi192 bash[42088]: audit 2024-03-21T13:39:35.837401+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:37.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[53920]: cephadm 2024-03-21T13:39:35.822168+0000 mgr.y (mgr.25471) 379 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi038.nentip (2/4) 2024-03-21T13:39:37.286 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[53920]: cephadm 2024-03-21T13:39:35.838773+0000 mgr.y (mgr.25471) 380 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:39:37.287 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[53920]: audit 2024-03-21T13:39:36.111908+0000 mgr.y (mgr.25471) 381 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:37.287 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[55321]: cephadm 2024-03-21T13:39:35.822168+0000 mgr.y (mgr.25471) 379 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi038.nentip (2/4) 2024-03-21T13:39:37.287 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[55321]: cephadm 2024-03-21T13:39:35.838773+0000 mgr.y (mgr.25471) 380 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:39:37.287 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[55321]: audit 2024-03-21T13:39:36.111908+0000 mgr.y (mgr.25471) 381 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:37 smithi192 bash[42088]: cephadm 2024-03-21T13:39:35.822168+0000 mgr.y (mgr.25471) 379 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi038.nentip (2/4) 2024-03-21T13:39:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:37 smithi192 bash[42088]: cephadm 2024-03-21T13:39:35.838773+0000 mgr.y (mgr.25471) 380 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nentip on smithi038 2024-03-21T13:39:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:37 smithi192 bash[42088]: audit 2024-03-21T13:39:36.111908+0000 mgr.y (mgr.25471) 381 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:37.608 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:39:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:39:37] "GET /metrics HTTP/1.1" 200 38625 "" "Prometheus/2.33.4" 2024-03-21T13:39:38.330 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:38 smithi038 bash[53920]: cluster 2024-03-21T13:39:36.702283+0000 mgr.y (mgr.25471) 382 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 31 op/s 2024-03-21T13:39:38.330 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:38 smithi038 bash[55321]: cluster 2024-03-21T13:39:36.702283+0000 mgr.y (mgr.25471) 382 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 31 op/s 2024-03-21T13:39:38.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:38 smithi192 bash[42088]: cluster 2024-03-21T13:39:36.702283+0000 mgr.y (mgr.25471) 382 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 31 op/s 2024-03-21T13:39:40.133 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:40 smithi038 bash[53920]: cluster 2024-03-21T13:39:38.703369+0000 mgr.y (mgr.25471) 383 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 40 op/s 2024-03-21T13:39:40.133 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:40 smithi038 bash[53920]: audit 2024-03-21T13:39:39.936374+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:40.133 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:40 smithi038 bash[53920]: audit 2024-03-21T13:39:39.938033+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:40.134 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:40 smithi038 bash[55321]: cluster 2024-03-21T13:39:38.703369+0000 mgr.y (mgr.25471) 383 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 40 op/s 2024-03-21T13:39:40.134 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:40 smithi038 bash[55321]: audit 2024-03-21T13:39:39.936374+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:40.134 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:40 smithi038 bash[55321]: audit 2024-03-21T13:39:39.938033+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:40 smithi192 bash[42088]: cluster 2024-03-21T13:39:38.703369+0000 mgr.y (mgr.25471) 383 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 40 op/s 2024-03-21T13:39:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:40 smithi192 bash[42088]: audit 2024-03-21T13:39:39.936374+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:40 smithi192 bash[42088]: audit 2024-03-21T13:39:39.938033+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:41.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:41 smithi192 bash[42088]: audit 2024-03-21T13:39:40.183988+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:41 smithi192 bash[42088]: audit 2024-03-21T13:39:40.192756+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:41.493 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:41 smithi038 bash[53920]: audit 2024-03-21T13:39:40.183988+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:41.493 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:41 smithi038 bash[53920]: audit 2024-03-21T13:39:40.192756+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:41.494 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:41 smithi038 bash[55321]: audit 2024-03-21T13:39:40.183988+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:41.494 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:41 smithi038 bash[55321]: audit 2024-03-21T13:39:40.192756+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:42 smithi192 bash[42088]: cluster 2024-03-21T13:39:40.704825+0000 mgr.y (mgr.25471) 384 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-03-21T13:39:42.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:42 smithi038 bash[55321]: cluster 2024-03-21T13:39:40.704825+0000 mgr.y (mgr.25471) 384 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-03-21T13:39:42.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:42 smithi038 bash[53920]: cluster 2024-03-21T13:39:40.704825+0000 mgr.y (mgr.25471) 384 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-03-21T13:39:44.091 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:43 smithi192 bash[42088]: cluster 2024-03-21T13:39:42.706130+0000 mgr.y (mgr.25471) 385 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 85 B/s wr, 95 op/s 2024-03-21T13:39:44.091 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:43 smithi192 bash[42088]: cephadm 2024-03-21T13:39:42.738439+0000 mgr.y (mgr.25471) 386 : cephadm [INF] Upgrade: Updating rgw.foo.smithi192.zcffga (3/4) 2024-03-21T13:39:44.091 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:43 smithi192 bash[42088]: audit 2024-03-21T13:39:42.747153+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:44.091 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:43 smithi192 bash[42088]: audit 2024-03-21T13:39:42.750726+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:44.091 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:43 smithi192 bash[42088]: audit 2024-03-21T13:39:42.753946+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:44.091 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:43 smithi192 bash[42088]: cephadm 2024-03-21T13:39:42.755676+0000 mgr.y (mgr.25471) 387 : cephadm [INF] Deploying daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[53920]: cluster 2024-03-21T13:39:42.706130+0000 mgr.y (mgr.25471) 385 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 85 B/s wr, 95 op/s 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[53920]: cephadm 2024-03-21T13:39:42.738439+0000 mgr.y (mgr.25471) 386 : cephadm [INF] Upgrade: Updating rgw.foo.smithi192.zcffga (3/4) 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[53920]: audit 2024-03-21T13:39:42.747153+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[53920]: audit 2024-03-21T13:39:42.750726+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[53920]: audit 2024-03-21T13:39:42.753946+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[53920]: cephadm 2024-03-21T13:39:42.755676+0000 mgr.y (mgr.25471) 387 : cephadm [INF] Deploying daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[55321]: cluster 2024-03-21T13:39:42.706130+0000 mgr.y (mgr.25471) 385 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 85 B/s wr, 95 op/s 2024-03-21T13:39:44.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[55321]: cephadm 2024-03-21T13:39:42.738439+0000 mgr.y (mgr.25471) 386 : cephadm [INF] Upgrade: Updating rgw.foo.smithi192.zcffga (3/4) 2024-03-21T13:39:44.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[55321]: audit 2024-03-21T13:39:42.747153+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:44.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[55321]: audit 2024-03-21T13:39:42.750726+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi192.zcffga", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:44.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[55321]: audit 2024-03-21T13:39:42.753946+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:44.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:43 smithi038 bash[55321]: cephadm 2024-03-21T13:39:42.755676+0000 mgr.y (mgr.25471) 387 : cephadm [INF] Deploying daemon rgw.foo.smithi192.zcffga on smithi192 2024-03-21T13:39:45.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:45 smithi192 bash[42088]: cluster 2024-03-21T13:39:44.707483+0000 mgr.y (mgr.25471) 388 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 170 B/s wr, 137 op/s 2024-03-21T13:39:46.124 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:45 smithi038 bash[53920]: cluster 2024-03-21T13:39:44.707483+0000 mgr.y (mgr.25471) 388 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 170 B/s wr, 137 op/s 2024-03-21T13:39:46.125 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:45 smithi038 bash[55321]: cluster 2024-03-21T13:39:44.707483+0000 mgr.y (mgr.25471) 388 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 170 B/s wr, 137 op/s 2024-03-21T13:39:46.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:46 smithi192 bash[42088]: audit 2024-03-21T13:39:46.123118+0000 mgr.y (mgr.25471) 389 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:46 smithi192 bash[42088]: audit 2024-03-21T13:39:46.665835+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:46 smithi192 bash[42088]: audit 2024-03-21T13:39:46.677746+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:47.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:46 smithi038 bash[53920]: audit 2024-03-21T13:39:46.123118+0000 mgr.y (mgr.25471) 389 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:47.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:46 smithi038 bash[53920]: audit 2024-03-21T13:39:46.665835+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:47.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:46 smithi038 bash[53920]: audit 2024-03-21T13:39:46.677746+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:47.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:46 smithi038 bash[55321]: audit 2024-03-21T13:39:46.123118+0000 mgr.y (mgr.25471) 389 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:47.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:46 smithi038 bash[55321]: audit 2024-03-21T13:39:46.665835+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:47.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:46 smithi038 bash[55321]: audit 2024-03-21T13:39:46.677746+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:39:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:39:47] "GET /metrics HTTP/1.1" 200 38628 "" "Prometheus/2.33.4" 2024-03-21T13:39:48.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:47 smithi038 bash[53920]: cluster 2024-03-21T13:39:46.708545+0000 mgr.y (mgr.25471) 390 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 170 B/s wr, 167 op/s 2024-03-21T13:39:48.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:47 smithi038 bash[55321]: cluster 2024-03-21T13:39:46.708545+0000 mgr.y (mgr.25471) 390 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 170 B/s wr, 167 op/s 2024-03-21T13:39:48.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:47 smithi192 bash[42088]: cluster 2024-03-21T13:39:46.708545+0000 mgr.y (mgr.25471) 390 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 170 B/s wr, 167 op/s 2024-03-21T13:39:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[53920]: cluster 2024-03-21T13:39:48.709497+0000 mgr.y (mgr.25471) 391 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 170 B/s wr, 140 op/s 2024-03-21T13:39:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[53920]: audit 2024-03-21T13:39:49.559807+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[53920]: audit 2024-03-21T13:39:49.563209+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:50.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[53920]: audit 2024-03-21T13:39:49.567716+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:50.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[55321]: cluster 2024-03-21T13:39:48.709497+0000 mgr.y (mgr.25471) 391 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 170 B/s wr, 140 op/s 2024-03-21T13:39:50.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[55321]: audit 2024-03-21T13:39:49.559807+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:50.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[55321]: audit 2024-03-21T13:39:49.563209+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:50.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:49 smithi038 bash[55321]: audit 2024-03-21T13:39:49.567716+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:49 smithi192 bash[42088]: cluster 2024-03-21T13:39:48.709497+0000 mgr.y (mgr.25471) 391 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 170 B/s wr, 140 op/s 2024-03-21T13:39:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:49 smithi192 bash[42088]: audit 2024-03-21T13:39:49.559807+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:49 smithi192 bash[42088]: audit 2024-03-21T13:39:49.563209+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi192.dqjhfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:39:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:49 smithi192 bash[42088]: audit 2024-03-21T13:39:49.567716+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:39:51.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:50 smithi038 bash[53920]: cephadm 2024-03-21T13:39:49.552158+0000 mgr.y (mgr.25471) 392 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi192.dqjhfd (4/4) 2024-03-21T13:39:51.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:50 smithi038 bash[53920]: cephadm 2024-03-21T13:39:49.569721+0000 mgr.y (mgr.25471) 393 : cephadm [INF] Deploying daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:39:51.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:50 smithi038 bash[55321]: cephadm 2024-03-21T13:39:49.552158+0000 mgr.y (mgr.25471) 392 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi192.dqjhfd (4/4) 2024-03-21T13:39:51.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:50 smithi038 bash[55321]: cephadm 2024-03-21T13:39:49.569721+0000 mgr.y (mgr.25471) 393 : cephadm [INF] Deploying daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:39:51.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:50 smithi192 bash[42088]: cephadm 2024-03-21T13:39:49.552158+0000 mgr.y (mgr.25471) 392 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi192.dqjhfd (4/4) 2024-03-21T13:39:51.184 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:50 smithi192 bash[42088]: cephadm 2024-03-21T13:39:49.569721+0000 mgr.y (mgr.25471) 393 : cephadm [INF] Deploying daemon rgw.smpl.smithi192.dqjhfd on smithi192 2024-03-21T13:39:52.062 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:51 smithi192 bash[42088]: cluster 2024-03-21T13:39:50.710849+0000 mgr.y (mgr.25471) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 164 op/s 2024-03-21T13:39:52.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:51 smithi038 bash[53920]: cluster 2024-03-21T13:39:50.710849+0000 mgr.y (mgr.25471) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 164 op/s 2024-03-21T13:39:52.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:51 smithi038 bash[55321]: cluster 2024-03-21T13:39:50.710849+0000 mgr.y (mgr.25471) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 255 B/s wr, 164 op/s 2024-03-21T13:39:54.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:53 smithi038 bash[53920]: cluster 2024-03-21T13:39:52.712206+0000 mgr.y (mgr.25471) 395 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 170 B/s wr, 157 op/s 2024-03-21T13:39:54.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:53 smithi038 bash[53920]: audit 2024-03-21T13:39:53.450213+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:54.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:53 smithi038 bash[53920]: audit 2024-03-21T13:39:53.460415+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:54.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:53 smithi038 bash[55321]: cluster 2024-03-21T13:39:52.712206+0000 mgr.y (mgr.25471) 395 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 170 B/s wr, 157 op/s 2024-03-21T13:39:54.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:53 smithi038 bash[55321]: audit 2024-03-21T13:39:53.450213+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:54.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:53 smithi038 bash[55321]: audit 2024-03-21T13:39:53.460415+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:53 smithi192 bash[42088]: cluster 2024-03-21T13:39:52.712206+0000 mgr.y (mgr.25471) 395 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 170 B/s wr, 157 op/s 2024-03-21T13:39:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:53 smithi192 bash[42088]: audit 2024-03-21T13:39:53.450213+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:53 smithi192 bash[42088]: audit 2024-03-21T13:39:53.460415+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:39:56.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:55 smithi038 bash[53920]: cluster 2024-03-21T13:39:54.713500+0000 mgr.y (mgr.25471) 396 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 170 B/s wr, 157 op/s 2024-03-21T13:39:56.136 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:55 smithi038 bash[53920]: audit 2024-03-21T13:39:54.927227+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:56.136 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:55 smithi038 bash[55321]: cluster 2024-03-21T13:39:54.713500+0000 mgr.y (mgr.25471) 396 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 170 B/s wr, 157 op/s 2024-03-21T13:39:56.136 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:55 smithi038 bash[55321]: audit 2024-03-21T13:39:54.927227+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:56.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:55 smithi192 bash[42088]: cluster 2024-03-21T13:39:54.713500+0000 mgr.y (mgr.25471) 396 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 170 B/s wr, 157 op/s 2024-03-21T13:39:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:55 smithi192 bash[42088]: audit 2024-03-21T13:39:54.927227+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:39:56.766 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:39:57.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:56 smithi038 bash[53920]: audit 2024-03-21T13:39:56.134215+0000 mgr.y (mgr.25471) 397 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:57.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:56 smithi038 bash[55321]: audit 2024-03-21T13:39:56.134215+0000 mgr.y (mgr.25471) 397 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:56 smithi192 bash[42088]: audit 2024-03-21T13:39:56.134215+0000 mgr.y (mgr.25471) 397 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:39:57.558 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (8m) 2m ago 16m 16.2M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 43s ago 15m - - 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (7m) 2m ago 13m 48.0M - 3.5 e1d6a67b021e 9a82d1b3185b 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (7m) 43s ago 22m 444M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (8m) 2m ago 24m 502M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (6m) 2m ago 24m 53.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (5m) 43s ago 22m 45.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (6m) 2m ago 22m 45.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (8m) 2m ago 16m 12.5M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (8m) 43s ago 16m 12.8M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (4m) 2m ago 21m 51.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (3m) 2m ago 21m 50.9M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (3m) 2m ago 20m 47.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:39:57.559 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (2m) 2m ago 19m - 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (2m) 43s ago 19m 53.2M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (108s) 43s ago 18m 56.8M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (77s) 43s ago 18m 52.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (48s) 43s ago 17m - 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (7m) 43s ago 16m 70.4M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 starting - - - - 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 starting - - - - 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 starting - - - - 2024-03-21T13:39:57.560 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 starting - - - - 2024-03-21T13:39:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:39:57] "GET /metrics HTTP/1.1" 200 38621 "" "Prometheus/2.33.4" 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:39:58.031 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:39:58.032 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:39:58.032 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:39:58.032 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:39:58.032 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:39:58.032 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:39:58.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[53920]: cluster 2024-03-21T13:39:56.714680+0000 mgr.y (mgr.25471) 398 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 85 B/s wr, 144 op/s 2024-03-21T13:39:58.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[53920]: audit 2024-03-21T13:39:56.748864+0000 mgr.y (mgr.25471) 399 : audit [DBG] from='client.34698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:58.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[53920]: audit 2024-03-21T13:39:57.148379+0000 mgr.y (mgr.25471) 400 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:58.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[55321]: cluster 2024-03-21T13:39:56.714680+0000 mgr.y (mgr.25471) 398 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 85 B/s wr, 144 op/s 2024-03-21T13:39:58.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[55321]: audit 2024-03-21T13:39:56.748864+0000 mgr.y (mgr.25471) 399 : audit [DBG] from='client.34698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:58.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:57 smithi038 bash[55321]: audit 2024-03-21T13:39:57.148379+0000 mgr.y (mgr.25471) 400 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:57 smithi192 bash[42088]: cluster 2024-03-21T13:39:56.714680+0000 mgr.y (mgr.25471) 398 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 85 B/s wr, 144 op/s 2024-03-21T13:39:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:57 smithi192 bash[42088]: audit 2024-03-21T13:39:56.748864+0000 mgr.y (mgr.25471) 399 : audit [DBG] from='client.34698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:57 smithi192 bash[42088]: audit 2024-03-21T13:39:57.148379+0000 mgr.y (mgr.25471) 400 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:58.424 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "mon", 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "osd" 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "13/23 daemons upgraded", 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading rgw daemons", 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:39:58.425 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:39:58.900 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:39:58.900 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:39:58.900 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:39:59.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:58 smithi038 bash[53920]: audit 2024-03-21T13:39:57.533557+0000 mgr.y (mgr.25471) 401 : audit [DBG] from='client.44629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:59.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:58 smithi038 bash[53920]: audit 2024-03-21T13:39:58.029681+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/2691523622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:59.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:58 smithi038 bash[55321]: audit 2024-03-21T13:39:57.533557+0000 mgr.y (mgr.25471) 401 : audit [DBG] from='client.44629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:59.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:58 smithi038 bash[55321]: audit 2024-03-21T13:39:58.029681+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/2691523622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:39:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:58 smithi192 bash[42088]: audit 2024-03-21T13:39:57.533557+0000 mgr.y (mgr.25471) 401 : audit [DBG] from='client.44629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:39:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:58 smithi192 bash[42088]: audit 2024-03-21T13:39:58.029681+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.38:0/2691523622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: audit 2024-03-21T13:39:58.423249+0000 mgr.y (mgr.25471) 402 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: cluster 2024-03-21T13:39:58.715300+0000 mgr.y (mgr.25471) 403 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 85 B/s wr, 126 op/s 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: audit 2024-03-21T13:39:58.899510+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/1247940137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: audit 2024-03-21T13:39:59.642622+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: audit 2024-03-21T13:39:59.660298+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: audit 2024-03-21T13:39:59.790317+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[53920]: audit 2024-03-21T13:39:59.798986+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: audit 2024-03-21T13:39:58.423249+0000 mgr.y (mgr.25471) 402 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: cluster 2024-03-21T13:39:58.715300+0000 mgr.y (mgr.25471) 403 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 85 B/s wr, 126 op/s 2024-03-21T13:40:00.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: audit 2024-03-21T13:39:58.899510+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/1247940137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:40:00.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: audit 2024-03-21T13:39:59.642622+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: audit 2024-03-21T13:39:59.660298+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: audit 2024-03-21T13:39:59.790317+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:39:59 smithi038 bash[55321]: audit 2024-03-21T13:39:59.798986+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: audit 2024-03-21T13:39:58.423249+0000 mgr.y (mgr.25471) 402 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: cluster 2024-03-21T13:39:58.715300+0000 mgr.y (mgr.25471) 403 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 85 B/s wr, 126 op/s 2024-03-21T13:40:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: audit 2024-03-21T13:39:58.899510+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.38:0/1247940137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:40:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: audit 2024-03-21T13:39:59.642622+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: audit 2024-03-21T13:39:59.660298+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: audit 2024-03-21T13:39:59.790317+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:39:59 smithi192 bash[42088]: audit 2024-03-21T13:39:59.798986+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:01.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:00 smithi038 bash[55321]: cluster 2024-03-21T13:40:00.000114+0000 mon.a (mon.0) 609 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:40:01.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:00 smithi038 bash[55321]: audit 2024-03-21T13:40:00.659615+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:01.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:00 smithi038 bash[55321]: audit 2024-03-21T13:40:00.671120+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:01.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:00 smithi038 bash[53920]: cluster 2024-03-21T13:40:00.000114+0000 mon.a (mon.0) 609 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:40:01.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:00 smithi038 bash[53920]: audit 2024-03-21T13:40:00.659615+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:01.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:00 smithi038 bash[53920]: audit 2024-03-21T13:40:00.671120+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:01.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:00 smithi192 bash[42088]: cluster 2024-03-21T13:40:00.000114+0000 mon.a (mon.0) 609 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:40:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:00 smithi192 bash[42088]: audit 2024-03-21T13:40:00.659615+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:00 smithi192 bash[42088]: audit 2024-03-21T13:40:00.671120+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:02.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:01 smithi038 bash[53920]: cluster 2024-03-21T13:40:00.716510+0000 mgr.y (mgr.25471) 404 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 170 B/s wr, 168 op/s 2024-03-21T13:40:02.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:01 smithi038 bash[53920]: audit 2024-03-21T13:40:00.900897+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:02.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:01 smithi038 bash[53920]: audit 2024-03-21T13:40:00.911266+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:02.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:01 smithi038 bash[55321]: cluster 2024-03-21T13:40:00.716510+0000 mgr.y (mgr.25471) 404 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 170 B/s wr, 168 op/s 2024-03-21T13:40:02.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:01 smithi038 bash[55321]: audit 2024-03-21T13:40:00.900897+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:02.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:01 smithi038 bash[55321]: audit 2024-03-21T13:40:00.911266+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:02.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:01 smithi192 bash[42088]: cluster 2024-03-21T13:40:00.716510+0000 mgr.y (mgr.25471) 404 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 170 B/s wr, 168 op/s 2024-03-21T13:40:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:01 smithi192 bash[42088]: audit 2024-03-21T13:40:00.900897+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:01 smithi192 bash[42088]: audit 2024-03-21T13:40:00.911266+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:03 smithi192 bash[42088]: cluster 2024-03-21T13:40:02.717840+0000 mgr.y (mgr.25471) 405 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 85 B/s wr, 133 op/s 2024-03-21T13:40:04.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:03 smithi038 bash[53920]: cluster 2024-03-21T13:40:02.717840+0000 mgr.y (mgr.25471) 405 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 85 B/s wr, 133 op/s 2024-03-21T13:40:04.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:03 smithi038 bash[55321]: cluster 2024-03-21T13:40:02.717840+0000 mgr.y (mgr.25471) 405 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 85 B/s wr, 133 op/s 2024-03-21T13:40:06.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:05 smithi192 bash[42088]: cluster 2024-03-21T13:40:04.719271+0000 mgr.y (mgr.25471) 406 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 85 B/s wr, 95 op/s 2024-03-21T13:40:06.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:05 smithi038 bash[53920]: cluster 2024-03-21T13:40:04.719271+0000 mgr.y (mgr.25471) 406 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 85 B/s wr, 95 op/s 2024-03-21T13:40:06.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:05 smithi038 bash[55321]: cluster 2024-03-21T13:40:04.719271+0000 mgr.y (mgr.25471) 406 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 85 B/s wr, 95 op/s 2024-03-21T13:40:07.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:06 smithi192 bash[42088]: audit 2024-03-21T13:40:06.143977+0000 mgr.y (mgr.25471) 407 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:07.283 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:06 smithi038 bash[53920]: audit 2024-03-21T13:40:06.143977+0000 mgr.y (mgr.25471) 407 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:07.283 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:06 smithi038 bash[55321]: audit 2024-03-21T13:40:06.143977+0000 mgr.y (mgr.25471) 407 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:07.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:40:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:40:07] "GET /metrics HTTP/1.1" 200 38621 "" "Prometheus/2.33.4" 2024-03-21T13:40:07.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:07 smithi192 bash[42088]: cluster 2024-03-21T13:40:06.720479+0000 mgr.y (mgr.25471) 408 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 85 op/s 2024-03-21T13:40:08.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:07 smithi038 bash[53920]: cluster 2024-03-21T13:40:06.720479+0000 mgr.y (mgr.25471) 408 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 85 op/s 2024-03-21T13:40:08.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:07 smithi038 bash[55321]: cluster 2024-03-21T13:40:06.720479+0000 mgr.y (mgr.25471) 408 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 85 op/s 2024-03-21T13:40:10.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:09 smithi192 bash[42088]: cluster 2024-03-21T13:40:08.721547+0000 mgr.y (mgr.25471) 409 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 85 B/s wr, 56 op/s 2024-03-21T13:40:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:09 smithi192 bash[42088]: audit 2024-03-21T13:40:09.927740+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:09 smithi038 bash[53920]: cluster 2024-03-21T13:40:08.721547+0000 mgr.y (mgr.25471) 409 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 85 B/s wr, 56 op/s 2024-03-21T13:40:10.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:09 smithi038 bash[53920]: audit 2024-03-21T13:40:09.927740+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:09 smithi038 bash[55321]: cluster 2024-03-21T13:40:08.721547+0000 mgr.y (mgr.25471) 409 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 85 B/s wr, 56 op/s 2024-03-21T13:40:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:09 smithi038 bash[55321]: audit 2024-03-21T13:40:09.927740+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:11 smithi038 bash[53920]: cluster 2024-03-21T13:40:10.722975+0000 mgr.y (mgr.25471) 410 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 85 B/s wr, 44 op/s 2024-03-21T13:40:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:11 smithi038 bash[53920]: audit 2024-03-21T13:40:11.527533+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:12.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:11 smithi038 bash[53920]: audit 2024-03-21T13:40:11.538009+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:11 smithi038 bash[55321]: cluster 2024-03-21T13:40:10.722975+0000 mgr.y (mgr.25471) 410 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 85 B/s wr, 44 op/s 2024-03-21T13:40:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:11 smithi038 bash[55321]: audit 2024-03-21T13:40:11.527533+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:12.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:11 smithi038 bash[55321]: audit 2024-03-21T13:40:11.538009+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:12.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:11 smithi192 bash[42088]: cluster 2024-03-21T13:40:10.722975+0000 mgr.y (mgr.25471) 410 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 85 B/s wr, 44 op/s 2024-03-21T13:40:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:11 smithi192 bash[42088]: audit 2024-03-21T13:40:11.527533+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:11 smithi192 bash[42088]: audit 2024-03-21T13:40:11.538009+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: cephadm 2024-03-21T13:40:11.517077+0000 mgr.y (mgr.25471) 411 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:40:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.373649+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.386320+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.389069+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.390903+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.402707+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.502731+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.506338+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.509260+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.511838+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.515201+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.519378+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.522539+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.529602+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.533248+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi038.ldpoff"}]: dispatch 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.538881+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi038.ldpoff"}]': finished 2024-03-21T13:40:13.406 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.542598+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi192.zcffga"}]: dispatch 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.547737+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi192.zcffga"}]': finished 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.551464+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi038.nentip"}]: dispatch 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.555636+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi038.nentip"}]': finished 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.558570+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi192.dqjhfd"}]: dispatch 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.562946+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi192.dqjhfd"}]': finished 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.566065+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.571521+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.575217+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.577308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[53920]: audit 2024-03-21T13:40:12.582664+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.407 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: cephadm 2024-03-21T13:40:11.517077+0000 mgr.y (mgr.25471) 411 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.373649+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.386320+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.389069+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.390903+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.402707+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.502731+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.506338+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.509260+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.511838+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.515201+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.519378+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.522539+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.529602+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.533248+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi038.ldpoff"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.538881+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi038.ldpoff"}]': finished 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.542598+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi192.zcffga"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.547737+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi192.zcffga"}]': finished 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.551464+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi038.nentip"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.555636+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi038.nentip"}]': finished 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.558570+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi192.dqjhfd"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.562946+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi192.dqjhfd"}]': finished 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.566065+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.571521+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.575217+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.577308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:12 smithi038 bash[55321]: audit 2024-03-21T13:40:12.582664+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: cephadm 2024-03-21T13:40:11.517077+0000 mgr.y (mgr.25471) 411 : cephadm [INF] Detected new or changed devices on smithi192 2024-03-21T13:40:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.373649+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.386320+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.389069+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.390903+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.402707+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.502731+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.506338+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.509260+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.511838+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.515201+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.519378+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.522539+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.529602+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.533248+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi038.ldpoff"}]: dispatch 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.538881+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi038.ldpoff"}]': finished 2024-03-21T13:40:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.542598+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi192.zcffga"}]: dispatch 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.547737+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi192.zcffga"}]': finished 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.551464+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi038.nentip"}]: dispatch 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.555636+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi038.nentip"}]': finished 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.558570+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi192.dqjhfd"}]: dispatch 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.562946+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi192.dqjhfd"}]': finished 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.566065+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.571521+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.575217+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.577308+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:12 smithi192 bash[42088]: audit 2024-03-21T13:40:12.582664+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[53920]: cephadm 2024-03-21T13:40:12.362856+0000 mgr.y (mgr.25471) 412 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[53920]: cluster 2024-03-21T13:40:12.394336+0000 mgr.y (mgr.25471) 413 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[53920]: cluster 2024-03-21T13:40:12.394915+0000 mgr.y (mgr.25471) 414 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[53920]: cephadm 2024-03-21T13:40:12.523796+0000 mgr.y (mgr.25471) 415 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[53920]: cephadm 2024-03-21T13:40:12.567209+0000 mgr.y (mgr.25471) 416 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[53920]: cephadm 2024-03-21T13:40:12.578431+0000 mgr.y (mgr.25471) 417 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-21T13:40:14.233 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[55321]: cephadm 2024-03-21T13:40:12.362856+0000 mgr.y (mgr.25471) 412 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:40:14.234 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[55321]: cluster 2024-03-21T13:40:12.394336+0000 mgr.y (mgr.25471) 413 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:40:14.234 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[55321]: cluster 2024-03-21T13:40:12.394915+0000 mgr.y (mgr.25471) 414 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:14.234 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[55321]: cephadm 2024-03-21T13:40:12.523796+0000 mgr.y (mgr.25471) 415 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-21T13:40:14.234 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[55321]: cephadm 2024-03-21T13:40:12.567209+0000 mgr.y (mgr.25471) 416 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-21T13:40:14.234 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:13 smithi038 bash[55321]: cephadm 2024-03-21T13:40:12.578431+0000 mgr.y (mgr.25471) 417 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-21T13:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:13 smithi192 bash[42088]: cephadm 2024-03-21T13:40:12.362856+0000 mgr.y (mgr.25471) 412 : cephadm [INF] Detected new or changed devices on smithi038 2024-03-21T13:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:13 smithi192 bash[42088]: cluster 2024-03-21T13:40:12.394336+0000 mgr.y (mgr.25471) 413 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:13 smithi192 bash[42088]: cluster 2024-03-21T13:40:12.394915+0000 mgr.y (mgr.25471) 414 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:13 smithi192 bash[42088]: cephadm 2024-03-21T13:40:12.523796+0000 mgr.y (mgr.25471) 415 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-21T13:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:13 smithi192 bash[42088]: cephadm 2024-03-21T13:40:12.567209+0000 mgr.y (mgr.25471) 416 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-21T13:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:13 smithi192 bash[42088]: cephadm 2024-03-21T13:40:12.578431+0000 mgr.y (mgr.25471) 417 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[53920]: cluster 2024-03-21T13:40:14.396313+0000 mgr.y (mgr.25471) 418 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[53920]: cephadm 2024-03-21T13:40:15.056663+0000 mgr.y (mgr.25471) 419 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi038.qrctmt 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[53920]: audit 2024-03-21T13:40:15.065541+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[53920]: audit 2024-03-21T13:40:15.070473+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[53920]: audit 2024-03-21T13:40:15.087296+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[53920]: cephadm 2024-03-21T13:40:15.089180+0000 mgr.y (mgr.25471) 420 : cephadm [INF] Deploying daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[55321]: cluster 2024-03-21T13:40:14.396313+0000 mgr.y (mgr.25471) 418 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[55321]: cephadm 2024-03-21T13:40:15.056663+0000 mgr.y (mgr.25471) 419 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi038.qrctmt 2024-03-21T13:40:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[55321]: audit 2024-03-21T13:40:15.065541+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[55321]: audit 2024-03-21T13:40:15.070473+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:40:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[55321]: audit 2024-03-21T13:40:15.087296+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:16 smithi038 bash[55321]: cephadm 2024-03-21T13:40:15.089180+0000 mgr.y (mgr.25471) 420 : cephadm [INF] Deploying daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:16 smithi192 bash[42088]: cluster 2024-03-21T13:40:14.396313+0000 mgr.y (mgr.25471) 418 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:16 smithi192 bash[42088]: cephadm 2024-03-21T13:40:15.056663+0000 mgr.y (mgr.25471) 419 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi038.qrctmt 2024-03-21T13:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:16 smithi192 bash[42088]: audit 2024-03-21T13:40:15.065541+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:16 smithi192 bash[42088]: audit 2024-03-21T13:40:15.070473+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi038.qrctmt", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:16 smithi192 bash[42088]: audit 2024-03-21T13:40:15.087296+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:16 smithi192 bash[42088]: cephadm 2024-03-21T13:40:15.089180+0000 mgr.y (mgr.25471) 420 : cephadm [INF] Deploying daemon iscsi.foo.smithi038.qrctmt on smithi038 2024-03-21T13:40:17.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:17 smithi038 bash[53920]: audit 2024-03-21T13:40:16.155180+0000 mgr.y (mgr.25471) 421 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:17.405 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:40:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:40:17] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.33.4" 2024-03-21T13:40:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:17 smithi038 bash[55321]: audit 2024-03-21T13:40:16.155180+0000 mgr.y (mgr.25471) 421 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:17.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:17 smithi192 bash[42088]: audit 2024-03-21T13:40:16.155180+0000 mgr.y (mgr.25471) 421 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:18.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:18 smithi038 bash[53920]: cluster 2024-03-21T13:40:16.397533+0000 mgr.y (mgr.25471) 422 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:18.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:18 smithi038 bash[55321]: cluster 2024-03-21T13:40:16.397533+0000 mgr.y (mgr.25471) 422 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:18.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:18 smithi192 bash[42088]: cluster 2024-03-21T13:40:16.397533+0000 mgr.y (mgr.25471) 422 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:20 smithi038 bash[53920]: cluster 2024-03-21T13:40:18.398514+0000 mgr.y (mgr.25471) 423 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:20 smithi038 bash[55321]: cluster 2024-03-21T13:40:18.398514+0000 mgr.y (mgr.25471) 423 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:20 smithi192 bash[42088]: cluster 2024-03-21T13:40:18.398514+0000 mgr.y (mgr.25471) 423 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:22 smithi038 bash[53920]: cluster 2024-03-21T13:40:20.399885+0000 mgr.y (mgr.25471) 424 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:22.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:22 smithi038 bash[55321]: cluster 2024-03-21T13:40:20.399885+0000 mgr.y (mgr.25471) 424 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:22 smithi192 bash[42088]: cluster 2024-03-21T13:40:20.399885+0000 mgr.y (mgr.25471) 424 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:24 smithi038 bash[53920]: cluster 2024-03-21T13:40:22.401179+0000 mgr.y (mgr.25471) 425 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:40:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:24 smithi038 bash[55321]: cluster 2024-03-21T13:40:22.401179+0000 mgr.y (mgr.25471) 425 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:40:24.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:24 smithi192 bash[42088]: cluster 2024-03-21T13:40:22.401179+0000 mgr.y (mgr.25471) 425 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:40:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:25 smithi038 bash[53920]: audit 2024-03-21T13:40:24.928083+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:25 smithi038 bash[55321]: audit 2024-03-21T13:40:24.928083+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:25.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:25 smithi192 bash[42088]: audit 2024-03-21T13:40:24.928083+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:26.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:26 smithi038 bash[53920]: cluster 2024-03-21T13:40:24.402521+0000 mgr.y (mgr.25471) 426 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:26.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:26 smithi038 bash[55321]: cluster 2024-03-21T13:40:24.402521+0000 mgr.y (mgr.25471) 426 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:26.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:26 smithi192 bash[42088]: cluster 2024-03-21T13:40:24.402521+0000 mgr.y (mgr.25471) 426 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:27.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:27 smithi038 bash[53920]: audit 2024-03-21T13:40:26.166402+0000 mgr.y (mgr.25471) 427 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:27.405 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:40:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:40:27] "GET /metrics HTTP/1.1" 200 38696 "" "Prometheus/2.33.4" 2024-03-21T13:40:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:27 smithi038 bash[55321]: audit 2024-03-21T13:40:26.166402+0000 mgr.y (mgr.25471) 427 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:27 smithi192 bash[42088]: audit 2024-03-21T13:40:26.166402+0000 mgr.y (mgr.25471) 427 : audit [DBG] from='client.25411 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:28.310 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:28 smithi038 bash[53920]: cluster 2024-03-21T13:40:26.403744+0000 mgr.y (mgr.25471) 428 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:28.310 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:28 smithi038 bash[55321]: cluster 2024-03-21T13:40:26.403744+0000 mgr.y (mgr.25471) 428 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:28.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:28 smithi192 bash[42088]: cluster 2024-03-21T13:40:26.403744+0000 mgr.y (mgr.25471) 428 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:29.366 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (9m) 30s ago 16m 16.3M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 30s ago 16m - - 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 starting - - - - 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (7m) 30s ago 22m 445M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (8m) 30s ago 24m 506M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (7m) 30s ago 25m 60.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (6m) 30s ago 23m 46.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:40:30.161 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (6m) 30s ago 23m 50.5M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (9m) 30s ago 17m 12.2M - 1.3.1 1dbe0e931976 936d52f53673 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (8m) 30s ago 17m 12.4M - 1.3.1 1dbe0e931976 4a487f665b3e 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (4m) 30s ago 22m 60.4M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (4m) 30s ago 21m 60.7M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (3m) 30s ago 21m 53.3M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (3m) 30s ago 20m 62.8M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (2m) 30s ago 19m 59.1M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (2m) 30s ago 19m 61.0M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (109s) 30s ago 18m 57.8M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (81s) 30s ago 17m 54.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (7m) 30s ago 17m 70.6M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (57s) 30s ago 14m 89.7M - 19.0.0-2267-g960fbbe4 19e12293512f 86fdc2660a10 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (43s) 30s ago 14m 89.8M - 19.0.0-2267-g960fbbe4 19e12293512f 6848b6dce822 2024-03-21T13:40:30.162 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (49s) 30s ago 14m 89.8M - 19.0.0-2267-g960fbbe4 19e12293512f 34d9292bfc30 2024-03-21T13:40:30.163 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (36s) 30s ago 14m 89.4M - 19.0.0-2267-g960fbbe4 19e12293512f d5ea803702b6 2024-03-21T13:40:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:30 smithi038 bash[55321]: cluster 2024-03-21T13:40:28.404633+0000 mgr.y (mgr.25471) 429 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:30 smithi038 bash[55321]: audit 2024-03-21T13:40:29.328961+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:30.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:30 smithi038 bash[55321]: audit 2024-03-21T13:40:29.335386+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:30.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:30 smithi038 bash[53920]: cluster 2024-03-21T13:40:28.404633+0000 mgr.y (mgr.25471) 429 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:30.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:30 smithi038 bash[53920]: audit 2024-03-21T13:40:29.328961+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:30.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:30 smithi038 bash[53920]: audit 2024-03-21T13:40:29.335386+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:30.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:30 smithi192 bash[42088]: cluster 2024-03-21T13:40:28.404633+0000 mgr.y (mgr.25471) 429 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:30 smithi192 bash[42088]: audit 2024-03-21T13:40:29.328961+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:30 smithi192 bash[42088]: audit 2024-03-21T13:40:29.335386+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:30.626 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:40:30.626 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:40:30.627 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:40:31.033 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:40:31.033 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:40:31.033 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:40:31.033 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "mon", 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "osd", 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw" 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "17/23 daemons upgraded", 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading iscsi daemons", 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:40:31.034 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:40:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:31 smithi192 bash[42088]: audit 2024-03-21T13:40:29.344143+0000 mgr.y (mgr.25471) 430 : audit [DBG] from='client.44653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:31 smithi192 bash[42088]: audit 2024-03-21T13:40:29.753260+0000 mgr.y (mgr.25471) 431 : audit [DBG] from='client.44659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:31 smithi192 bash[42088]: audit 2024-03-21T13:40:30.143114+0000 mgr.y (mgr.25471) 432 : audit [DBG] from='client.34746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:31 smithi192 bash[42088]: audit 2024-03-21T13:40:30.625331+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.38:0/3132118697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:31.506 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:40:31.506 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:40:31.506 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:40:31.596 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[53920]: audit 2024-03-21T13:40:29.344143+0000 mgr.y (mgr.25471) 430 : audit [DBG] from='client.44653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.596 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[53920]: audit 2024-03-21T13:40:29.753260+0000 mgr.y (mgr.25471) 431 : audit [DBG] from='client.44659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.596 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[53920]: audit 2024-03-21T13:40:30.143114+0000 mgr.y (mgr.25471) 432 : audit [DBG] from='client.34746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.596 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[53920]: audit 2024-03-21T13:40:30.625331+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.38:0/3132118697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:31.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[55321]: audit 2024-03-21T13:40:29.344143+0000 mgr.y (mgr.25471) 430 : audit [DBG] from='client.44653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[55321]: audit 2024-03-21T13:40:29.753260+0000 mgr.y (mgr.25471) 431 : audit [DBG] from='client.44659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[55321]: audit 2024-03-21T13:40:30.143114+0000 mgr.y (mgr.25471) 432 : audit [DBG] from='client.34746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:31.597 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:31 smithi038 bash[55321]: audit 2024-03-21T13:40:30.625331+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.38:0/3132118697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:32.444 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:32 smithi038 bash[53920]: cluster 2024-03-21T13:40:30.405942+0000 mgr.y (mgr.25471) 433 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:32.444 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:32 smithi038 bash[53920]: audit 2024-03-21T13:40:31.031613+0000 mgr.y (mgr.25471) 434 : audit [DBG] from='client.34758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:32.444 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:32 smithi038 bash[53920]: audit 2024-03-21T13:40:31.505615+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3155836114' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:40:32.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:32 smithi038 bash[55321]: cluster 2024-03-21T13:40:30.405942+0000 mgr.y (mgr.25471) 433 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:32.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:32 smithi038 bash[55321]: audit 2024-03-21T13:40:31.031613+0000 mgr.y (mgr.25471) 434 : audit [DBG] from='client.34758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:32.445 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:32 smithi038 bash[55321]: audit 2024-03-21T13:40:31.505615+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3155836114' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:40:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:32 smithi192 bash[42088]: cluster 2024-03-21T13:40:30.405942+0000 mgr.y (mgr.25471) 433 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:40:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:32 smithi192 bash[42088]: audit 2024-03-21T13:40:31.031613+0000 mgr.y (mgr.25471) 434 : audit [DBG] from='client.34758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:40:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:32 smithi192 bash[42088]: audit 2024-03-21T13:40:31.505615+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.38:0/3155836114' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:40:33.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:33 smithi192 bash[42088]: audit 2024-03-21T13:40:32.849054+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.38:0/3306453879' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:40:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:33 smithi038 bash[53920]: audit 2024-03-21T13:40:32.849054+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.38:0/3306453879' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:40:33.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:33 smithi038 bash[55321]: audit 2024-03-21T13:40:32.849054+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.38:0/3306453879' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:40:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:34 smithi192 bash[42088]: cluster 2024-03-21T13:40:32.407178+0000 mgr.y (mgr.25471) 435 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:40:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:34 smithi192 bash[42088]: audit 2024-03-21T13:40:33.249068+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.38:0/1582564877' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1382614414"}]: dispatch 2024-03-21T13:40:34.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:34 smithi038 bash[53920]: cluster 2024-03-21T13:40:32.407178+0000 mgr.y (mgr.25471) 435 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:40:34.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:34 smithi038 bash[53920]: audit 2024-03-21T13:40:33.249068+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.38:0/1582564877' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1382614414"}]: dispatch 2024-03-21T13:40:34.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:34 smithi038 bash[55321]: cluster 2024-03-21T13:40:32.407178+0000 mgr.y (mgr.25471) 435 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:40:34.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:34 smithi038 bash[55321]: audit 2024-03-21T13:40:33.249068+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.38:0/1582564877' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1382614414"}]: dispatch 2024-03-21T13:40:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:35 smithi038 bash[53920]: audit 2024-03-21T13:40:34.186856+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.38:0/1582564877' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1382614414"}]': finished 2024-03-21T13:40:35.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:35 smithi038 bash[53920]: cluster 2024-03-21T13:40:34.197860+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-21T13:40:35.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:35 smithi038 bash[53920]: audit 2024-03-21T13:40:34.641327+0000 mon.a (mon.0) 654 : audit [INF] from='client.? 172.21.15.38:0/3419901562' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/90259797"}]: dispatch 2024-03-21T13:40:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:35 smithi038 bash[55321]: audit 2024-03-21T13:40:34.186856+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.38:0/1582564877' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1382614414"}]': finished 2024-03-21T13:40:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:35 smithi038 bash[55321]: cluster 2024-03-21T13:40:34.197860+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-21T13:40:35.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:35 smithi038 bash[55321]: audit 2024-03-21T13:40:34.641327+0000 mon.a (mon.0) 654 : audit [INF] from='client.? 172.21.15.38:0/3419901562' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/90259797"}]: dispatch 2024-03-21T13:40:35.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:35 smithi192 bash[42088]: audit 2024-03-21T13:40:34.186856+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.38:0/1582564877' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/1382614414"}]': finished 2024-03-21T13:40:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:35 smithi192 bash[42088]: cluster 2024-03-21T13:40:34.197860+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-21T13:40:35.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:35 smithi192 bash[42088]: audit 2024-03-21T13:40:34.641327+0000 mon.a (mon.0) 654 : audit [INF] from='client.? 172.21.15.38:0/3419901562' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/90259797"}]: dispatch 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: cluster 2024-03-21T13:40:34.407803+0000 mgr.y (mgr.25471) 436 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: audit 2024-03-21T13:40:35.211321+0000 mon.a (mon.0) 655 : audit [INF] from='client.? 172.21.15.38:0/3419901562' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/90259797"}]': finished 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: cluster 2024-03-21T13:40:35.226086+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: audit 2024-03-21T13:40:35.401099+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: audit 2024-03-21T13:40:35.409967+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: audit 2024-03-21T13:40:35.633928+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.38:0/1677860497' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/276457015"}]: dispatch 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: audit 2024-03-21T13:40:35.656811+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[53920]: audit 2024-03-21T13:40:35.666990+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: cluster 2024-03-21T13:40:34.407803+0000 mgr.y (mgr.25471) 436 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: audit 2024-03-21T13:40:35.211321+0000 mon.a (mon.0) 655 : audit [INF] from='client.? 172.21.15.38:0/3419901562' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/90259797"}]': finished 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: cluster 2024-03-21T13:40:35.226086+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: audit 2024-03-21T13:40:35.401099+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: audit 2024-03-21T13:40:35.409967+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: audit 2024-03-21T13:40:35.633928+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.38:0/1677860497' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/276457015"}]: dispatch 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: audit 2024-03-21T13:40:35.656811+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:36 smithi038 bash[55321]: audit 2024-03-21T13:40:35.666990+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: cluster 2024-03-21T13:40:34.407803+0000 mgr.y (mgr.25471) 436 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: audit 2024-03-21T13:40:35.211321+0000 mon.a (mon.0) 655 : audit [INF] from='client.? 172.21.15.38:0/3419901562' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6801/90259797"}]': finished 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: cluster 2024-03-21T13:40:35.226086+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: audit 2024-03-21T13:40:35.401099+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: audit 2024-03-21T13:40:35.409967+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: audit 2024-03-21T13:40:35.633928+0000 mon.a (mon.0) 659 : audit [INF] from='client.? 172.21.15.38:0/1677860497' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/276457015"}]: dispatch 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: audit 2024-03-21T13:40:35.656811+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:36 smithi192 bash[42088]: audit 2024-03-21T13:40:35.666990+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:40:37] "GET /metrics HTTP/1.1" 200 38696 "" "Prometheus/2.33.4" 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[53920]: cluster 2024-03-21T13:40:36.409312+0000 mgr.y (mgr.25471) 437 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[53920]: audit 2024-03-21T13:40:36.411922+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.38:0/1677860497' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/276457015"}]': finished 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[53920]: cluster 2024-03-21T13:40:36.417199+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[53920]: audit 2024-03-21T13:40:36.768301+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[53920]: audit 2024-03-21T13:40:36.781098+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[53920]: audit 2024-03-21T13:40:36.820644+0000 mon.a (mon.0) 666 : audit [INF] from='client.? 172.21.15.38:0/2853371373' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/90259797"}]: dispatch 2024-03-21T13:40:37.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[55321]: cluster 2024-03-21T13:40:36.409312+0000 mgr.y (mgr.25471) 437 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:40:37.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[55321]: audit 2024-03-21T13:40:36.411922+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.38:0/1677860497' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/276457015"}]': finished 2024-03-21T13:40:37.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[55321]: cluster 2024-03-21T13:40:36.417199+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-21T13:40:37.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[55321]: audit 2024-03-21T13:40:36.768301+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[55321]: audit 2024-03-21T13:40:36.781098+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:37 smithi038 bash[55321]: audit 2024-03-21T13:40:36.820644+0000 mon.a (mon.0) 666 : audit [INF] from='client.? 172.21.15.38:0/2853371373' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/90259797"}]: dispatch 2024-03-21T13:40:37.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:37 smithi192 bash[42088]: cluster 2024-03-21T13:40:36.409312+0000 mgr.y (mgr.25471) 437 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:40:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:37 smithi192 bash[42088]: audit 2024-03-21T13:40:36.411922+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.38:0/1677860497' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/276457015"}]': finished 2024-03-21T13:40:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:37 smithi192 bash[42088]: cluster 2024-03-21T13:40:36.417199+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-21T13:40:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:37 smithi192 bash[42088]: audit 2024-03-21T13:40:36.768301+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:37 smithi192 bash[42088]: audit 2024-03-21T13:40:36.781098+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:37 smithi192 bash[42088]: audit 2024-03-21T13:40:36.820644+0000 mon.a (mon.0) 666 : audit [INF] from='client.? 172.21.15.38:0/2853371373' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/90259797"}]: dispatch 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[55321]: audit 2024-03-21T13:40:37.780701+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.38:0/2853371373' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/90259797"}]': finished 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[55321]: cluster 2024-03-21T13:40:37.790127+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[55321]: audit 2024-03-21T13:40:38.192669+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.38:0/2733919102' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]: dispatch 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[55321]: audit 2024-03-21T13:40:38.193714+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]: dispatch 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[53920]: audit 2024-03-21T13:40:37.780701+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.38:0/2853371373' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/90259797"}]': finished 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[53920]: cluster 2024-03-21T13:40:37.790127+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[53920]: audit 2024-03-21T13:40:38.192669+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.38:0/2733919102' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]: dispatch 2024-03-21T13:40:39.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:38 smithi038 bash[53920]: audit 2024-03-21T13:40:38.193714+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]: dispatch 2024-03-21T13:40:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:38 smithi192 bash[42088]: audit 2024-03-21T13:40:37.780701+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.38:0/2853371373' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:6800/90259797"}]': finished 2024-03-21T13:40:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:38 smithi192 bash[42088]: cluster 2024-03-21T13:40:37.790127+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-21T13:40:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:38 smithi192 bash[42088]: audit 2024-03-21T13:40:38.192669+0000 mon.c (mon.1) 18 : audit [INF] from='client.? 172.21.15.38:0/2733919102' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]: dispatch 2024-03-21T13:40:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:38 smithi192 bash[42088]: audit 2024-03-21T13:40:38.193714+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]: dispatch 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[53920]: cluster 2024-03-21T13:40:38.410043+0000 mgr.y (mgr.25471) 438 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 971 B/s rd, 1 op/s 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[53920]: audit 2024-03-21T13:40:38.798231+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]': finished 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[53920]: cluster 2024-03-21T13:40:38.806418+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[53920]: audit 2024-03-21T13:40:39.207605+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.38:0/713047909' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]: dispatch 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[53920]: audit 2024-03-21T13:40:39.208295+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]: dispatch 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[55321]: cluster 2024-03-21T13:40:38.410043+0000 mgr.y (mgr.25471) 438 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 971 B/s rd, 1 op/s 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[55321]: audit 2024-03-21T13:40:38.798231+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]': finished 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[55321]: cluster 2024-03-21T13:40:38.806418+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[55321]: audit 2024-03-21T13:40:39.207605+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.38:0/713047909' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]: dispatch 2024-03-21T13:40:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:39 smithi038 bash[55321]: audit 2024-03-21T13:40:39.208295+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]: dispatch 2024-03-21T13:40:40.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:39 smithi192 bash[42088]: cluster 2024-03-21T13:40:38.410043+0000 mgr.y (mgr.25471) 438 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 971 B/s rd, 1 op/s 2024-03-21T13:40:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:39 smithi192 bash[42088]: audit 2024-03-21T13:40:38.798231+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/4269154100"}]': finished 2024-03-21T13:40:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:39 smithi192 bash[42088]: cluster 2024-03-21T13:40:38.806418+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-21T13:40:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:39 smithi192 bash[42088]: audit 2024-03-21T13:40:39.207605+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.38:0/713047909' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]: dispatch 2024-03-21T13:40:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:39 smithi192 bash[42088]: audit 2024-03-21T13:40:39.208295+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]: dispatch 2024-03-21T13:40:41.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:40 smithi038 bash[53920]: audit 2024-03-21T13:40:39.800845+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]': finished 2024-03-21T13:40:41.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:40 smithi038 bash[53920]: cluster 2024-03-21T13:40:39.806769+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-21T13:40:41.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:40 smithi038 bash[53920]: audit 2024-03-21T13:40:39.928504+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:40 smithi038 bash[55321]: audit 2024-03-21T13:40:39.800845+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]': finished 2024-03-21T13:40:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:40 smithi038 bash[55321]: cluster 2024-03-21T13:40:39.806769+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-21T13:40:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:40 smithi038 bash[55321]: audit 2024-03-21T13:40:39.928504+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:41.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:40 smithi192 bash[42088]: audit 2024-03-21T13:40:39.800845+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi038.qrctmt' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.38:0/2564225802"}]': finished 2024-03-21T13:40:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:40 smithi192 bash[42088]: cluster 2024-03-21T13:40:39.806769+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-21T13:40:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:40 smithi192 bash[42088]: audit 2024-03-21T13:40:39.928504+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:42.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:41 smithi038 bash[53920]: cluster 2024-03-21T13:40:40.410959+0000 mgr.y (mgr.25471) 439 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:40:42.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:41 smithi038 bash[55321]: cluster 2024-03-21T13:40:40.410959+0000 mgr.y (mgr.25471) 439 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:40:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:41 smithi192 bash[42088]: cluster 2024-03-21T13:40:40.410959+0000 mgr.y (mgr.25471) 439 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:40:44.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:43 smithi038 bash[53920]: cluster 2024-03-21T13:40:42.412245+0000 mgr.y (mgr.25471) 440 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-21T13:40:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:43 smithi038 bash[53920]: audit 2024-03-21T13:40:42.468061+0000 mgr.y (mgr.25471) 441 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:44.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:43 smithi038 bash[55321]: cluster 2024-03-21T13:40:42.412245+0000 mgr.y (mgr.25471) 440 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-21T13:40:44.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:43 smithi038 bash[55321]: audit 2024-03-21T13:40:42.468061+0000 mgr.y (mgr.25471) 441 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:43 smithi192 bash[42088]: cluster 2024-03-21T13:40:42.412245+0000 mgr.y (mgr.25471) 440 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-21T13:40:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:43 smithi192 bash[42088]: audit 2024-03-21T13:40:42.468061+0000 mgr.y (mgr.25471) 441 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:46.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:45 smithi038 bash[53920]: cluster 2024-03-21T13:40:44.413552+0000 mgr.y (mgr.25471) 442 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 772 B/s rd, 0 op/s 2024-03-21T13:40:46.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:45 smithi038 bash[55321]: cluster 2024-03-21T13:40:44.413552+0000 mgr.y (mgr.25471) 442 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 772 B/s rd, 0 op/s 2024-03-21T13:40:46.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:45 smithi192 bash[42088]: cluster 2024-03-21T13:40:44.413552+0000 mgr.y (mgr.25471) 442 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 772 B/s rd, 0 op/s 2024-03-21T13:40:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:40:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:40:47] "GET /metrics HTTP/1.1" 200 38693 "" "Prometheus/2.33.4" 2024-03-21T13:40:48.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:47 smithi038 bash[53920]: cluster 2024-03-21T13:40:46.414719+0000 mgr.y (mgr.25471) 443 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:48.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:47 smithi038 bash[55321]: cluster 2024-03-21T13:40:46.414719+0000 mgr.y (mgr.25471) 443 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:48.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:47 smithi192 bash[42088]: cluster 2024-03-21T13:40:46.414719+0000 mgr.y (mgr.25471) 443 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.340887+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.355145+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.357734+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.359459+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cluster 2024-03-21T13:40:48.363245+0000 mgr.y (mgr.25471) 444 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:49.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cluster 2024-03-21T13:40:48.363820+0000 mgr.y (mgr.25471) 445 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cephadm 2024-03-21T13:40:48.367561+0000 mgr.y (mgr.25471) 446 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.765501+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.856432+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.857559+0000 mgr.y (mgr.25471) 447 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.879573+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cephadm 2024-03-21T13:40:48.882269+0000 mgr.y (mgr.25471) 448 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.882843+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.883654+0000 mgr.y (mgr.25471) 449 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.886535+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.887652+0000 mgr.y (mgr.25471) 450 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.896462+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.910184+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:49.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.913772+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.340887+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.355145+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.357734+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.359459+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cluster 2024-03-21T13:40:48.363245+0000 mgr.y (mgr.25471) 444 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cluster 2024-03-21T13:40:48.363820+0000 mgr.y (mgr.25471) 445 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cephadm 2024-03-21T13:40:48.367561+0000 mgr.y (mgr.25471) 446 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.765501+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.856432+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.857559+0000 mgr.y (mgr.25471) 447 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.879573+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cephadm 2024-03-21T13:40:48.882269+0000 mgr.y (mgr.25471) 448 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.882843+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.883654+0000 mgr.y (mgr.25471) 449 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.886535+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.887652+0000 mgr.y (mgr.25471) 450 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.896462+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.910184+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.913772+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.916617+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.919098+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.922865+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.926545+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.929561+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.931741+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.933832+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.935993+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.938260+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cephadm 2024-03-21T13:40:48.939574+0000 mgr.y (mgr.25471) 451 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.945642+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.949164+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi038.qrctmt"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.958013+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi038.qrctmt"}]': finished 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.961879+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cephadm 2024-03-21T13:40:48.963675+0000 mgr.y (mgr.25471) 452 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.974289+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.978511+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: cephadm 2024-03-21T13:40:48.980130+0000 mgr.y (mgr.25471) 453 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-21T13:40:49.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[53920]: audit 2024-03-21T13:40:48.986296+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.916617+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.919098+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.922865+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.926545+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.929561+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.931741+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.933832+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.935993+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.938260+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cephadm 2024-03-21T13:40:48.939574+0000 mgr.y (mgr.25471) 451 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.945642+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.660 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.949164+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi038.qrctmt"}]: dispatch 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.958013+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi038.qrctmt"}]': finished 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.961879+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cephadm 2024-03-21T13:40:48.963675+0000 mgr.y (mgr.25471) 452 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.974289+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.978511+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: cephadm 2024-03-21T13:40:48.980130+0000 mgr.y (mgr.25471) 453 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-21T13:40:49.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:49 smithi038 bash[55321]: audit 2024-03-21T13:40:48.986296+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.340887+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.355145+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.357734+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.359459+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cluster 2024-03-21T13:40:48.363245+0000 mgr.y (mgr.25471) 444 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cluster 2024-03-21T13:40:48.363820+0000 mgr.y (mgr.25471) 445 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cephadm 2024-03-21T13:40:48.367561+0000 mgr.y (mgr.25471) 446 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.765501+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.856432+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.857559+0000 mgr.y (mgr.25471) 447 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.879573+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cephadm 2024-03-21T13:40:48.882269+0000 mgr.y (mgr.25471) 448 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.38:5000 to Dashboard 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.882843+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.883654+0000 mgr.y (mgr.25471) 449 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.886535+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.887652+0000 mgr.y (mgr.25471) 450 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi038"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.896462+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.910184+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.913772+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.916617+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.919098+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.922865+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.926545+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.929561+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.931741+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.933832+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.935993+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.938260+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cephadm 2024-03-21T13:40:48.939574+0000 mgr.y (mgr.25471) 451 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.945642+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.949164+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi038.qrctmt"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.958013+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi038.qrctmt"}]': finished 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.961879+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cephadm 2024-03-21T13:40:48.963675+0000 mgr.y (mgr.25471) 452 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.974289+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.978511+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:40:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: cephadm 2024-03-21T13:40:48.980130+0000 mgr.y (mgr.25471) 453 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-21T13:40:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:49 smithi192 bash[42088]: audit 2024-03-21T13:40:48.986296+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:52.023 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:51 smithi038 bash[53920]: cluster 2024-03-21T13:40:50.365373+0000 mgr.y (mgr.25471) 454 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 3 op/s 2024-03-21T13:40:52.024 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:51 smithi038 bash[55321]: cluster 2024-03-21T13:40:50.365373+0000 mgr.y (mgr.25471) 454 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 3 op/s 2024-03-21T13:40:52.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:51 smithi192 bash[42088]: cluster 2024-03-21T13:40:50.365373+0000 mgr.y (mgr.25471) 454 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 3 op/s 2024-03-21T13:40:52.403 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:52 smithi038 systemd[1]: Stopping Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:40:52.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:52 smithi038 bash[53920]: cephadm 2024-03-21T13:40:51.460395+0000 mgr.y (mgr.25471) 455 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:40:52.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:52 smithi038 bash[53920]: cephadm 2024-03-21T13:40:51.461327+0000 mgr.y (mgr.25471) 456 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2024-03-21T13:40:52.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:52 smithi038 bash[55321]: cephadm 2024-03-21T13:40:51.460395+0000 mgr.y (mgr.25471) 455 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:40:52.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:52 smithi038 bash[55321]: cephadm 2024-03-21T13:40:51.461327+0000 mgr.y (mgr.25471) 456 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2024-03-21T13:40:53.154 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:52 smithi038 bash[80265]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:40:53.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:52 smithi192 bash[42088]: cephadm 2024-03-21T13:40:51.460395+0000 mgr.y (mgr.25471) 455 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:40:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:52 smithi192 bash[42088]: cephadm 2024-03-21T13:40:51.461327+0000 mgr.y (mgr.25471) 456 : cephadm [INF] Deploying daemon node-exporter.a on smithi038 2024-03-21T13:40:53.519 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:53 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:40:53.519 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[80337]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:40:53.519 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:53 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T13:40:53.519 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:53 smithi038 systemd[1]: Stopped Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:40:53.519 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:53 smithi038 systemd[1]: Started Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:40:53.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[53920]: cluster 2024-03-21T13:40:52.366628+0000 mgr.y (mgr.25471) 457 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:53.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[53920]: audit 2024-03-21T13:40:52.476009+0000 mgr.y (mgr.25471) 458 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:53.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[53920]: audit 2024-03-21T13:40:53.568107+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:53.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[53920]: audit 2024-03-21T13:40:53.578740+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:53.905 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[80399]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-21T13:40:53.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[55321]: cluster 2024-03-21T13:40:52.366628+0000 mgr.y (mgr.25471) 457 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:53.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[55321]: audit 2024-03-21T13:40:52.476009+0000 mgr.y (mgr.25471) 458 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:53.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[55321]: audit 2024-03-21T13:40:53.568107+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:53.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:53 smithi038 bash[55321]: audit 2024-03-21T13:40:53.578740+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:54.011 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:53 smithi192 bash[42088]: cluster 2024-03-21T13:40:52.366628+0000 mgr.y (mgr.25471) 457 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:54.011 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:53 smithi192 bash[42088]: audit 2024-03-21T13:40:52.476009+0000 mgr.y (mgr.25471) 458 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:40:54.011 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:53 smithi192 bash[42088]: audit 2024-03-21T13:40:53.568107+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:54.011 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:53 smithi192 bash[42088]: audit 2024-03-21T13:40:53.578740+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:54.747 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:54 smithi038 bash[80399]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-21T13:40:55.034 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:54 smithi038 bash[80399]: 22b70bddd3ac: Pulling fs layer 2024-03-21T13:40:55.034 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:54 smithi038 bash[80399]: 5c12815fee55: Pulling fs layer 2024-03-21T13:40:55.034 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:54 smithi038 bash[80399]: c0e87333d380: Pulling fs layer 2024-03-21T13:40:55.034 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:54 smithi038 bash[80399]: 5c12815fee55: Verifying Checksum 2024-03-21T13:40:55.034 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:54 smithi038 bash[80399]: 5c12815fee55: Download complete 2024-03-21T13:40:55.034 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[80399]: 22b70bddd3ac: Download complete 2024-03-21T13:40:55.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[80399]: 22b70bddd3ac: Pull complete 2024-03-21T13:40:55.404 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[80399]: c0e87333d380: Verifying Checksum 2024-03-21T13:40:56.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[53920]: cluster 2024-03-21T13:40:54.367972+0000 mgr.y (mgr.25471) 459 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:56.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[53920]: audit 2024-03-21T13:40:54.929691+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:56.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[80399]: 5c12815fee55: Pull complete 2024-03-21T13:40:56.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[55321]: cluster 2024-03-21T13:40:54.367972+0000 mgr.y (mgr.25471) 459 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:56.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:55 smithi038 bash[55321]: audit 2024-03-21T13:40:54.929691+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:56.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:55 smithi192 bash[42088]: cluster 2024-03-21T13:40:54.367972+0000 mgr.y (mgr.25471) 459 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:56.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:55 smithi192 bash[42088]: audit 2024-03-21T13:40:54.929691+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:40:56.554 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[80399]: c0e87333d380: Pull complete 2024-03-21T13:40:56.554 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[80399]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-21T13:40:56.554 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[80399]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-21T13:40:56.710 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:56 smithi192 systemd[1]: Stopping Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:40:56.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[53920]: cephadm 2024-03-21T13:40:55.902813+0000 mgr.y (mgr.25471) 460 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:40:56.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[53920]: cephadm 2024-03-21T13:40:55.903712+0000 mgr.y (mgr.25471) 461 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-03-21T13:40:56.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[55321]: cephadm 2024-03-21T13:40:55.902813+0000 mgr.y (mgr.25471) 460 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:40:56.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:56 smithi038 bash[55321]: cephadm 2024-03-21T13:40:55.903712+0000 mgr.y (mgr.25471) 461 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-03-21T13:40:57.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:56 smithi192 bash[42088]: cephadm 2024-03-21T13:40:55.902813+0000 mgr.y (mgr.25471) 460 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:40:57.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:56 smithi192 bash[42088]: cephadm 2024-03-21T13:40:55.903712+0000 mgr.y (mgr.25471) 461 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-03-21T13:40:57.612 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 bash[59023]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:40:57.613 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:40:57.613 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 bash[59098]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:40:57.613 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:40:57.613 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 systemd[1]: Stopped Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:40:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:40:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:40:57] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.33.4" 2024-03-21T13:40:57.883 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:57 smithi192 bash[42088]: cluster 2024-03-21T13:40:56.369198+0000 mgr.y (mgr.25471) 462 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:57.883 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 systemd[1]: Started Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:40:58.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:57 smithi038 bash[53920]: cluster 2024-03-21T13:40:56.369198+0000 mgr.y (mgr.25471) 462 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.001Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.001Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.002Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.002Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=arp 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-21T13:40:58.155 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=edac 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-21T13:40:58.156 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=os 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-21T13:40:58.157 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.003Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=stat 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-21T13:40:58.158 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=time 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=uname 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-21T13:40:58.159 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[80399]: ts=2024-03-21T13:40:58.004Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-21T13:40:58.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:57 smithi038 bash[55321]: cluster 2024-03-21T13:40:56.369198+0000 mgr.y (mgr.25471) 462 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:40:58.210 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:57 smithi192 bash[59164]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-21T13:40:58.872 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-21T13:40:58.872 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: 22b70bddd3ac: Pulling fs layer 2024-03-21T13:40:58.872 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: 5c12815fee55: Pulling fs layer 2024-03-21T13:40:58.872 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: c0e87333d380: Pulling fs layer 2024-03-21T13:40:59.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[53920]: audit 2024-03-21T13:40:57.881575+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:59.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[53920]: audit 2024-03-21T13:40:57.895155+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:59.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[55321]: audit 2024-03-21T13:40:57.881575+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:59.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:58 smithi038 bash[55321]: audit 2024-03-21T13:40:57.895155+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[42088]: audit 2024-03-21T13:40:57.881575+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[42088]: audit 2024-03-21T13:40:57.895155+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: 5c12815fee55: Verifying Checksum 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: 5c12815fee55: Download complete 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: 22b70bddd3ac: Verifying Checksum 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: 22b70bddd3ac: Download complete 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: c0e87333d380: Verifying Checksum 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:58 smithi192 bash[59164]: c0e87333d380: Download complete 2024-03-21T13:40:59.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:59 smithi192 bash[59164]: 22b70bddd3ac: Pull complete 2024-03-21T13:40:59.906 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:40:59 smithi192 bash[59164]: 5c12815fee55: Pull complete 2024-03-21T13:41:00.174 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:40:59 smithi192 bash[42088]: cluster 2024-03-21T13:40:58.369933+0000 mgr.y (mgr.25471) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:41:00.175 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:00 smithi192 bash[59164]: c0e87333d380: Pull complete 2024-03-21T13:41:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:40:59 smithi038 bash[53920]: cluster 2024-03-21T13:40:58.369933+0000 mgr.y (mgr.25471) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:41:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:40:59 smithi038 bash[55321]: cluster 2024-03-21T13:40:58.369933+0000 mgr.y (mgr.25471) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:41:00.472 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:00 smithi192 bash[59164]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-21T13:41:00.472 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:00 smithi192 bash[59164]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-21T13:41:01.919 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.618Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.618Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.619Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.619Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.619Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.619Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=arp 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-21T13:41:01.920 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=edac 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-21T13:41:01.921 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=os 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=stat 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-21T13:41:01.922 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=time 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=uname 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.620Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-21T13:41:01.923 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[59164]: ts=2024-03-21T13:41:01.621Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-21T13:41:01.940 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:41:02.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:01 smithi192 bash[42088]: cluster 2024-03-21T13:41:00.371263+0000 mgr.y (mgr.25471) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-21T13:41:02.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:01 smithi038 bash[53920]: cluster 2024-03-21T13:41:00.371263+0000 mgr.y (mgr.25471) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-21T13:41:02.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:01 smithi038 bash[55321]: cluster 2024-03-21T13:41:00.371263+0000 mgr.y (mgr.25471) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (9m) 27s ago 17m 16.4M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 27s ago 16m - - 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (33s) 27s ago 15m - - 3.7 19e12293512f c7d555dc80bb 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (8m) 27s ago 23m 445M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (9m) 27s ago 25m 507M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (7m) 27s ago 25m 62.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (6m) 27s ago 23m 47.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (7m) 27s ago 23m 52.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:41:02.747 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 starting - - - - 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 starting - - - - 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (5m) 27s ago 22m 60.7M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (4m) 27s ago 22m 60.9M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (4m) 27s ago 21m 54.0M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (3m) 27s ago 20m 63.3M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (3m) 27s ago 20m 60.1M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (2m) 27s ago 19m 61.7M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (2m) 27s ago 19m 58.2M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (113s) 27s ago 18m 55.1M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (8m) 27s ago 17m 70.9M - 2.33.4 514e6a882f6e 6587b42128c4 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (89s) 27s ago 15m 90.2M - 19.0.0-2267-g960fbbe4 19e12293512f 86fdc2660a10 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (76s) 27s ago 15m 90.2M - 19.0.0-2267-g960fbbe4 19e12293512f 6848b6dce822 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (82s) 27s ago 15m 90.2M - 19.0.0-2267-g960fbbe4 19e12293512f 34d9292bfc30 2024-03-21T13:41:02.748 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (69s) 27s ago 15m 89.9M - 19.0.0-2267-g960fbbe4 19e12293512f d5ea803702b6 2024-03-21T13:41:03.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:02 smithi192 bash[42088]: audit 2024-03-21T13:41:01.921103+0000 mgr.y (mgr.25471) 465 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:03.251 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:41:03.251 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:41:03.251 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:41:03.251 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:41:03.252 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:41:03.253 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:41:03.253 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:41:03.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:02 smithi038 bash[53920]: audit 2024-03-21T13:41:01.921103+0000 mgr.y (mgr.25471) 465 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:03.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:02 smithi038 bash[55321]: audit 2024-03-21T13:41:01.921103+0000 mgr.y (mgr.25471) 465 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:03.651 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:41:03.652 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:41:03.652 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:41:03.652 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:41:03.652 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:41:03.652 INFO:teuthology.orchestra.run.smithi038.stdout: "osd", 2024-03-21T13:41:03.653 INFO:teuthology.orchestra.run.smithi038.stdout: "iscsi", 2024-03-21T13:41:03.653 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:41:03.653 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw", 2024-03-21T13:41:03.653 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:41:03.653 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:41:03.653 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:41:03.654 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-21T13:41:03.654 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:41:03.654 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:41:04.137 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:41:04.137 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:41:04.137 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:41:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:03 smithi192 bash[42088]: audit 2024-03-21T13:41:02.323068+0000 mgr.y (mgr.25471) 466 : audit [DBG] from='client.44791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:03 smithi192 bash[42088]: cluster 2024-03-21T13:41:02.372224+0000 mgr.y (mgr.25471) 467 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:41:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:03 smithi192 bash[42088]: audit 2024-03-21T13:41:02.486354+0000 mgr.y (mgr.25471) 468 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:03 smithi192 bash[42088]: audit 2024-03-21T13:41:02.723317+0000 mgr.y (mgr.25471) 469 : audit [DBG] from='client.34872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:03 smithi192 bash[42088]: audit 2024-03-21T13:41:03.250575+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.38:0/454077863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[53920]: audit 2024-03-21T13:41:02.323068+0000 mgr.y (mgr.25471) 466 : audit [DBG] from='client.44791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[53920]: cluster 2024-03-21T13:41:02.372224+0000 mgr.y (mgr.25471) 467 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[53920]: audit 2024-03-21T13:41:02.486354+0000 mgr.y (mgr.25471) 468 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[53920]: audit 2024-03-21T13:41:02.723317+0000 mgr.y (mgr.25471) 469 : audit [DBG] from='client.34872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[53920]: audit 2024-03-21T13:41:03.250575+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.38:0/454077863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[55321]: audit 2024-03-21T13:41:02.323068+0000 mgr.y (mgr.25471) 466 : audit [DBG] from='client.44791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[55321]: cluster 2024-03-21T13:41:02.372224+0000 mgr.y (mgr.25471) 467 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:41:04.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[55321]: audit 2024-03-21T13:41:02.486354+0000 mgr.y (mgr.25471) 468 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:04.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[55321]: audit 2024-03-21T13:41:02.723317+0000 mgr.y (mgr.25471) 469 : audit [DBG] from='client.34872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:04.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:03 smithi038 bash[55321]: audit 2024-03-21T13:41:03.250575+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.38:0/454077863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:05.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[53920]: audit 2024-03-21T13:41:03.649523+0000 mgr.y (mgr.25471) 470 : audit [DBG] from='client.44809 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[53920]: audit 2024-03-21T13:41:04.113190+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[53920]: audit 2024-03-21T13:41:04.127083+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[53920]: audit 2024-03-21T13:41:04.136248+0000 mon.a (mon.0) 711 : audit [DBG] from='client.? 172.21.15.38:0/3117971533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[53920]: audit 2024-03-21T13:41:04.930312+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[53920]: audit 2024-03-21T13:41:04.948280+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[55321]: audit 2024-03-21T13:41:03.649523+0000 mgr.y (mgr.25471) 470 : audit [DBG] from='client.44809 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[55321]: audit 2024-03-21T13:41:04.113190+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[55321]: audit 2024-03-21T13:41:04.127083+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[55321]: audit 2024-03-21T13:41:04.136248+0000 mon.a (mon.0) 711 : audit [DBG] from='client.? 172.21.15.38:0/3117971533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[55321]: audit 2024-03-21T13:41:04.930312+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:05 smithi038 bash[55321]: audit 2024-03-21T13:41:04.948280+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:05 smithi192 bash[42088]: audit 2024-03-21T13:41:03.649523+0000 mgr.y (mgr.25471) 470 : audit [DBG] from='client.44809 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:05 smithi192 bash[42088]: audit 2024-03-21T13:41:04.113190+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:05 smithi192 bash[42088]: audit 2024-03-21T13:41:04.127083+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:05 smithi192 bash[42088]: audit 2024-03-21T13:41:04.136248+0000 mon.a (mon.0) 711 : audit [DBG] from='client.? 172.21.15.38:0/3117971533' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:41:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:05 smithi192 bash[42088]: audit 2024-03-21T13:41:04.930312+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:05 smithi192 bash[42088]: audit 2024-03-21T13:41:04.948280+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[53920]: cluster 2024-03-21T13:41:04.373414+0000 mgr.y (mgr.25471) 471 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:06.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[53920]: audit 2024-03-21T13:41:05.227122+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[53920]: audit 2024-03-21T13:41:05.240885+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[53920]: audit 2024-03-21T13:41:05.993943+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[53920]: audit 2024-03-21T13:41:06.007180+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[55321]: cluster 2024-03-21T13:41:04.373414+0000 mgr.y (mgr.25471) 471 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[55321]: audit 2024-03-21T13:41:05.227122+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[55321]: audit 2024-03-21T13:41:05.240885+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[55321]: audit 2024-03-21T13:41:05.993943+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:06 smithi038 bash[55321]: audit 2024-03-21T13:41:06.007180+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:06 smithi192 bash[42088]: cluster 2024-03-21T13:41:04.373414+0000 mgr.y (mgr.25471) 471 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:06 smithi192 bash[42088]: audit 2024-03-21T13:41:05.227122+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:06 smithi192 bash[42088]: audit 2024-03-21T13:41:05.240885+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:06 smithi192 bash[42088]: audit 2024-03-21T13:41:05.993943+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:06 smithi192 bash[42088]: audit 2024-03-21T13:41:06.007180+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:07.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:07 smithi038 bash[53920]: cluster 2024-03-21T13:41:06.374706+0000 mgr.y (mgr.25471) 472 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:07.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:41:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:41:07] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.33.4" 2024-03-21T13:41:07.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:07 smithi038 bash[55321]: cluster 2024-03-21T13:41:06.374706+0000 mgr.y (mgr.25471) 472 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:07.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:07 smithi192 bash[42088]: cluster 2024-03-21T13:41:06.374706+0000 mgr.y (mgr.25471) 472 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:09.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:09 smithi192 bash[42088]: cluster 2024-03-21T13:41:08.375736+0000 mgr.y (mgr.25471) 473 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:09.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:09 smithi038 bash[53920]: cluster 2024-03-21T13:41:08.375736+0000 mgr.y (mgr.25471) 473 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:09.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:09 smithi038 bash[55321]: cluster 2024-03-21T13:41:08.375736+0000 mgr.y (mgr.25471) 473 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:10.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:10 smithi038 bash[53920]: audit 2024-03-21T13:41:09.929558+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:10.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:10 smithi038 bash[55321]: audit 2024-03-21T13:41:09.929558+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:10.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:10 smithi192 bash[42088]: audit 2024-03-21T13:41:09.929558+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:11.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:11 smithi192 bash[42088]: cluster 2024-03-21T13:41:10.377087+0000 mgr.y (mgr.25471) 474 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:11.788 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:11 smithi038 bash[55321]: cluster 2024-03-21T13:41:10.377087+0000 mgr.y (mgr.25471) 474 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:11.788 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:11 smithi038 bash[53920]: cluster 2024-03-21T13:41:10.377087+0000 mgr.y (mgr.25471) 474 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:13.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:13 smithi038 bash[53920]: cluster 2024-03-21T13:41:12.378509+0000 mgr.y (mgr.25471) 475 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:13.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:13 smithi038 bash[53920]: audit 2024-03-21T13:41:12.495951+0000 mgr.y (mgr.25471) 476 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:13.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:13 smithi038 bash[55321]: cluster 2024-03-21T13:41:12.378509+0000 mgr.y (mgr.25471) 475 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:13.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:13 smithi038 bash[55321]: audit 2024-03-21T13:41:12.495951+0000 mgr.y (mgr.25471) 476 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:13.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:13 smithi192 bash[42088]: cluster 2024-03-21T13:41:12.378509+0000 mgr.y (mgr.25471) 475 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:13.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:13 smithi192 bash[42088]: audit 2024-03-21T13:41:12.495951+0000 mgr.y (mgr.25471) 476 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:15.770 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:15 smithi038 bash[53920]: cluster 2024-03-21T13:41:14.379895+0000 mgr.y (mgr.25471) 477 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:15.770 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:15 smithi038 bash[55321]: cluster 2024-03-21T13:41:14.379895+0000 mgr.y (mgr.25471) 477 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:15.812 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:15 smithi192 bash[42088]: cluster 2024-03-21T13:41:14.379895+0000 mgr.y (mgr.25471) 477 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:41:17] "GET /metrics HTTP/1.1" 200 38693 "" "Prometheus/2.33.4" 2024-03-21T13:41:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.370274+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: cluster 2024-03-21T13:41:16.381011+0000 mgr.y (mgr.25471) 478 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.383100+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.451532+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.462674+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.465523+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.467400+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: cluster 2024-03-21T13:41:16.470588+0000 mgr.y (mgr.25471) 479 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1014 B/s rd, 0 op/s 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: cluster 2024-03-21T13:41:16.471059+0000 mgr.y (mgr.25471) 480 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.478169+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.567527+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.571157+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.574139+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.576504+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.580019+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.583475+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.586251+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.588240+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.590178+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.656 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.592991+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.370274+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: cluster 2024-03-21T13:41:16.381011+0000 mgr.y (mgr.25471) 478 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.383100+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.451532+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.462674+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.465523+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.467400+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: cluster 2024-03-21T13:41:16.470588+0000 mgr.y (mgr.25471) 479 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1014 B/s rd, 0 op/s 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: cluster 2024-03-21T13:41:16.471059+0000 mgr.y (mgr.25471) 480 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.478169+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.567527+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.571157+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.574139+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.576504+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.580019+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.583475+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.586251+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.588240+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.590178+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.592991+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.596092+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.598370+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.601008+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.658 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[53920]: audit 2024-03-21T13:41:16.604740+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.596092+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.598370+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.601008+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:17 smithi038 bash[55321]: audit 2024-03-21T13:41:16.604740+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.370274+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: cluster 2024-03-21T13:41:16.381011+0000 mgr.y (mgr.25471) 478 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.383100+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.451532+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.462674+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.465523+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:17.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.467400+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: cluster 2024-03-21T13:41:16.470588+0000 mgr.y (mgr.25471) 479 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1014 B/s rd, 0 op/s 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: cluster 2024-03-21T13:41:16.471059+0000 mgr.y (mgr.25471) 480 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.478169+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.567527+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.571157+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.574139+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.576504+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.580019+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.583475+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.586251+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.588240+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.590178+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.592991+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.596092+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.598370+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.601008+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:17 smithi192 bash[42088]: audit 2024-03-21T13:41:16.604740+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:19.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:19 smithi038 bash[53920]: cluster 2024-03-21T13:41:18.472020+0000 mgr.y (mgr.25471) 481 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:19 smithi038 bash[53920]: cephadm 2024-03-21T13:41:18.878496+0000 mgr.y (mgr.25471) 482 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-21T13:41:19.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:19 smithi038 bash[53920]: cephadm 2024-03-21T13:41:19.148923+0000 mgr.y (mgr.25471) 483 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-03-21T13:41:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:19 smithi038 bash[55321]: cluster 2024-03-21T13:41:18.472020+0000 mgr.y (mgr.25471) 481 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:19 smithi038 bash[55321]: cephadm 2024-03-21T13:41:18.878496+0000 mgr.y (mgr.25471) 482 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-21T13:41:19.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:19 smithi038 bash[55321]: cephadm 2024-03-21T13:41:19.148923+0000 mgr.y (mgr.25471) 483 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-03-21T13:41:19.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:19 smithi192 bash[42088]: cluster 2024-03-21T13:41:18.472020+0000 mgr.y (mgr.25471) 481 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:19 smithi192 bash[42088]: cephadm 2024-03-21T13:41:18.878496+0000 mgr.y (mgr.25471) 482 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-21T13:41:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:19 smithi192 bash[42088]: cephadm 2024-03-21T13:41:19.148923+0000 mgr.y (mgr.25471) 483 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-03-21T13:41:21.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:21 smithi038 bash[53920]: cluster 2024-03-21T13:41:20.473397+0000 mgr.y (mgr.25471) 484 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-21T13:41:21.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:21 smithi038 bash[55321]: cluster 2024-03-21T13:41:20.473397+0000 mgr.y (mgr.25471) 484 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-21T13:41:21.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:21 smithi192 bash[42088]: cluster 2024-03-21T13:41:20.473397+0000 mgr.y (mgr.25471) 484 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-21T13:41:23.702 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[42088]: cluster 2024-03-21T13:41:22.474637+0000 mgr.y (mgr.25471) 485 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:23.703 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[42088]: audit 2024-03-21T13:41:22.503820+0000 mgr.y (mgr.25471) 486 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:23.703 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 systemd[1]: Stopping Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:41:23.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:23 smithi038 bash[53920]: cluster 2024-03-21T13:41:22.474637+0000 mgr.y (mgr.25471) 485 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:23.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:23 smithi038 bash[53920]: audit 2024-03-21T13:41:22.503820+0000 mgr.y (mgr.25471) 486 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:23.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:23 smithi038 bash[55321]: cluster 2024-03-21T13:41:22.474637+0000 mgr.y (mgr.25471) 485 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:23.906 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:23 smithi038 bash[55321]: audit 2024-03-21T13:41:22.503820+0000 mgr.y (mgr.25471) 486 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:41:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:41:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:41:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:41:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:41:23.961 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:41:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:41:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.702Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:41:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.703Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:41:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.703Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:41:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.703Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:41:23.962 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:23 smithi192 bash[39056]: ts=2024-03-21T13:41:23.704Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:41:24.710 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:24 smithi192 bash[63808]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:41:24.710 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:24 smithi192 bash[63883]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:41:24.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:24 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:41:24.711 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:24 smithi192 systemd[1]: Stopped Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:41:25.210 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:24 smithi192 systemd[1]: Started Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:41:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[53920]: cluster 2024-03-21T13:41:24.475934+0000 mgr.y (mgr.25471) 487 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[53920]: audit 2024-03-21T13:41:24.830489+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[53920]: audit 2024-03-21T13:41:24.839343+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[53920]: audit 2024-03-21T13:41:24.930046+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[55321]: cluster 2024-03-21T13:41:24.475934+0000 mgr.y (mgr.25471) 487 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[55321]: audit 2024-03-21T13:41:24.830489+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[55321]: audit 2024-03-21T13:41:24.839343+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:25 smithi038 bash[55321]: audit 2024-03-21T13:41:24.930046+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:26.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[42088]: cluster 2024-03-21T13:41:24.475934+0000 mgr.y (mgr.25471) 487 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-21T13:41:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[42088]: audit 2024-03-21T13:41:24.830489+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[42088]: audit 2024-03-21T13:41:24.839343+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[42088]: audit 2024-03-21T13:41:24.930046+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.886Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-03-21T13:41:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.886Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-03-21T13:41:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.886Z caller=main.go:570 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi192 (none))" 2024-03-21T13:41:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.886Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:41:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.886Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.888Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.889Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.892Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.893Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.894Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.894Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.187µs 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.894Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.908Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.929Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.940Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.950Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.950Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.950Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=60.199µs wal_replay_duration=55.987289ms wbl_replay_duration=168ns total_replay_duration=56.073236ms 2024-03-21T13:41:26.212 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.955Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:41:26.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.955Z caller=main.go:1029 level=info msg="TSDB started" 2024-03-21T13:41:26.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.955Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:41:26.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.985Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=29.393205ms db_storage=986ns remote_storage=1.705µs web_handler=526ns query_engine=829ns scrape=374.035µs scrape_sd=155.274µs notify=16.518µs notify_sd=16.692µs rules=28.258704ms tracing=7.814µs 2024-03-21T13:41:26.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.985Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-03-21T13:41:26.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:41:25 smithi192 bash[63949]: ts=2024-03-21T13:41:25.985Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-03-21T13:41:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:27 smithi038 bash[53920]: cluster 2024-03-21T13:41:26.477174+0000 mgr.y (mgr.25471) 488 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:41:28.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:27 smithi038 bash[55321]: cluster 2024-03-21T13:41:26.477174+0000 mgr.y (mgr.25471) 488 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:41:28.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:27 smithi192 bash[42088]: cluster 2024-03-21T13:41:26.477174+0000 mgr.y (mgr.25471) 488 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:41:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:29 smithi038 bash[53920]: cluster 2024-03-21T13:41:28.478174+0000 mgr.y (mgr.25471) 489 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:30.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:29 smithi038 bash[55321]: cluster 2024-03-21T13:41:28.478174+0000 mgr.y (mgr.25471) 489 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:30.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:29 smithi192 bash[42088]: cluster 2024-03-21T13:41:28.478174+0000 mgr.y (mgr.25471) 489 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:32.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:31 smithi192 bash[42088]: cluster 2024-03-21T13:41:30.479488+0000 mgr.y (mgr.25471) 490 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:31 smithi192 bash[42088]: audit 2024-03-21T13:41:30.938574+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:31 smithi192 bash[42088]: audit 2024-03-21T13:41:30.951494+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:31 smithi192 bash[42088]: audit 2024-03-21T13:41:31.240354+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:31 smithi192 bash[42088]: audit 2024-03-21T13:41:31.251851+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[53920]: cluster 2024-03-21T13:41:30.479488+0000 mgr.y (mgr.25471) 490 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[53920]: audit 2024-03-21T13:41:30.938574+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[53920]: audit 2024-03-21T13:41:30.951494+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[53920]: audit 2024-03-21T13:41:31.240354+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[53920]: audit 2024-03-21T13:41:31.251851+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[55321]: cluster 2024-03-21T13:41:30.479488+0000 mgr.y (mgr.25471) 490 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[55321]: audit 2024-03-21T13:41:30.938574+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[55321]: audit 2024-03-21T13:41:30.951494+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[55321]: audit 2024-03-21T13:41:31.240354+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:32.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:31 smithi038 bash[55321]: audit 2024-03-21T13:41:31.251851+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:33.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:33 smithi038 bash[53920]: audit 2024-03-21T13:41:32.057255+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:33.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:33 smithi038 bash[53920]: audit 2024-03-21T13:41:32.071672+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:33 smithi038 bash[55321]: audit 2024-03-21T13:41:32.057255+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:33.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:33 smithi038 bash[55321]: audit 2024-03-21T13:41:32.071672+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:33.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:33 smithi192 bash[42088]: audit 2024-03-21T13:41:32.057255+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:33 smithi192 bash[42088]: audit 2024-03-21T13:41:32.071672+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:34 smithi038 bash[53920]: cluster 2024-03-21T13:41:32.480734+0000 mgr.y (mgr.25471) 491 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:34 smithi038 bash[53920]: audit 2024-03-21T13:41:32.513433+0000 mgr.y (mgr.25471) 492 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:34 smithi038 bash[55321]: cluster 2024-03-21T13:41:32.480734+0000 mgr.y (mgr.25471) 491 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:34 smithi038 bash[55321]: audit 2024-03-21T13:41:32.513433+0000 mgr.y (mgr.25471) 492 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:34 smithi192 bash[42088]: cluster 2024-03-21T13:41:32.480734+0000 mgr.y (mgr.25471) 491 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:34 smithi192 bash[42088]: audit 2024-03-21T13:41:32.513433+0000 mgr.y (mgr.25471) 492 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:34.574 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (10m) 4s ago 17m 16.8M - 0.23.0 ba2b418f427c 69e9f8d90024 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 4s ago 17m - - 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (66s) 4s ago 15m 47.4M - 3.7 19e12293512f c7d555dc80bb 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (8m) 4s ago 23m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (9m) 4s ago 26m 511M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (8m) 4s ago 26m 64.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (7m) 4s ago 24m 48.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (7m) 4s ago 24m 51.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (38s) 4s ago 18m 8267k - 1.5.0 0da6a335fe13 f7560009ce50 2024-03-21T13:41:35.370 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (35s) 4s ago 18m 9348k - 1.5.0 0da6a335fe13 dde97b496a34 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (5m) 4s ago 23m 61.3M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (5m) 4s ago 22m 62.0M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (4m) 4s ago 22m 54.5M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (4m) 4s ago 21m 64.7M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (3m) 4s ago 20m 61.3M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (3m) 4s ago 20m 62.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (2m) 4s ago 19m 58.6M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (2m) 4s ago 19m 56.0M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (10s) 4s ago 18m 39.5M - 2.43.0 a07b618ecd1d ff1caa54d3dd 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (2m) 4s ago 15m 90.9M - 19.0.0-2267-g960fbbe4 19e12293512f 86fdc2660a10 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (108s) 4s ago 15m 90.8M - 19.0.0-2267-g960fbbe4 19e12293512f 6848b6dce822 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (115s) 4s ago 15m 90.7M - 19.0.0-2267-g960fbbe4 19e12293512f 34d9292bfc30 2024-03-21T13:41:35.371 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (101s) 4s ago 15m 90.5M - 19.0.0-2267-g960fbbe4 19e12293512f d5ea803702b6 2024-03-21T13:41:35.848 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:41:35.848 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:41:35.848 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:41:35.848 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:35.848 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:41:35.849 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:41:36.259 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:41:36.259 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:41:36.259 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:41:36.259 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:41:36.259 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "osd", 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "iscsi", 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw", 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading prometheus daemons", 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:41:36.260 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:41:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[53920]: cluster 2024-03-21T13:41:34.482079+0000 mgr.y (mgr.25471) 493 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[53920]: audit 2024-03-21T13:41:34.556408+0000 mgr.y (mgr.25471) 494 : audit [DBG] from='client.34896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[53920]: audit 2024-03-21T13:41:34.953286+0000 mgr.y (mgr.25471) 495 : audit [DBG] from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[53920]: audit 2024-03-21T13:41:35.847475+0000 mon.a (mon.0) 749 : audit [DBG] from='client.? 172.21.15.38:0/2025305068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:36.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[55321]: cluster 2024-03-21T13:41:34.482079+0000 mgr.y (mgr.25471) 493 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:36.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[55321]: audit 2024-03-21T13:41:34.556408+0000 mgr.y (mgr.25471) 494 : audit [DBG] from='client.34896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:36.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[55321]: audit 2024-03-21T13:41:34.953286+0000 mgr.y (mgr.25471) 495 : audit [DBG] from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:36.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:36 smithi038 bash[55321]: audit 2024-03-21T13:41:35.847475+0000 mon.a (mon.0) 749 : audit [DBG] from='client.? 172.21.15.38:0/2025305068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:36 smithi192 bash[42088]: cluster 2024-03-21T13:41:34.482079+0000 mgr.y (mgr.25471) 493 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:36 smithi192 bash[42088]: audit 2024-03-21T13:41:34.556408+0000 mgr.y (mgr.25471) 494 : audit [DBG] from='client.34896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:36 smithi192 bash[42088]: audit 2024-03-21T13:41:34.953286+0000 mgr.y (mgr.25471) 495 : audit [DBG] from='client.44827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:36 smithi192 bash[42088]: audit 2024-03-21T13:41:35.847475+0000 mon.a (mon.0) 749 : audit [DBG] from='client.? 172.21.15.38:0/2025305068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:36.709 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:41:36.709 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:41:36.709 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:41:37.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:41:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:41:37] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.43.0" 2024-03-21T13:41:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:37 smithi038 bash[53920]: audit 2024-03-21T13:41:35.344394+0000 mgr.y (mgr.25471) 496 : audit [DBG] from='client.44833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:37.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:37 smithi038 bash[53920]: audit 2024-03-21T13:41:36.708548+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.38:0/1688198387' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:41:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:37 smithi038 bash[55321]: audit 2024-03-21T13:41:35.344394+0000 mgr.y (mgr.25471) 496 : audit [DBG] from='client.44833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:37.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:37 smithi038 bash[55321]: audit 2024-03-21T13:41:36.708548+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.38:0/1688198387' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:41:37.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:37 smithi192 bash[42088]: audit 2024-03-21T13:41:35.344394+0000 mgr.y (mgr.25471) 496 : audit [DBG] from='client.44833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:37 smithi192 bash[42088]: audit 2024-03-21T13:41:36.708548+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.38:0/1688198387' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:41:38.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:38 smithi038 bash[53920]: audit 2024-03-21T13:41:36.257664+0000 mgr.y (mgr.25471) 497 : audit [DBG] from='client.44845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:38.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:38 smithi038 bash[53920]: cluster 2024-03-21T13:41:36.483318+0000 mgr.y (mgr.25471) 498 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:38.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:38 smithi038 bash[55321]: audit 2024-03-21T13:41:36.257664+0000 mgr.y (mgr.25471) 497 : audit [DBG] from='client.44845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:38.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:38 smithi038 bash[55321]: cluster 2024-03-21T13:41:36.483318+0000 mgr.y (mgr.25471) 498 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:38.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:38 smithi192 bash[42088]: audit 2024-03-21T13:41:36.257664+0000 mgr.y (mgr.25471) 497 : audit [DBG] from='client.44845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:41:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:38 smithi192 bash[42088]: cluster 2024-03-21T13:41:36.483318+0000 mgr.y (mgr.25471) 498 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:40.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:40 smithi038 bash[53920]: cluster 2024-03-21T13:41:38.484243+0000 mgr.y (mgr.25471) 499 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:40.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:40 smithi038 bash[53920]: audit 2024-03-21T13:41:39.930724+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:40 smithi038 bash[55321]: cluster 2024-03-21T13:41:38.484243+0000 mgr.y (mgr.25471) 499 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:40.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:40 smithi038 bash[55321]: audit 2024-03-21T13:41:39.930724+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:40 smithi192 bash[42088]: cluster 2024-03-21T13:41:38.484243+0000 mgr.y (mgr.25471) 499 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:40 smithi192 bash[42088]: audit 2024-03-21T13:41:39.930724+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:42 smithi192 bash[42088]: cluster 2024-03-21T13:41:40.485583+0000 mgr.y (mgr.25471) 500 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:42.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:42 smithi038 bash[53920]: cluster 2024-03-21T13:41:40.485583+0000 mgr.y (mgr.25471) 500 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:42.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:42 smithi038 bash[55321]: cluster 2024-03-21T13:41:40.485583+0000 mgr.y (mgr.25471) 500 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: cluster 2024-03-21T13:41:42.486841+0000 mgr.y (mgr.25471) 501 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.519887+0000 mgr.y (mgr.25471) 502 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.736024+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.749431+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.751642+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.753368+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: cluster 2024-03-21T13:41:42.756511+0000 mgr.y (mgr.25471) 503 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: cluster 2024-03-21T13:41:42.757023+0000 mgr.y (mgr.25471) 504 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.764543+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.853148+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.854185+0000 mgr.y (mgr.25471) 505 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.862423+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.868025+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.872472+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.875257+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.881267+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.887733+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.891934+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.893895+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.156 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: cluster 2024-03-21T13:41:42.486841+0000 mgr.y (mgr.25471) 501 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.519887+0000 mgr.y (mgr.25471) 502 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.736024+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.749431+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.751642+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.753368+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: cluster 2024-03-21T13:41:42.756511+0000 mgr.y (mgr.25471) 503 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: cluster 2024-03-21T13:41:42.757023+0000 mgr.y (mgr.25471) 504 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.764543+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.853148+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.854185+0000 mgr.y (mgr.25471) 505 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.862423+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.868025+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.872472+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.875257+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.157 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.881267+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.887733+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.891934+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.893895+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.895832+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.898071+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.900864+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.903140+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.905881+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.908658+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.158 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[53920]: audit 2024-03-21T13:41:42.912295+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.895832+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.898071+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.900864+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.903140+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.905881+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.908658+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.159 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:43 smithi038 bash[55321]: audit 2024-03-21T13:41:42.912295+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: cluster 2024-03-21T13:41:42.486841+0000 mgr.y (mgr.25471) 501 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.519887+0000 mgr.y (mgr.25471) 502 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.736024+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.749431+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.751642+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:41:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.753368+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: cluster 2024-03-21T13:41:42.756511+0000 mgr.y (mgr.25471) 503 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: cluster 2024-03-21T13:41:42.757023+0000 mgr.y (mgr.25471) 504 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.764543+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.853148+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.854185+0000 mgr.y (mgr.25471) 505 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.862423+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.868025+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.872472+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.875257+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.881267+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.887733+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.891934+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.893895+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.895832+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.898071+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.900864+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.903140+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.905881+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.908658+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:43 smithi192 bash[42088]: audit 2024-03-21T13:41:42.912295+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:41:46.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:45 smithi038 bash[53920]: cluster 2024-03-21T13:41:44.758301+0000 mgr.y (mgr.25471) 506 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 618 B/s rd, 0 op/s 2024-03-21T13:41:46.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:45 smithi038 bash[55321]: cluster 2024-03-21T13:41:44.758301+0000 mgr.y (mgr.25471) 506 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 618 B/s rd, 0 op/s 2024-03-21T13:41:46.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:45 smithi192 bash[42088]: cluster 2024-03-21T13:41:44.758301+0000 mgr.y (mgr.25471) 506 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 618 B/s rd, 0 op/s 2024-03-21T13:41:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:46 smithi038 bash[53920]: cephadm 2024-03-21T13:41:45.836532+0000 mgr.y (mgr.25471) 507 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:41:47.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:46 smithi038 bash[53920]: cephadm 2024-03-21T13:41:45.851351+0000 mgr.y (mgr.25471) 508 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2024-03-21T13:41:47.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:46 smithi038 bash[55321]: cephadm 2024-03-21T13:41:45.836532+0000 mgr.y (mgr.25471) 507 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:41:47.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:46 smithi038 bash[55321]: cephadm 2024-03-21T13:41:45.851351+0000 mgr.y (mgr.25471) 508 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2024-03-21T13:41:47.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:46 smithi192 bash[42088]: cephadm 2024-03-21T13:41:45.836532+0000 mgr.y (mgr.25471) 507 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:41:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:46 smithi192 bash[42088]: cephadm 2024-03-21T13:41:45.851351+0000 mgr.y (mgr.25471) 508 : cephadm [INF] Deploying daemon alertmanager.a on smithi038 2024-03-21T13:41:47.581 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:41:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:41:47] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:41:48.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:47 smithi038 bash[53920]: cluster 2024-03-21T13:41:46.759591+0000 mgr.y (mgr.25471) 509 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:48.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:47 smithi038 bash[55321]: cluster 2024-03-21T13:41:46.759591+0000 mgr.y (mgr.25471) 509 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:48.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:47 smithi192 bash[42088]: cluster 2024-03-21T13:41:46.759591+0000 mgr.y (mgr.25471) 509 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:50.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:49 smithi038 bash[53920]: cluster 2024-03-21T13:41:48.760534+0000 mgr.y (mgr.25471) 510 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:50.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:49 smithi038 bash[55321]: cluster 2024-03-21T13:41:48.760534+0000 mgr.y (mgr.25471) 510 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:50.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:49 smithi192 bash[42088]: cluster 2024-03-21T13:41:48.760534+0000 mgr.y (mgr.25471) 510 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:50.629 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:50 smithi038 systemd[1]: Stopping Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:41:50.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:50 smithi038 bash[49531]: level=info ts=2024-03-21T13:41:50.628Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:41:51.718 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:51 smithi038 bash[85853]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:41:51.718 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:51 smithi038 bash[85927]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:41:51.992 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:51 smithi038 bash[53920]: cluster 2024-03-21T13:41:50.761985+0000 mgr.y (mgr.25471) 511 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 618 B/s rd, 0 op/s 2024-03-21T13:41:51.992 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:51 smithi038 bash[55321]: cluster 2024-03-21T13:41:50.761985+0000 mgr.y (mgr.25471) 511 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 618 B/s rd, 0 op/s 2024-03-21T13:41:51.993 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:51 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:41:51.993 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:51 smithi038 systemd[1]: Stopped Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:41:51.993 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:51 smithi038 systemd[1]: Started Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:41:52.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:51 smithi192 bash[42088]: cluster 2024-03-21T13:41:50.761985+0000 mgr.y (mgr.25471) 511 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 618 B/s rd, 0 op/s 2024-03-21T13:41:53.335 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[53920]: audit 2024-03-21T13:41:52.042839+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:53.336 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[53920]: audit 2024-03-21T13:41:52.050135+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:53.336 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[55321]: audit 2024-03-21T13:41:52.042839+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:53.336 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[55321]: audit 2024-03-21T13:41:52.050135+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:53.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:53 smithi192 bash[42088]: audit 2024-03-21T13:41:52.042839+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:53.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:53 smithi192 bash[42088]: audit 2024-03-21T13:41:52.050135+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.482Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.482Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.485Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.38 port=9094 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.488Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.534Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.534Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.539Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-21T13:41:53.655 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:53 smithi038 bash[85993]: ts=2024-03-21T13:41:53.539Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-21T13:41:54.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:54 smithi038 bash[53920]: audit 2024-03-21T13:41:52.529770+0000 mgr.y (mgr.25471) 512 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:54.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:54 smithi038 bash[53920]: cluster 2024-03-21T13:41:52.763460+0000 mgr.y (mgr.25471) 513 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:41:54.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:54 smithi038 bash[55321]: audit 2024-03-21T13:41:52.529770+0000 mgr.y (mgr.25471) 512 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:54.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:54 smithi038 bash[55321]: cluster 2024-03-21T13:41:52.763460+0000 mgr.y (mgr.25471) 513 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:41:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:54 smithi192 bash[42088]: audit 2024-03-21T13:41:52.529770+0000 mgr.y (mgr.25471) 512 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:41:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:54 smithi192 bash[42088]: cluster 2024-03-21T13:41:52.763460+0000 mgr.y (mgr.25471) 513 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:41:55.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:55 smithi038 bash[53920]: audit 2024-03-21T13:41:54.930967+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:55.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:55 smithi038 bash[55321]: audit 2024-03-21T13:41:54.930967+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:55.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:55 smithi192 bash[42088]: audit 2024-03-21T13:41:54.930967+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:41:55.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:41:55 smithi038 bash[85993]: ts=2024-03-21T13:41:55.489Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000891086s 2024-03-21T13:41:56.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:56 smithi038 bash[53920]: cluster 2024-03-21T13:41:54.764791+0000 mgr.y (mgr.25471) 514 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:56.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:56 smithi038 bash[55321]: cluster 2024-03-21T13:41:54.764791+0000 mgr.y (mgr.25471) 514 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:56 smithi192 bash[42088]: cluster 2024-03-21T13:41:54.764791+0000 mgr.y (mgr.25471) 514 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:41:57.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:41:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:41:57] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.43.0" 2024-03-21T13:41:58.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:41:58 smithi038 bash[53920]: cluster 2024-03-21T13:41:56.766048+0000 mgr.y (mgr.25471) 515 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:58.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:41:58 smithi038 bash[55321]: cluster 2024-03-21T13:41:56.766048+0000 mgr.y (mgr.25471) 515 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:41:58.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:41:58 smithi192 bash[42088]: cluster 2024-03-21T13:41:56.766048+0000 mgr.y (mgr.25471) 515 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:00 smithi038 bash[53920]: cluster 2024-03-21T13:41:58.767137+0000 mgr.y (mgr.25471) 516 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:00.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:00 smithi038 bash[53920]: audit 2024-03-21T13:41:59.397454+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:00.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:00 smithi038 bash[53920]: audit 2024-03-21T13:41:59.409943+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:00 smithi038 bash[55321]: cluster 2024-03-21T13:41:58.767137+0000 mgr.y (mgr.25471) 516 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:00 smithi038 bash[55321]: audit 2024-03-21T13:41:59.397454+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:00.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:00 smithi038 bash[55321]: audit 2024-03-21T13:41:59.409943+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:00.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:00 smithi192 bash[42088]: cluster 2024-03-21T13:41:58.767137+0000 mgr.y (mgr.25471) 516 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:00 smithi192 bash[42088]: audit 2024-03-21T13:41:59.397454+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:00 smithi192 bash[42088]: audit 2024-03-21T13:41:59.409943+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:01 smithi038 bash[53920]: audit 2024-03-21T13:42:00.510238+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:01 smithi038 bash[53920]: audit 2024-03-21T13:42:00.522503+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:01 smithi038 bash[53920]: cluster 2024-03-21T13:42:00.768504+0000 mgr.y (mgr.25471) 517 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:01.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:01 smithi038 bash[55321]: audit 2024-03-21T13:42:00.510238+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:01 smithi038 bash[55321]: audit 2024-03-21T13:42:00.522503+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:01 smithi038 bash[55321]: cluster 2024-03-21T13:42:00.768504+0000 mgr.y (mgr.25471) 517 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:01.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:01 smithi192 bash[42088]: audit 2024-03-21T13:42:00.510238+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:01 smithi192 bash[42088]: audit 2024-03-21T13:42:00.522503+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:01.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:01 smithi192 bash[42088]: cluster 2024-03-21T13:42:00.768504+0000 mgr.y (mgr.25471) 517 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:03.830 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:42:03 smithi038 bash[85993]: ts=2024-03-21T13:42:03.491Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003191128s 2024-03-21T13:42:04.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:03 smithi038 bash[53920]: audit 2024-03-21T13:42:02.534193+0000 mgr.y (mgr.25471) 518 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:04.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:03 smithi038 bash[53920]: cluster 2024-03-21T13:42:02.769757+0000 mgr.y (mgr.25471) 519 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:04.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:03 smithi038 bash[55321]: audit 2024-03-21T13:42:02.534193+0000 mgr.y (mgr.25471) 518 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:04.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:03 smithi038 bash[55321]: cluster 2024-03-21T13:42:02.769757+0000 mgr.y (mgr.25471) 519 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:03 smithi192 bash[42088]: audit 2024-03-21T13:42:02.534193+0000 mgr.y (mgr.25471) 518 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:03 smithi192 bash[42088]: cluster 2024-03-21T13:42:02.769757+0000 mgr.y (mgr.25471) 519 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:06.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:05 smithi038 bash[53920]: cluster 2024-03-21T13:42:04.771095+0000 mgr.y (mgr.25471) 520 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:06.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:05 smithi038 bash[55321]: cluster 2024-03-21T13:42:04.771095+0000 mgr.y (mgr.25471) 520 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:06.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:05 smithi192 bash[42088]: cluster 2024-03-21T13:42:04.771095+0000 mgr.y (mgr.25471) 520 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:07.139 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:42:07.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:42:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:42:07] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.43.0" 2024-03-21T13:42:07.956 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:42:07.956 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (15s) 8s ago 18m 15.0M - 0.25.0 c8568f914cd2 740980d27574 2024-03-21T13:42:07.956 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 error 37s ago 18m - - 2024-03-21T13:42:07.956 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (98s) 8s ago 16m 47.8M - 3.7 19e12293512f c7d555dc80bb 2024-03-21T13:42:07.956 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (9m) 37s ago 24m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (10m) 8s ago 26m 511M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (8m) 8s ago 26m 68.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (7m) 37s ago 24m 48.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (8m) 8s ago 24m 52.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (71s) 8s ago 18m 9539k - 1.5.0 0da6a335fe13 f7560009ce50 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (67s) 37s ago 18m 9348k - 1.5.0 0da6a335fe13 dde97b496a34 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (6m) 8s ago 23m 61.5M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (5m) 8s ago 23m 62.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (5m) 8s ago 22m 54.7M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (4m) 8s ago 21m 65.0M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (4m) 37s ago 21m 61.3M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (3m) 37s ago 20m 62.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:42:07.957 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (3m) 37s ago 20m 58.6M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:42:07.958 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (2m) 37s ago 19m 56.0M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:42:07.958 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (43s) 37s ago 18m 39.5M - 2.43.0 a07b618ecd1d ff1caa54d3dd 2024-03-21T13:42:07.958 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (2m) 8s ago 16m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f 86fdc2660a10 2024-03-21T13:42:07.958 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (2m) 37s ago 16m 90.8M - 19.0.0-2267-g960fbbe4 19e12293512f 6848b6dce822 2024-03-21T13:42:07.958 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (2m) 8s ago 16m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f 34d9292bfc30 2024-03-21T13:42:07.958 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (2m) 37s ago 16m 90.5M - 19.0.0-2267-g960fbbe4 19e12293512f d5ea803702b6 2024-03-21T13:42:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:07 smithi038 bash[53920]: cluster 2024-03-21T13:42:06.772346+0000 mgr.y (mgr.25471) 521 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:08.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:07 smithi038 bash[53920]: audit 2024-03-21T13:42:07.122452+0000 mgr.y (mgr.25471) 522 : audit [DBG] from='client.34932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:07 smithi038 bash[55321]: cluster 2024-03-21T13:42:06.772346+0000 mgr.y (mgr.25471) 521 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:08.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:07 smithi038 bash[55321]: audit 2024-03-21T13:42:07.122452+0000 mgr.y (mgr.25471) 522 : audit [DBG] from='client.34932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:08.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:07 smithi192 bash[42088]: cluster 2024-03-21T13:42:06.772346+0000 mgr.y (mgr.25471) 521 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:07 smithi192 bash[42088]: audit 2024-03-21T13:42:07.122452+0000 mgr.y (mgr.25471) 522 : audit [DBG] from='client.34932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:42:08.417 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:08.418 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:42:08.418 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:42:08.418 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:42:08.418 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:42:08.825 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": true, 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [ 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "osd", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "iscsi", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "mon" 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: ], 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:42:08.826 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "Currently upgrading alertmanager daemons", 2024-03-21T13:42:08.827 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:42:08.827 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:42:09.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:08 smithi038 bash[53920]: audit 2024-03-21T13:42:07.522392+0000 mgr.y (mgr.25471) 523 : audit [DBG] from='client.44863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:09.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:08 smithi038 bash[53920]: audit 2024-03-21T13:42:07.931248+0000 mgr.y (mgr.25471) 524 : audit [DBG] from='client.44869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:09.157 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:08 smithi038 bash[53920]: audit 2024-03-21T13:42:08.415586+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.38:0/4150164417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:09.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:08 smithi038 bash[55321]: audit 2024-03-21T13:42:07.522392+0000 mgr.y (mgr.25471) 523 : audit [DBG] from='client.44863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:09.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:08 smithi038 bash[55321]: audit 2024-03-21T13:42:07.931248+0000 mgr.y (mgr.25471) 524 : audit [DBG] from='client.44869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:09.158 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:08 smithi038 bash[55321]: audit 2024-03-21T13:42:08.415586+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.38:0/4150164417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:08 smithi192 bash[42088]: audit 2024-03-21T13:42:07.522392+0000 mgr.y (mgr.25471) 523 : audit [DBG] from='client.44863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:08 smithi192 bash[42088]: audit 2024-03-21T13:42:07.931248+0000 mgr.y (mgr.25471) 524 : audit [DBG] from='client.44869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:08 smithi192 bash[42088]: audit 2024-03-21T13:42:08.415586+0000 mon.a (mon.0) 779 : audit [DBG] from='client.? 172.21.15.38:0/4150164417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:09.312 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:42:09.312 INFO:teuthology.orchestra.run.smithi038.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:42:09.312 INFO:teuthology.orchestra.run.smithi038.stdout: daemon grafana.a on smithi192 is in error state 2024-03-21T13:42:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:09 smithi038 bash[53920]: cluster 2024-03-21T13:42:08.773244+0000 mgr.y (mgr.25471) 525 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:10.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:09 smithi038 bash[53920]: audit 2024-03-21T13:42:08.824542+0000 mgr.y (mgr.25471) 526 : audit [DBG] from='client.34956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:10.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:09 smithi038 bash[53920]: audit 2024-03-21T13:42:09.311706+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/1738626939' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:42:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:09 smithi038 bash[55321]: cluster 2024-03-21T13:42:08.773244+0000 mgr.y (mgr.25471) 525 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:09 smithi038 bash[55321]: audit 2024-03-21T13:42:08.824542+0000 mgr.y (mgr.25471) 526 : audit [DBG] from='client.34956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:10.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:09 smithi038 bash[55321]: audit 2024-03-21T13:42:09.311706+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/1738626939' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:42:10.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:09 smithi192 bash[42088]: cluster 2024-03-21T13:42:08.773244+0000 mgr.y (mgr.25471) 525 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:09 smithi192 bash[42088]: audit 2024-03-21T13:42:08.824542+0000 mgr.y (mgr.25471) 526 : audit [DBG] from='client.34956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:09 smithi192 bash[42088]: audit 2024-03-21T13:42:09.311706+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.38:0/1738626939' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:42:11.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:10 smithi038 bash[53920]: audit 2024-03-21T13:42:09.931168+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:11.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:10 smithi038 bash[55321]: audit 2024-03-21T13:42:09.931168+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:11.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:10 smithi192 bash[42088]: audit 2024-03-21T13:42:09.931168+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:12.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:11 smithi038 bash[53920]: cluster 2024-03-21T13:42:10.774551+0000 mgr.y (mgr.25471) 527 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:12.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:11 smithi038 bash[55321]: cluster 2024-03-21T13:42:10.774551+0000 mgr.y (mgr.25471) 527 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:12.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:11 smithi192 bash[42088]: cluster 2024-03-21T13:42:10.774551+0000 mgr.y (mgr.25471) 527 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.085302+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.099688+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.102277+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.104271+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: cluster 2024-03-21T13:42:12.107876+0000 mgr.y (mgr.25471) 528 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: cluster 2024-03-21T13:42:12.108236+0000 mgr.y (mgr.25471) 529 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.116093+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.201445+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.202359+0000 mgr.y (mgr.25471) 530 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.210379+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.214214+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.218031+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.221062+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.226316+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.232074+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.235042+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.237134+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.239475+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.241592+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.085302+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.099688+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.102277+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.104271+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: cluster 2024-03-21T13:42:12.107876+0000 mgr.y (mgr.25471) 528 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: cluster 2024-03-21T13:42:12.108236+0000 mgr.y (mgr.25471) 529 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.116093+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.201445+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:42:13.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.202359+0000 mgr.y (mgr.25471) 530 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.210379+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.214214+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.218031+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.221062+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.226316+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.232074+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.235042+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.237134+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.239475+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.241592+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.243885+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.246080+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.248595+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.408 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.251757+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.254265+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[53920]: audit 2024-03-21T13:42:12.256859+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.243885+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.246080+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.248595+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.251757+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.254265+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.409 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:13 smithi038 bash[55321]: audit 2024-03-21T13:42:12.256859+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.085302+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.099688+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.102277+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.104271+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: cluster 2024-03-21T13:42:12.107876+0000 mgr.y (mgr.25471) 528 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: cluster 2024-03-21T13:42:12.108236+0000 mgr.y (mgr.25471) 529 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.116093+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.201445+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.202359+0000 mgr.y (mgr.25471) 530 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.210379+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.214214+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.218031+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.221062+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.226316+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.232074+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.235042+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.237134+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.239475+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.241592+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.243885+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.246080+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.248595+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.251757+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.254265+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:13 smithi192 bash[42088]: audit 2024-03-21T13:42:12.256859+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:14 smithi038 bash[53920]: audit 2024-03-21T13:42:12.543939+0000 mgr.y (mgr.25471) 531 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:14 smithi038 bash[55321]: audit 2024-03-21T13:42:12.543939+0000 mgr.y (mgr.25471) 531 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:14.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:14 smithi192 bash[42088]: audit 2024-03-21T13:42:12.543939+0000 mgr.y (mgr.25471) 531 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:15.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:15 smithi038 bash[53920]: cluster 2024-03-21T13:42:14.109461+0000 mgr.y (mgr.25471) 532 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:15.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:15 smithi038 bash[55321]: cluster 2024-03-21T13:42:14.109461+0000 mgr.y (mgr.25471) 532 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:15.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:15 smithi192 bash[42088]: cluster 2024-03-21T13:42:14.109461+0000 mgr.y (mgr.25471) 532 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:16 smithi038 bash[53920]: cephadm 2024-03-21T13:42:14.679400+0000 mgr.y (mgr.25471) 533 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:42:16.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:16 smithi038 bash[53920]: cephadm 2024-03-21T13:42:14.711951+0000 mgr.y (mgr.25471) 534 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-03-21T13:42:16.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:16 smithi038 bash[55321]: cephadm 2024-03-21T13:42:14.679400+0000 mgr.y (mgr.25471) 533 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:42:16.406 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:16 smithi038 bash[55321]: cephadm 2024-03-21T13:42:14.711951+0000 mgr.y (mgr.25471) 534 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-03-21T13:42:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:16 smithi192 bash[42088]: cephadm 2024-03-21T13:42:14.679400+0000 mgr.y (mgr.25471) 533 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:42:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:16 smithi192 bash[42088]: cephadm 2024-03-21T13:42:14.711951+0000 mgr.y (mgr.25471) 534 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-03-21T13:42:17.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:42:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:42:17] "GET /metrics HTTP/1.1" 200 38689 "" "Prometheus/2.43.0" 2024-03-21T13:42:17.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:17 smithi038 bash[53920]: cluster 2024-03-21T13:42:16.110488+0000 mgr.y (mgr.25471) 535 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 0 op/s 2024-03-21T13:42:17.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:17 smithi038 bash[55321]: cluster 2024-03-21T13:42:16.110488+0000 mgr.y (mgr.25471) 535 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 0 op/s 2024-03-21T13:42:17.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:17 smithi192 bash[42088]: cluster 2024-03-21T13:42:16.110488+0000 mgr.y (mgr.25471) 535 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 548 B/s rd, 0 op/s 2024-03-21T13:42:19.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:19 smithi038 bash[53920]: cluster 2024-03-21T13:42:18.111617+0000 mgr.y (mgr.25471) 536 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:19.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:19 smithi038 bash[55321]: cluster 2024-03-21T13:42:18.111617+0000 mgr.y (mgr.25471) 536 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:19.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:19 smithi192 bash[42088]: cluster 2024-03-21T13:42:18.111617+0000 mgr.y (mgr.25471) 536 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:19.773 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:19 smithi192 systemd[1]: Started Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:42:21.029 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:20 smithi192 bash[42088]: audit 2024-03-21T13:42:19.762421+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:21.029 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:20 smithi192 bash[42088]: audit 2024-03-21T13:42:19.772322+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:21.029 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:20 smithi192 bash[42088]: cluster 2024-03-21T13:42:20.112918+0000 mgr.y (mgr.25471) 537 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:20 smithi038 bash[53920]: audit 2024-03-21T13:42:19.762421+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:21.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:20 smithi038 bash[53920]: audit 2024-03-21T13:42:19.772322+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:21.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:20 smithi038 bash[53920]: cluster 2024-03-21T13:42:20.112918+0000 mgr.y (mgr.25471) 537 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:20 smithi038 bash[55321]: audit 2024-03-21T13:42:19.762421+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:20 smithi038 bash[55321]: audit 2024-03-21T13:42:19.772322+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:21.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:20 smithi038 bash[55321]: cluster 2024-03-21T13:42:20.112918+0000 mgr.y (mgr.25471) 537 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028675373Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.02891683Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028932664Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.02893696Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028940145Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028943551Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-21T13:42:21.299 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028946612Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028950406Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028955499Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028961401Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.02896465Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028968559Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028972027Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028977432Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028982712Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028986153Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028989186Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.028993274Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=settings t=2024-03-21T13:42:21.02899859Z level=info msg="App mode production" 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=sqlstore t=2024-03-21T13:42:21.02906402Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=sqlstore t=2024-03-21T13:42:21.029086252Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-21T13:42:21.300 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.042304688Z level=info msg="Starting DB migrations" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.046254207Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.105050386Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.130189733Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.171977007Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.197566117Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.273151291Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-03-21T13:42:21.301 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.298338354Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.323836506Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.346441614Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.371848511Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.413731377Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.438966406Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.464278535Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.506308825Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.548321326Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-03-21T13:42:21.574 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.573694226Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-03-21T13:42:21.835 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.607628746Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-03-21T13:42:21.835 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.632845149Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-03-21T13:42:21.835 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.658142192Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-03-21T13:42:21.835 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.700171432Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-03-21T13:42:21.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.74232248Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-03-21T13:42:21.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.784252529Z level=info msg="Executing migration" id="create provenance_type table" 2024-03-21T13:42:21.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.809655502Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-03-21T13:42:21.836 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.834936661Z level=info msg="Executing migration" id="create alert_image table" 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.860195023Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.885513361Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:21 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:21.927540311Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.002884269Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.04488Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.045199388Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-03-21T13:42:22.087 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.086843994Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.112226407Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.137479497Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.162836567Z level=info msg="Executing migration" id="create secrets table" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.204907192Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.271846426Z level=info msg="Executing migration" id="add name column into data_keys" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.297175154Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.322456856Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-03-21T13:42:22.373 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.372922524Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-03-21T13:42:22.643 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.415061025Z level=info msg="Executing migration" id="add column hidden to role table" 2024-03-21T13:42:22.643 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.440242342Z level=info msg="Executing migration" id="create query_history table v1" 2024-03-21T13:42:22.643 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.465548793Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-03-21T13:42:22.644 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.507559904Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-03-21T13:42:22.644 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.549889915Z level=info msg="Executing migration" id="teams permissions migration" 2024-03-21T13:42:22.644 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.589534191Z level=info msg="Executing migration" id="dashboard permissions" 2024-03-21T13:42:22.644 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.614955274Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-03-21T13:42:22.644 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.640191806Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-03-21T13:42:22.901 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.665439305Z level=info msg="Executing migration" id="alerting notification permissions" 2024-03-21T13:42:22.901 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.740771288Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-03-21T13:42:22.901 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.782892733Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-03-21T13:42:22.901 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.808339644Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-03-21T13:42:22.901 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.833720293Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-03-21T13:42:22.901 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.875738766Z level=info msg="Executing migration" id="create correlation table v1" 2024-03-21T13:42:23.162 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.901105446Z level=info msg="Executing migration" id="add index correlations.uid" 2024-03-21T13:42:23.162 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.926345925Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-03-21T13:42:23.163 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.968424438Z level=info msg="Executing migration" id="add correlation config column" 2024-03-21T13:42:23.163 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:22 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:22.993761565Z level=info msg="Executing migration" id="create entity_events table" 2024-03-21T13:42:23.163 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.01906055Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-03-21T13:42:23.163 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.044291822Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-21T13:42:23.163 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.044585554Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-21T13:42:23.163 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.069576099Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-21T13:42:23.164 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.069847672Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-21T13:42:23.164 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.111567769Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-03-21T13:42:23.164 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.136918393Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-03-21T13:42:23.164 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.162074336Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-03-21T13:42:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[42088]: cluster 2024-03-21T13:42:22.114263+0000 mgr.y (mgr.25471) 538 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.20448931Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.24645103Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.288509169Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.313780814Z level=info msg="Executing migration" id="Drop public config table" 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.339134944Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.36437615Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-03-21T13:42:23.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.406242478Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-21T13:42:23.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:23 smithi038 bash[53920]: cluster 2024-03-21T13:42:22.114263+0000 mgr.y (mgr.25471) 538 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:42:23.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:23 smithi038 bash[55321]: cluster 2024-03-21T13:42:22.114263+0000 mgr.y (mgr.25471) 538 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:42:23.759 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.473223574Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-03-21T13:42:23.759 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.498667286Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-03-21T13:42:23.759 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.548974663Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-03-21T13:42:23.759 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.590940113Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-03-21T13:42:23.760 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.616331013Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-03-21T13:42:23.760 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.679090646Z level=info msg="Executing migration" id="add share column" 2024-03-21T13:42:23.760 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.708643996Z level=info msg="Executing migration" id="create default alerting folders" 2024-03-21T13:42:23.760 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.759088907Z level=info msg="Executing migration" id="create file table" 2024-03-21T13:42:24.045 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.800970208Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-03-21T13:42:24.046 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.826392176Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-03-21T13:42:24.046 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.851659933Z level=info msg="Executing migration" id="create file_meta table" 2024-03-21T13:42:24.046 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.876971287Z level=info msg="Executing migration" id="file table idx: path key" 2024-03-21T13:42:24.046 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.902177413Z level=info msg="Executing migration" id="set path collation in file table" 2024-03-21T13:42:24.046 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.944427989Z level=info msg="Executing migration" id="managed permissions migration" 2024-03-21T13:42:24.047 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:23 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:23.978155788Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-03-21T13:42:24.047 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.00320085Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-03-21T13:42:24.047 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.045428913Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-03-21T13:42:24.310 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[42088]: audit 2024-03-21T13:42:22.554895+0000 mgr.y (mgr.25471) 539 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.070684607Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.112590732Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.137919946Z level=info msg="Executing migration" id="update group index for alert rules" 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.213255489Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.255345435Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.285222208Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-03-21T13:42:24.311 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.310660744Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.335952835Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.361500081Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.411713176Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.437043296Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.479025506Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.529312348Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-03-21T13:42:24.572 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.571428656Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-03-21T13:42:24.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:24 smithi038 bash[53920]: audit 2024-03-21T13:42:22.554895+0000 mgr.y (mgr.25471) 539 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:24.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:24 smithi038 bash[55321]: audit 2024-03-21T13:42:22.554895+0000 mgr.y (mgr.25471) 539 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:24.960 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.613537557Z level=info msg="Executing migration" id="create folder table" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.638788825Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.663938518Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.689374607Z level=info msg="Executing migration" id="Update folder title length" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.731317531Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=migrator t=2024-03-21T13:42:24.756510123Z level=info msg="migrations completed" performed=105 skipped=376 duration=3.710295197s 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=sqlstore t=2024-03-21T13:42:24.75773068Z level=info msg="Created default organization" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=plugin.finder t=2024-03-21T13:42:24.807864863Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=secrets t=2024-03-21T13:42:24.807986431Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=query_data t=2024-03-21T13:42:24.810792107Z level=info msg="Query Service initialization" 2024-03-21T13:42:24.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:24 smithi192 bash[68510]: logger=live.push_http t=2024-03-21T13:42:24.815225095Z level=info msg="Live Push Gateway initialization" 2024-03-21T13:42:25.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[42088]: cluster 2024-03-21T13:42:24.115658+0000 mgr.y (mgr.25471) 540 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[42088]: audit 2024-03-21T13:42:24.931807+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:25 smithi038 bash[53920]: cluster 2024-03-21T13:42:24.115658+0000 mgr.y (mgr.25471) 540 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:25.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:25 smithi038 bash[53920]: audit 2024-03-21T13:42:24.931807+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:25.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:25 smithi038 bash[55321]: cluster 2024-03-21T13:42:24.115658+0000 mgr.y (mgr.25471) 540 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:25.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:25 smithi038 bash[55321]: audit 2024-03-21T13:42:24.931807+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:25.960 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=infra.usagestats.collector t=2024-03-21T13:42:25.631240944Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=provisioning.datasources t=2024-03-21T13:42:25.699873433Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=provisioning.datasources t=2024-03-21T13:42:25.699924549Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=provisioning.datasources t=2024-03-21T13:42:25.700433471Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=provisioning.datasources t=2024-03-21T13:42:25.741309607Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=provisioning.alerting t=2024-03-21T13:42:25.783080517Z level=info msg="starting to provision alerting" 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=provisioning.alerting t=2024-03-21T13:42:25.783126826Z level=info msg="finished to provision alerting" 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=ngalert.state.manager t=2024-03-21T13:42:25.783427251Z level=info msg="Warming state cache for startup" 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=grafanaStorageLogger t=2024-03-21T13:42:25.783979711Z level=info msg="storage starting" 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=http.server t=2024-03-21T13:42:25.78812378Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=ngalert.state.manager t=2024-03-21T13:42:25.799808564Z level=info msg="State cache has been initialized" states=0 duration=16.377129ms 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=ticker t=2024-03-21T13:42:25.799881729Z level=info msg=starting first_tick=2024-03-21T13:42:30Z 2024-03-21T13:42:25.961 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=ngalert.multiorg.alertmanager t=2024-03-21T13:42:25.799886545Z level=info msg="starting MultiOrg Alertmanager" 2024-03-21T13:42:25.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:42:25 smithi192 bash[68510]: logger=sqlstore.transactions t=2024-03-21T13:42:25.865346831Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-03-21T13:42:27.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:42:27] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:42:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[53920]: audit 2024-03-21T13:42:26.054724+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[53920]: audit 2024-03-21T13:42:26.068918+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:27.405 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[53920]: cluster 2024-03-21T13:42:26.116562+0000 mgr.y (mgr.25471) 541 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[55321]: audit 2024-03-21T13:42:26.054724+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[55321]: audit 2024-03-21T13:42:26.068918+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:27.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:27 smithi038 bash[55321]: cluster 2024-03-21T13:42:26.116562+0000 mgr.y (mgr.25471) 541 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:27.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:27 smithi192 bash[42088]: audit 2024-03-21T13:42:26.054724+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:27.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:27 smithi192 bash[42088]: audit 2024-03-21T13:42:26.068918+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:27 smithi192 bash[42088]: cluster 2024-03-21T13:42:26.116562+0000 mgr.y (mgr.25471) 541 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:28.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:28 smithi192 bash[42088]: audit 2024-03-21T13:42:27.171348+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:28 smithi192 bash[42088]: audit 2024-03-21T13:42:27.184944+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:28 smithi038 bash[53920]: audit 2024-03-21T13:42:27.171348+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:28.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:28 smithi038 bash[53920]: audit 2024-03-21T13:42:27.184944+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:28.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:28 smithi038 bash[55321]: audit 2024-03-21T13:42:27.171348+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:28.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:28 smithi038 bash[55321]: audit 2024-03-21T13:42:27.184944+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:29.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:29 smithi192 bash[42088]: cluster 2024-03-21T13:42:28.117618+0000 mgr.y (mgr.25471) 542 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:29.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:29 smithi038 bash[53920]: cluster 2024-03-21T13:42:28.117618+0000 mgr.y (mgr.25471) 542 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:29.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:29 smithi038 bash[55321]: cluster 2024-03-21T13:42:28.117618+0000 mgr.y (mgr.25471) 542 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:31 smithi192 bash[42088]: cluster 2024-03-21T13:42:30.118926+0000 mgr.y (mgr.25471) 543 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:31.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:31 smithi038 bash[53920]: cluster 2024-03-21T13:42:30.118926+0000 mgr.y (mgr.25471) 543 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:31.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:31 smithi038 bash[55321]: cluster 2024-03-21T13:42:30.118926+0000 mgr.y (mgr.25471) 543 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:33.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:33 smithi192 bash[42088]: cluster 2024-03-21T13:42:32.120314+0000 mgr.y (mgr.25471) 544 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:33.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:33 smithi038 bash[53920]: cluster 2024-03-21T13:42:32.120314+0000 mgr.y (mgr.25471) 544 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:33.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:33 smithi038 bash[55321]: cluster 2024-03-21T13:42:32.120314+0000 mgr.y (mgr.25471) 544 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:34.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:34 smithi038 bash[53920]: audit 2024-03-21T13:42:32.563965+0000 mgr.y (mgr.25471) 545 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:34.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:34 smithi038 bash[55321]: audit 2024-03-21T13:42:32.563965+0000 mgr.y (mgr.25471) 545 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:34.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:34 smithi192 bash[42088]: audit 2024-03-21T13:42:32.563965+0000 mgr.y (mgr.25471) 545 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:35.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:35 smithi038 bash[53920]: cluster 2024-03-21T13:42:34.121542+0000 mgr.y (mgr.25471) 546 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:35.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:35 smithi038 bash[55321]: cluster 2024-03-21T13:42:34.121542+0000 mgr.y (mgr.25471) 546 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:35.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:35 smithi192 bash[42088]: cluster 2024-03-21T13:42:34.121542+0000 mgr.y (mgr.25471) 546 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:37.585 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:37 smithi192 bash[42088]: cluster 2024-03-21T13:42:36.122605+0000 mgr.y (mgr.25471) 547 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:42:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:42:37] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:42:37.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:37 smithi038 bash[53920]: cluster 2024-03-21T13:42:36.122605+0000 mgr.y (mgr.25471) 547 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:37.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:37 smithi038 bash[55321]: cluster 2024-03-21T13:42:36.122605+0000 mgr.y (mgr.25471) 547 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: cluster 2024-03-21T13:42:38.123789+0000 mgr.y (mgr.25471) 548 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.393464+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.405765+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.408029+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.409505+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.419648+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.504164+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.513902+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.516787+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.520219+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.522525+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.526815+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.531680+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.535004+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.536938+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.538834+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.540912+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.543079+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.545079+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.547446+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.550404+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.553115+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.555816+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.558397+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.561653+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.565069+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.576736+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.580614+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.591980+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-21T13:42:39.657 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.596039+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.601060+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.604543+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.608872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.612034+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.617031+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.619483+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.624399+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.627773+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.631398+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.633597+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.637722+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.640618+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.641893+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-21T13:42:39.658 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.646325+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.649385+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.654832+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.657832+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.662834+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.665856+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.669349+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.671562+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.672676+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.673757+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.659 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: cluster 2024-03-21T13:42:38.123789+0000 mgr.y (mgr.25471) 548 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.393464+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.405765+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.408029+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.409505+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.419648+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.504164+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.513902+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.516787+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.520219+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.522525+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.526815+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.531680+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.535004+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.660 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.536938+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.538834+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.540912+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.543079+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.545079+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.547446+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.674944+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.676115+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.677334+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.678994+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.683267+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-21T13:42:39.661 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.684941+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.686239+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.694562+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.783721+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.785281+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[55321]: audit 2024-03-21T13:42:38.798647+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.550404+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.662 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.553115+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.555816+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.558397+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.561653+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.565069+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.576736+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.580614+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.591980+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.596039+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.601060+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.604543+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.608872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.612034+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.617031+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-21T13:42:39.663 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.619483+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.624399+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.627773+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.631398+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.633597+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.637722+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.640618+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.641893+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.646325+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.649385+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.654832+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.657832+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.662834+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.665856+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.669349+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-21T13:42:39.664 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.671562+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.672676+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.673757+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.674944+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.676115+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.677334+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.678994+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.683267+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.684941+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.686239+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.665 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.694562+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.666 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.783721+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.666 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.785281+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.666 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:39 smithi038 bash[53920]: audit 2024-03-21T13:42:38.798647+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: cluster 2024-03-21T13:42:38.123789+0000 mgr.y (mgr.25471) 548 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.393464+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.405765+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.408029+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.409505+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.419648+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.504164+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.513902+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.516787+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.520219+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.522525+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.526815+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.531680+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.535004+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.536938+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.538834+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.540912+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.543079+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.545079+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.547446+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.550404+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.553115+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.555816+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.558397+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.561653+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.565069+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.576736+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.580614+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.591980+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.596039+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.601060+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.604543+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.608872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.612034+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.617031+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.619483+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-21T13:42:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.624399+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-21T13:42:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.627773+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-21T13:42:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.631398+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.633597+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.637722+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.640618+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.641893+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.646325+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.649385+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.654832+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.657832+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.662834+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.665856+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.669349+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.671562+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.672676+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.673757+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.674944+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.676115+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.677334+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.678994+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.683267+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.684941+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.686239+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.694562+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.783721+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.785281+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:42:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:39 smithi192 bash[42088]: audit 2024-03-21T13:42:38.798647+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:40.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: cluster 2024-03-21T13:42:38.411946+0000 mgr.y (mgr.25471) 549 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: audit 2024-03-21T13:42:38.505188+0000 mgr.y (mgr.25471) 550 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: cephadm 2024-03-21T13:42:38.566377+0000 mgr.y (mgr.25471) 551 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: cephadm 2024-03-21T13:42:38.678277+0000 mgr.y (mgr.25471) 552 : cephadm [INF] Upgrade: Complete! 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: cluster 2024-03-21T13:42:39.401331+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: cluster 2024-03-21T13:42:39.401403+0000 mon.a (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: audit 2024-03-21T13:42:39.939028+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[53920]: audit 2024-03-21T13:42:39.941653+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: cluster 2024-03-21T13:42:38.411946+0000 mgr.y (mgr.25471) 549 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: audit 2024-03-21T13:42:38.505188+0000 mgr.y (mgr.25471) 550 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:42:40.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: cephadm 2024-03-21T13:42:38.566377+0000 mgr.y (mgr.25471) 551 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-21T13:42:40.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: cephadm 2024-03-21T13:42:38.678277+0000 mgr.y (mgr.25471) 552 : cephadm [INF] Upgrade: Complete! 2024-03-21T13:42:40.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: cluster 2024-03-21T13:42:39.401331+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:42:40.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: cluster 2024-03-21T13:42:39.401403+0000 mon.a (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-03-21T13:42:40.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: audit 2024-03-21T13:42:39.939028+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:40.656 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:40 smithi038 bash[55321]: audit 2024-03-21T13:42:39.941653+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:40.671 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch ps' 2024-03-21T13:42:40.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: cluster 2024-03-21T13:42:38.411946+0000 mgr.y (mgr.25471) 549 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: audit 2024-03-21T13:42:38.505188+0000 mgr.y (mgr.25471) 550 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: cephadm 2024-03-21T13:42:38.566377+0000 mgr.y (mgr.25471) 551 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: cephadm 2024-03-21T13:42:38.678277+0000 mgr.y (mgr.25471) 552 : cephadm [INF] Upgrade: Complete! 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: cluster 2024-03-21T13:42:39.401331+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: cluster 2024-03-21T13:42:39.401403+0000 mon.a (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: audit 2024-03-21T13:42:39.939028+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:40 smithi192 bash[42088]: audit 2024-03-21T13:42:39.941653+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:41.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:41 smithi038 bash[53920]: audit 2024-03-21T13:42:39.713290+0000 mgr.y (mgr.25471) 553 : audit [DBG] from='client.44893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:41.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:41 smithi038 bash[53920]: audit 2024-03-21T13:42:40.329502+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:41 smithi038 bash[55321]: audit 2024-03-21T13:42:39.713290+0000 mgr.y (mgr.25471) 553 : audit [DBG] from='client.44893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:41.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:41 smithi038 bash[55321]: audit 2024-03-21T13:42:40.329502+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:41.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:41 smithi192 bash[42088]: audit 2024-03-21T13:42:39.713290+0000 mgr.y (mgr.25471) 553 : audit [DBG] from='client.44893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:41.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:41 smithi192 bash[42088]: audit 2024-03-21T13:42:40.329502+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:42:42.492 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:42 smithi038 bash[53920]: cluster 2024-03-21T13:42:40.413219+0000 mgr.y (mgr.25471) 554 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:42.492 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:42 smithi038 bash[55321]: cluster 2024-03-21T13:42:40.413219+0000 mgr.y (mgr.25471) 554 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:42.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:42 smithi192 bash[42088]: cluster 2024-03-21T13:42:40.413219+0000 mgr.y (mgr.25471) 554 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:43 smithi038 bash[53920]: cluster 2024-03-21T13:42:42.414434+0000 mgr.y (mgr.25471) 555 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:43.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:43 smithi038 bash[53920]: audit 2024-03-21T13:42:42.565810+0000 mgr.y (mgr.25471) 556 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:43.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:43 smithi038 bash[55321]: cluster 2024-03-21T13:42:42.414434+0000 mgr.y (mgr.25471) 555 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:43.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:43 smithi038 bash[55321]: audit 2024-03-21T13:42:42.565810+0000 mgr.y (mgr.25471) 556 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:43.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:43 smithi192 bash[42088]: cluster 2024-03-21T13:42:42.414434+0000 mgr.y (mgr.25471) 555 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:43.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:43 smithi192 bash[42088]: audit 2024-03-21T13:42:42.565810+0000 mgr.y (mgr.25471) 556 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:44.714 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:42:44.714 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (52s) 45s ago 19m 15.0M - 0.25.0 c8568f914cd2 740980d27574 2024-03-21T13:42:44.714 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (24s) 18s ago 18m 26.8M - 9.4.12 2bacad6d85d8 453d257ed8a8 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (2m) 45s ago 16m 47.8M - 3.7 19e12293512f c7d555dc80bb 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (9m) 18s ago 25m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (10m) 45s ago 27m 511M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (9m) 45s ago 27m 68.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (8m) 18s ago 25m 49.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (8m) 45s ago 25m 52.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (108s) 45s ago 19m 9539k - 1.5.0 0da6a335fe13 f7560009ce50 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (104s) 18s ago 19m 10.2M - 1.5.0 0da6a335fe13 dde97b496a34 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (7m) 45s ago 24m 61.5M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (6m) 45s ago 23m 62.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (6m) 45s ago 23m 54.7M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (5m) 45s ago 22m 65.0M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (5m) 18s ago 22m 61.8M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (4m) 18s ago 21m 63.4M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (4m) 18s ago 20m 59.4M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:42:44.715 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (3m) 18s ago 20m 56.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:42:44.716 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (79s) 18s ago 19m 52.8M - 2.43.0 a07b618ecd1d ff1caa54d3dd 2024-03-21T13:42:44.716 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (3m) 45s ago 17m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f 86fdc2660a10 2024-03-21T13:42:44.716 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (2m) 18s ago 17m 91.4M - 19.0.0-2267-g960fbbe4 19e12293512f 6848b6dce822 2024-03-21T13:42:44.716 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (3m) 45s ago 16m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f 34d9292bfc30 2024-03-21T13:42:44.716 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (2m) 18s ago 16m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f d5ea803702b6 2024-03-21T13:42:45.640 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions' 2024-03-21T13:42:45.827 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:45 smithi038 bash[53920]: cluster 2024-03-21T13:42:44.415768+0000 mgr.y (mgr.25471) 557 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:45.827 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:45 smithi038 bash[53920]: audit 2024-03-21T13:42:44.690611+0000 mgr.y (mgr.25471) 558 : audit [DBG] from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:45.827 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:45 smithi038 bash[55321]: cluster 2024-03-21T13:42:44.415768+0000 mgr.y (mgr.25471) 557 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:45.827 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:45 smithi038 bash[55321]: audit 2024-03-21T13:42:44.690611+0000 mgr.y (mgr.25471) 558 : audit [DBG] from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:45.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:45 smithi192 bash[42088]: cluster 2024-03-21T13:42:44.415768+0000 mgr.y (mgr.25471) 557 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:45.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:45 smithi192 bash[42088]: audit 2024-03-21T13:42:44.690611+0000 mgr.y (mgr.25471) 558 : audit [DBG] from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:42:47.635 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:47 smithi038 bash[53920]: cluster 2024-03-21T13:42:46.416939+0000 mgr.y (mgr.25471) 559 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:42:47.635 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:42:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:42:47] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-21T13:42:47.635 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:47 smithi038 bash[55321]: cluster 2024-03-21T13:42:46.416939+0000 mgr.y (mgr.25471) 559 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:42:47.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:47 smithi192 bash[42088]: cluster 2024-03-21T13:42:46.416939+0000 mgr.y (mgr.25471) 559 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:42:49.147 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:42:49.147 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:42:49.147 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:42:49.147 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:49.147 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:42:49.148 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:42:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:49 smithi038 bash[53920]: cluster 2024-03-21T13:42:48.417848+0000 mgr.y (mgr.25471) 560 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:49.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:49 smithi038 bash[53920]: audit 2024-03-21T13:42:49.146200+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.38:0/862816713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:49 smithi038 bash[55321]: cluster 2024-03-21T13:42:48.417848+0000 mgr.y (mgr.25471) 560 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:49.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:49 smithi038 bash[55321]: audit 2024-03-21T13:42:49.146200+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.38:0/862816713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:49.901 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-21T13:42:49.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:49 smithi192 bash[42088]: cluster 2024-03-21T13:42:48.417848+0000 mgr.y (mgr.25471) 560 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:42:49.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:49 smithi192 bash[42088]: audit 2024-03-21T13:42:49.146200+0000 mon.a (mon.0) 878 : audit [DBG] from='client.? 172.21.15.38:0/862816713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:42:51.654 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:51 smithi038 bash[55321]: cluster 2024-03-21T13:42:50.419146+0000 mgr.y (mgr.25471) 561 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:51.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:51 smithi038 bash[53920]: cluster 2024-03-21T13:42:50.419146+0000 mgr.y (mgr.25471) 561 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:51.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:51 smithi192 bash[42088]: cluster 2024-03-21T13:42:50.419146+0000 mgr.y (mgr.25471) 561 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:53.077 INFO:teuthology.orchestra.run.smithi038.stdout:wait for servicemap items w/ changing names to refresh 2024-03-21T13:42:53.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:53 smithi038 bash[53920]: cluster 2024-03-21T13:42:52.420361+0000 mgr.y (mgr.25471) 562 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:53.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:53 smithi038 bash[53920]: audit 2024-03-21T13:42:52.577108+0000 mgr.y (mgr.25471) 563 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:53 smithi038 bash[55321]: cluster 2024-03-21T13:42:52.420361+0000 mgr.y (mgr.25471) 562 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:53.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:53 smithi038 bash[55321]: audit 2024-03-21T13:42:52.577108+0000 mgr.y (mgr.25471) 563 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:53.942 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'sleep 60' 2024-03-21T13:42:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:53 smithi192 bash[42088]: cluster 2024-03-21T13:42:52.420361+0000 mgr.y (mgr.25471) 562 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:53 smithi192 bash[42088]: audit 2024-03-21T13:42:52.577108+0000 mgr.y (mgr.25471) 563 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:42:55.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:55 smithi038 bash[53920]: cluster 2024-03-21T13:42:54.421671+0000 mgr.y (mgr.25471) 564 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:55.655 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:55 smithi038 bash[53920]: audit 2024-03-21T13:42:54.932676+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:55.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:55 smithi038 bash[55321]: cluster 2024-03-21T13:42:54.421671+0000 mgr.y (mgr.25471) 564 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:55.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:55 smithi038 bash[55321]: audit 2024-03-21T13:42:54.932676+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:55.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:55 smithi192 bash[42088]: cluster 2024-03-21T13:42:54.421671+0000 mgr.y (mgr.25471) 564 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:55.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:55 smithi192 bash[42088]: audit 2024-03-21T13:42:54.932676+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:42:57.654 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:57 smithi038 bash[53920]: cluster 2024-03-21T13:42:56.422824+0000 mgr.y (mgr.25471) 565 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:57.655 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:42:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:42:57] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:42:57.655 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:57 smithi038 bash[55321]: cluster 2024-03-21T13:42:56.422824+0000 mgr.y (mgr.25471) 565 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:57.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:57 smithi192 bash[42088]: cluster 2024-03-21T13:42:56.422824+0000 mgr.y (mgr.25471) 565 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:42:59.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:42:59 smithi038 bash[53920]: cluster 2024-03-21T13:42:58.423813+0000 mgr.y (mgr.25471) 566 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:59.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:42:59 smithi038 bash[55321]: cluster 2024-03-21T13:42:58.423813+0000 mgr.y (mgr.25471) 566 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:42:59.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:42:59 smithi192 bash[42088]: cluster 2024-03-21T13:42:58.423813+0000 mgr.y (mgr.25471) 566 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:01.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:01 smithi038 bash[53920]: cluster 2024-03-21T13:43:00.425340+0000 mgr.y (mgr.25471) 567 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:01.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:01 smithi038 bash[55321]: cluster 2024-03-21T13:43:00.425340+0000 mgr.y (mgr.25471) 567 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:01.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:01 smithi192 bash[42088]: cluster 2024-03-21T13:43:00.425340+0000 mgr.y (mgr.25471) 567 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:03.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:03 smithi038 bash[53920]: cluster 2024-03-21T13:43:02.426671+0000 mgr.y (mgr.25471) 568 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:03.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:03 smithi038 bash[53920]: audit 2024-03-21T13:43:02.587997+0000 mgr.y (mgr.25471) 569 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:03.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:03 smithi038 bash[55321]: cluster 2024-03-21T13:43:02.426671+0000 mgr.y (mgr.25471) 568 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:03.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:03 smithi038 bash[55321]: audit 2024-03-21T13:43:02.587997+0000 mgr.y (mgr.25471) 569 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:03.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:03 smithi192 bash[42088]: cluster 2024-03-21T13:43:02.426671+0000 mgr.y (mgr.25471) 568 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:03.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:03 smithi192 bash[42088]: audit 2024-03-21T13:43:02.587997+0000 mgr.y (mgr.25471) 569 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:05.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:05 smithi038 bash[53920]: cluster 2024-03-21T13:43:04.428000+0000 mgr.y (mgr.25471) 570 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:05.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:05 smithi038 bash[55321]: cluster 2024-03-21T13:43:04.428000+0000 mgr.y (mgr.25471) 570 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:05.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:05 smithi192 bash[42088]: cluster 2024-03-21T13:43:04.428000+0000 mgr.y (mgr.25471) 570 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:07.573 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:43:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:43:07] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:43:07.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:07 smithi038 bash[53920]: cluster 2024-03-21T13:43:06.429152+0000 mgr.y (mgr.25471) 571 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:07.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:07 smithi038 bash[55321]: cluster 2024-03-21T13:43:06.429152+0000 mgr.y (mgr.25471) 571 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:07.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:07 smithi192 bash[42088]: cluster 2024-03-21T13:43:06.429152+0000 mgr.y (mgr.25471) 571 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:09.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:09 smithi038 bash[53920]: cluster 2024-03-21T13:43:08.430143+0000 mgr.y (mgr.25471) 572 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:09.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:09 smithi038 bash[55321]: cluster 2024-03-21T13:43:08.430143+0000 mgr.y (mgr.25471) 572 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:09.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:09 smithi192 bash[42088]: cluster 2024-03-21T13:43:08.430143+0000 mgr.y (mgr.25471) 572 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:10.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:10 smithi038 bash[53920]: audit 2024-03-21T13:43:09.933035+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:10.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:10 smithi038 bash[55321]: audit 2024-03-21T13:43:09.933035+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:10.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:10 smithi192 bash[42088]: audit 2024-03-21T13:43:09.933035+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:11.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:11 smithi038 bash[53920]: cluster 2024-03-21T13:43:10.431478+0000 mgr.y (mgr.25471) 573 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:11.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:11 smithi038 bash[55321]: cluster 2024-03-21T13:43:10.431478+0000 mgr.y (mgr.25471) 573 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:11.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:11 smithi192 bash[42088]: cluster 2024-03-21T13:43:10.431478+0000 mgr.y (mgr.25471) 573 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:13.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:13 smithi038 bash[53920]: cluster 2024-03-21T13:43:12.432681+0000 mgr.y (mgr.25471) 574 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:13.905 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:13 smithi038 bash[53920]: audit 2024-03-21T13:43:12.599251+0000 mgr.y (mgr.25471) 575 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:13.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:13 smithi038 bash[55321]: cluster 2024-03-21T13:43:12.432681+0000 mgr.y (mgr.25471) 574 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:13.905 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:13 smithi038 bash[55321]: audit 2024-03-21T13:43:12.599251+0000 mgr.y (mgr.25471) 575 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:13 smithi192 bash[42088]: cluster 2024-03-21T13:43:12.432681+0000 mgr.y (mgr.25471) 574 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:13 smithi192 bash[42088]: audit 2024-03-21T13:43:12.599251+0000 mgr.y (mgr.25471) 575 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:15.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:15 smithi038 bash[53920]: cluster 2024-03-21T13:43:14.433932+0000 mgr.y (mgr.25471) 576 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:15.904 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:15 smithi038 bash[55321]: cluster 2024-03-21T13:43:14.433932+0000 mgr.y (mgr.25471) 576 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:15.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:15 smithi192 bash[42088]: cluster 2024-03-21T13:43:14.433932+0000 mgr.y (mgr.25471) 576 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:17.636 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:43:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:43:17] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-21T13:43:17.639 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:17 smithi038 bash[55321]: cluster 2024-03-21T13:43:16.435093+0000 mgr.y (mgr.25471) 577 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:17.904 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:17 smithi038 bash[53920]: cluster 2024-03-21T13:43:16.435093+0000 mgr.y (mgr.25471) 577 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:17.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:17 smithi192 bash[42088]: cluster 2024-03-21T13:43:16.435093+0000 mgr.y (mgr.25471) 577 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:19.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:19 smithi192 bash[42088]: cluster 2024-03-21T13:43:18.436152+0000 mgr.y (mgr.25471) 578 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:20.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:19 smithi038 bash[53920]: cluster 2024-03-21T13:43:18.436152+0000 mgr.y (mgr.25471) 578 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:20.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:19 smithi038 bash[55321]: cluster 2024-03-21T13:43:18.436152+0000 mgr.y (mgr.25471) 578 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:21.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:21 smithi192 bash[42088]: cluster 2024-03-21T13:43:20.437513+0000 mgr.y (mgr.25471) 579 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:22.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:21 smithi038 bash[53920]: cluster 2024-03-21T13:43:20.437513+0000 mgr.y (mgr.25471) 579 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:22.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:21 smithi038 bash[55321]: cluster 2024-03-21T13:43:20.437513+0000 mgr.y (mgr.25471) 579 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:23.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:23 smithi192 bash[42088]: cluster 2024-03-21T13:43:22.438746+0000 mgr.y (mgr.25471) 580 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:23.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:23 smithi192 bash[42088]: audit 2024-03-21T13:43:22.610497+0000 mgr.y (mgr.25471) 581 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:24.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:23 smithi038 bash[53920]: cluster 2024-03-21T13:43:22.438746+0000 mgr.y (mgr.25471) 580 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:24.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:23 smithi038 bash[53920]: audit 2024-03-21T13:43:22.610497+0000 mgr.y (mgr.25471) 581 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:24.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:23 smithi038 bash[55321]: cluster 2024-03-21T13:43:22.438746+0000 mgr.y (mgr.25471) 580 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:24.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:23 smithi038 bash[55321]: audit 2024-03-21T13:43:22.610497+0000 mgr.y (mgr.25471) 581 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:25.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:25 smithi192 bash[42088]: cluster 2024-03-21T13:43:24.440112+0000 mgr.y (mgr.25471) 582 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:25.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:25 smithi192 bash[42088]: audit 2024-03-21T13:43:24.933392+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:25 smithi038 bash[53920]: cluster 2024-03-21T13:43:24.440112+0000 mgr.y (mgr.25471) 582 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:26.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:25 smithi038 bash[53920]: audit 2024-03-21T13:43:24.933392+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:25 smithi038 bash[55321]: cluster 2024-03-21T13:43:24.440112+0000 mgr.y (mgr.25471) 582 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:26.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:25 smithi038 bash[55321]: audit 2024-03-21T13:43:24.933392+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:27.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:43:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:43:27] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:43:27.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:27 smithi192 bash[42088]: cluster 2024-03-21T13:43:26.441289+0000 mgr.y (mgr.25471) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:27 smithi038 bash[53920]: cluster 2024-03-21T13:43:26.441289+0000 mgr.y (mgr.25471) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:28.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:27 smithi038 bash[55321]: cluster 2024-03-21T13:43:26.441289+0000 mgr.y (mgr.25471) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:30.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:29 smithi038 bash[53920]: cluster 2024-03-21T13:43:28.442221+0000 mgr.y (mgr.25471) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:30.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:29 smithi038 bash[55321]: cluster 2024-03-21T13:43:28.442221+0000 mgr.y (mgr.25471) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:30.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:29 smithi192 bash[42088]: cluster 2024-03-21T13:43:28.442221+0000 mgr.y (mgr.25471) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:32.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:31 smithi038 bash[53920]: cluster 2024-03-21T13:43:30.443604+0000 mgr.y (mgr.25471) 585 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:32.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:31 smithi038 bash[55321]: cluster 2024-03-21T13:43:30.443604+0000 mgr.y (mgr.25471) 585 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:32.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:31 smithi192 bash[42088]: cluster 2024-03-21T13:43:30.443604+0000 mgr.y (mgr.25471) 585 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:34.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:33 smithi038 bash[53920]: cluster 2024-03-21T13:43:32.444813+0000 mgr.y (mgr.25471) 586 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:34.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:33 smithi038 bash[53920]: audit 2024-03-21T13:43:32.619895+0000 mgr.y (mgr.25471) 587 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:34.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:33 smithi038 bash[55321]: cluster 2024-03-21T13:43:32.444813+0000 mgr.y (mgr.25471) 586 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:34.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:33 smithi038 bash[55321]: audit 2024-03-21T13:43:32.619895+0000 mgr.y (mgr.25471) 587 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:34.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:33 smithi192 bash[42088]: cluster 2024-03-21T13:43:32.444813+0000 mgr.y (mgr.25471) 586 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:34.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:33 smithi192 bash[42088]: audit 2024-03-21T13:43:32.619895+0000 mgr.y (mgr.25471) 587 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:36.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:35 smithi038 bash[53920]: cluster 2024-03-21T13:43:34.446080+0000 mgr.y (mgr.25471) 588 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:36.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:35 smithi038 bash[55321]: cluster 2024-03-21T13:43:34.446080+0000 mgr.y (mgr.25471) 588 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:36.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:35 smithi192 bash[42088]: cluster 2024-03-21T13:43:34.446080+0000 mgr.y (mgr.25471) 588 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:43:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:43:37] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-21T13:43:38.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:37 smithi038 bash[53920]: cluster 2024-03-21T13:43:36.447256+0000 mgr.y (mgr.25471) 589 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:38.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:37 smithi038 bash[55321]: cluster 2024-03-21T13:43:36.447256+0000 mgr.y (mgr.25471) 589 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:38.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:37 smithi192 bash[42088]: cluster 2024-03-21T13:43:36.447256+0000 mgr.y (mgr.25471) 589 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:40.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[53920]: cluster 2024-03-21T13:43:38.448196+0000 mgr.y (mgr.25471) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[53920]: audit 2024-03-21T13:43:39.565414+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[53920]: audit 2024-03-21T13:43:39.567269+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[53920]: audit 2024-03-21T13:43:39.580198+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[55321]: cluster 2024-03-21T13:43:38.448196+0000 mgr.y (mgr.25471) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[55321]: audit 2024-03-21T13:43:39.565414+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[55321]: audit 2024-03-21T13:43:39.567269+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:43:40.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:39 smithi038 bash[55321]: audit 2024-03-21T13:43:39.580198+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:43:40.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:39 smithi192 bash[42088]: cluster 2024-03-21T13:43:38.448196+0000 mgr.y (mgr.25471) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:40.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:39 smithi192 bash[42088]: audit 2024-03-21T13:43:39.565414+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:43:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:39 smithi192 bash[42088]: audit 2024-03-21T13:43:39.567269+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:43:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:39 smithi192 bash[42088]: audit 2024-03-21T13:43:39.580198+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:43:41.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:40 smithi038 bash[53920]: audit 2024-03-21T13:43:39.933807+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:41.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:40 smithi038 bash[55321]: audit 2024-03-21T13:43:39.933807+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:41.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:40 smithi192 bash[42088]: audit 2024-03-21T13:43:39.933807+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:42.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:41 smithi038 bash[53920]: cluster 2024-03-21T13:43:40.449581+0000 mgr.y (mgr.25471) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:42.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:41 smithi038 bash[55321]: cluster 2024-03-21T13:43:40.449581+0000 mgr.y (mgr.25471) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:41 smithi192 bash[42088]: cluster 2024-03-21T13:43:40.449581+0000 mgr.y (mgr.25471) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:44.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:43 smithi038 bash[53920]: cluster 2024-03-21T13:43:42.450804+0000 mgr.y (mgr.25471) 592 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:44.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:43 smithi038 bash[53920]: audit 2024-03-21T13:43:42.630848+0000 mgr.y (mgr.25471) 593 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:44.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:43 smithi038 bash[55321]: cluster 2024-03-21T13:43:42.450804+0000 mgr.y (mgr.25471) 592 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:44.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:43 smithi038 bash[55321]: audit 2024-03-21T13:43:42.630848+0000 mgr.y (mgr.25471) 593 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:43 smithi192 bash[42088]: cluster 2024-03-21T13:43:42.450804+0000 mgr.y (mgr.25471) 592 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:43 smithi192 bash[42088]: audit 2024-03-21T13:43:42.630848+0000 mgr.y (mgr.25471) 593 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:46.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:45 smithi038 bash[53920]: cluster 2024-03-21T13:43:44.452066+0000 mgr.y (mgr.25471) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:46.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:45 smithi038 bash[55321]: cluster 2024-03-21T13:43:44.452066+0000 mgr.y (mgr.25471) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:46.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:45 smithi192 bash[42088]: cluster 2024-03-21T13:43:44.452066+0000 mgr.y (mgr.25471) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:43:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:43:47] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-21T13:43:48.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:47 smithi038 bash[53920]: cluster 2024-03-21T13:43:46.453243+0000 mgr.y (mgr.25471) 595 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:48.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:47 smithi038 bash[55321]: cluster 2024-03-21T13:43:46.453243+0000 mgr.y (mgr.25471) 595 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:48.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:47 smithi192 bash[42088]: cluster 2024-03-21T13:43:46.453243+0000 mgr.y (mgr.25471) 595 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:50.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:49 smithi038 bash[53920]: cluster 2024-03-21T13:43:48.454177+0000 mgr.y (mgr.25471) 596 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:50.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:49 smithi038 bash[55321]: cluster 2024-03-21T13:43:48.454177+0000 mgr.y (mgr.25471) 596 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:50.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:49 smithi192 bash[42088]: cluster 2024-03-21T13:43:48.454177+0000 mgr.y (mgr.25471) 596 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:52.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:51 smithi038 bash[53920]: cluster 2024-03-21T13:43:50.455521+0000 mgr.y (mgr.25471) 597 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:52.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:51 smithi038 bash[55321]: cluster 2024-03-21T13:43:50.455521+0000 mgr.y (mgr.25471) 597 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:52.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:51 smithi192 bash[42088]: cluster 2024-03-21T13:43:50.455521+0000 mgr.y (mgr.25471) 597 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:54.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:53 smithi038 bash[53920]: cluster 2024-03-21T13:43:52.456737+0000 mgr.y (mgr.25471) 598 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:54.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:53 smithi038 bash[53920]: audit 2024-03-21T13:43:52.642189+0000 mgr.y (mgr.25471) 599 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:54.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:53 smithi038 bash[55321]: cluster 2024-03-21T13:43:52.456737+0000 mgr.y (mgr.25471) 598 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:54.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:53 smithi038 bash[55321]: audit 2024-03-21T13:43:52.642189+0000 mgr.y (mgr.25471) 599 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:53 smithi192 bash[42088]: cluster 2024-03-21T13:43:52.456737+0000 mgr.y (mgr.25471) 598 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:53 smithi192 bash[42088]: audit 2024-03-21T13:43:52.642189+0000 mgr.y (mgr.25471) 599 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:43:56.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:55 smithi038 bash[53920]: cluster 2024-03-21T13:43:54.458047+0000 mgr.y (mgr.25471) 600 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:56.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:55 smithi038 bash[53920]: audit 2024-03-21T13:43:54.934277+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:55 smithi038 bash[55321]: cluster 2024-03-21T13:43:54.458047+0000 mgr.y (mgr.25471) 600 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:56.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:55 smithi038 bash[55321]: audit 2024-03-21T13:43:54.934277+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:56.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:55 smithi192 bash[42088]: cluster 2024-03-21T13:43:54.458047+0000 mgr.y (mgr.25471) 600 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:43:56.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:55 smithi192 bash[42088]: audit 2024-03-21T13:43:54.934277+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:43:57.404 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:43:57 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:43:57] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-21T13:43:57.986 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch ps' 2024-03-21T13:43:58.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:57 smithi038 bash[53920]: cluster 2024-03-21T13:43:56.459202+0000 mgr.y (mgr.25471) 601 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:58.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:57 smithi038 bash[55321]: cluster 2024-03-21T13:43:56.459202+0000 mgr.y (mgr.25471) 601 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:43:58.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:57 smithi192 bash[42088]: cluster 2024-03-21T13:43:56.459202+0000 mgr.y (mgr.25471) 601 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:00.150 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:43:59 smithi038 bash[53920]: cluster 2024-03-21T13:43:58.460145+0000 mgr.y (mgr.25471) 602 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:00.150 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:43:59 smithi038 bash[55321]: cluster 2024-03-21T13:43:58.460145+0000 mgr.y (mgr.25471) 602 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:00.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:43:59 smithi192 bash[42088]: cluster 2024-03-21T13:43:58.460145+0000 mgr.y (mgr.25471) 602 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.a smithi038 *:9093,9094 running (2m) 2m ago 20m 15.0M - 0.25.0 c8568f914cd2 740980d27574 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.a smithi192 *:3000 running (101s) 95s ago 19m 26.8M - 9.4.12 2bacad6d85d8 453d257ed8a8 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:iscsi.foo.smithi038.qrctmt smithi038 running (3m) 2m ago 17m 47.8M - 3.7 19e12293512f c7d555dc80bb 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.x smithi192 *:8443,9283,8765 running (11m) 95s ago 26m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 767884691ecd 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.y smithi038 *:8443,9283,8765 running (12m) 2m ago 28m 511M - 19.0.0-2267-g960fbbe4 19e12293512f e5812f5fc3a1 2024-03-21T13:44:01.583 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (10m) 2m ago 28m 68.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f e40fa5f9cd23 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:mon.b smithi192 running (9m) 95s ago 26m 49.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f c1de600bfff7 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:mon.c smithi038 running (10m) 2m ago 26m 52.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f b2bf3e555111 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.a smithi038 *:9100 running (3m) 2m ago 20m 9539k - 1.5.0 0da6a335fe13 f7560009ce50 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.b smithi192 *:9100 running (3m) 95s ago 20m 10.2M - 1.5.0 0da6a335fe13 dde97b496a34 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (8m) 2m ago 25m 61.5M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 8e503ea6b58d 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (7m) 2m ago 25m 62.2M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1624364addb4 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (7m) 2m ago 24m 54.7M 2782M 19.0.0-2267-g960fbbe4 19e12293512f f60a13315cc4 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (6m) 2m ago 23m 65.0M 2782M 19.0.0-2267-g960fbbe4 19e12293512f 1d3a129e6d3f 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi192 running (6m) 95s ago 23m 61.8M 3037M 19.0.0-2267-g960fbbe4 19e12293512f ffb2f951fa07 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi192 running (5m) 95s ago 22m 63.4M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 8f515e1cf814 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi192 running (5m) 95s ago 22m 59.4M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 60bb0d74ff93 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi192 running (4m) 95s ago 21m 56.5M 3037M 19.0.0-2267-g960fbbe4 19e12293512f 6a61ce491041 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.a smithi192 *:9095 running (2m) 95s ago 20m 52.8M - 2.43.0 a07b618ecd1d ff1caa54d3dd 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi038.ldpoff smithi038 *:8000 running (4m) 2m ago 18m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f 86fdc2660a10 2024-03-21T13:44:01.584 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.foo.smithi192.zcffga smithi192 *:8000 running (4m) 95s ago 18m 91.4M - 19.0.0-2267-g960fbbe4 19e12293512f 6848b6dce822 2024-03-21T13:44:01.585 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi038.nentip smithi038 *:80 running (4m) 2m ago 18m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f 34d9292bfc30 2024-03-21T13:44:01.585 INFO:teuthology.orchestra.run.smithi038.stdout:rgw.smpl.smithi192.dqjhfd smithi192 *:80 running (4m) 95s ago 18m 91.0M - 19.0.0-2267-g960fbbe4 19e12293512f d5ea803702b6 2024-03-21T13:44:02.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:01 smithi038 bash[53920]: cluster 2024-03-21T13:44:00.461464+0000 mgr.y (mgr.25471) 603 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:02.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:01 smithi038 bash[55321]: cluster 2024-03-21T13:44:00.461464+0000 mgr.y (mgr.25471) 603 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:02.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:01 smithi192 bash[42088]: cluster 2024-03-21T13:44:00.461464+0000 mgr.y (mgr.25471) 603 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:02.550 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions' 2024-03-21T13:44:03.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:02 smithi038 bash[53920]: audit 2024-03-21T13:44:01.556676+0000 mgr.y (mgr.25471) 604 : audit [DBG] from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:03.155 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:02 smithi038 bash[55321]: audit 2024-03-21T13:44:01.556676+0000 mgr.y (mgr.25471) 604 : audit [DBG] from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:03.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:02 smithi192 bash[42088]: audit 2024-03-21T13:44:01.556676+0000 mgr.y (mgr.25471) 604 : audit [DBG] from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:04.139 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:03 smithi038 bash[53920]: cluster 2024-03-21T13:44:02.462755+0000 mgr.y (mgr.25471) 605 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:04.139 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:03 smithi038 bash[53920]: audit 2024-03-21T13:44:02.643982+0000 mgr.y (mgr.25471) 606 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:04.140 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:03 smithi038 bash[55321]: cluster 2024-03-21T13:44:02.462755+0000 mgr.y (mgr.25471) 605 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:04.140 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:03 smithi038 bash[55321]: audit 2024-03-21T13:44:02.643982+0000 mgr.y (mgr.25471) 606 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:03 smithi192 bash[42088]: cluster 2024-03-21T13:44:02.462755+0000 mgr.y (mgr.25471) 605 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:03 smithi192 bash[42088]: audit 2024-03-21T13:44:02.643982+0000 mgr.y (mgr.25471) 606 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: "mon": { 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: "mgr": { 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: "osd": { 2024-03-21T13:44:06.158 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: "rgw": { 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: }, 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: "overall": { 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout: } 2024-03-21T13:44:06.159 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:44:06.184 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:05 smithi038 bash[53920]: cluster 2024-03-21T13:44:04.464034+0000 mgr.y (mgr.25471) 607 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:06.184 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:05 smithi038 bash[55321]: cluster 2024-03-21T13:44:04.464034+0000 mgr.y (mgr.25471) 607 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:06.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:05 smithi192 bash[42088]: cluster 2024-03-21T13:44:04.464034+0000 mgr.y (mgr.25471) 607 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:06.979 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch upgrade status' 2024-03-21T13:44:07.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:06 smithi192 bash[42088]: audit 2024-03-21T13:44:06.156952+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.38:0/3904091118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:07.292 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:06 smithi038 bash[53920]: audit 2024-03-21T13:44:06.156952+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.38:0/3904091118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:07.293 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:06 smithi038 bash[55321]: audit 2024-03-21T13:44:06.156952+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.38:0/3904091118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:07.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:07 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:44:07] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-21T13:44:08.225 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:07 smithi038 bash[53920]: cluster 2024-03-21T13:44:06.465182+0000 mgr.y (mgr.25471) 608 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:08.225 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:07 smithi038 bash[55321]: cluster 2024-03-21T13:44:06.465182+0000 mgr.y (mgr.25471) 608 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:07 smithi192 bash[42088]: cluster 2024-03-21T13:44:06.465182+0000 mgr.y (mgr.25471) 608 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:09 smithi038 bash[53920]: cluster 2024-03-21T13:44:08.466146+0000 mgr.y (mgr.25471) 609 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:10.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:09 smithi038 bash[53920]: audit 2024-03-21T13:44:09.934658+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:09 smithi038 bash[55321]: cluster 2024-03-21T13:44:08.466146+0000 mgr.y (mgr.25471) 609 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:10.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:09 smithi038 bash[55321]: audit 2024-03-21T13:44:09.934658+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:10.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:09 smithi192 bash[42088]: cluster 2024-03-21T13:44:08.466146+0000 mgr.y (mgr.25471) 609 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:10.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:09 smithi192 bash[42088]: audit 2024-03-21T13:44:09.934658+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "target_image": null, 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "in_progress": false, 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "which": "", 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "services_complete": [], 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "progress": null, 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "message": "", 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout: "is_paused": false 2024-03-21T13:44:10.485 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:44:11.224 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph health detail' 2024-03-21T13:44:12.290 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:11 smithi038 bash[53920]: cluster 2024-03-21T13:44:10.467041+0000 mgr.y (mgr.25471) 610 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:12.290 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:11 smithi038 bash[53920]: audit 2024-03-21T13:44:10.484251+0000 mgr.y (mgr.25471) 611 : audit [DBG] from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:12.291 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:11 smithi038 bash[55321]: cluster 2024-03-21T13:44:10.467041+0000 mgr.y (mgr.25471) 610 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:12.291 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:11 smithi038 bash[55321]: audit 2024-03-21T13:44:10.484251+0000 mgr.y (mgr.25471) 611 : audit [DBG] from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:12.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:11 smithi192 bash[42088]: cluster 2024-03-21T13:44:10.467041+0000 mgr.y (mgr.25471) 610 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:12.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:11 smithi192 bash[42088]: audit 2024-03-21T13:44:10.484251+0000 mgr.y (mgr.25471) 611 : audit [DBG] from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:13 smithi038 bash[53920]: cluster 2024-03-21T13:44:12.468504+0000 mgr.y (mgr.25471) 612 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:14.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:13 smithi038 bash[53920]: audit 2024-03-21T13:44:12.655112+0000 mgr.y (mgr.25471) 613 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:14.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:13 smithi038 bash[55321]: cluster 2024-03-21T13:44:12.468504+0000 mgr.y (mgr.25471) 612 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:14.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:13 smithi038 bash[55321]: audit 2024-03-21T13:44:12.655112+0000 mgr.y (mgr.25471) 613 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:14.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:13 smithi192 bash[42088]: cluster 2024-03-21T13:44:12.468504+0000 mgr.y (mgr.25471) 612 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:14.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:13 smithi192 bash[42088]: audit 2024-03-21T13:44:12.655112+0000 mgr.y (mgr.25471) 613 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:14.705 INFO:teuthology.orchestra.run.smithi038.stdout:HEALTH_OK 2024-03-21T13:44:14.997 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:14 smithi038 bash[55321]: audit 2024-03-21T13:44:14.703939+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.38:0/3027425690' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:44:15.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:14 smithi038 bash[53920]: audit 2024-03-21T13:44:14.703939+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.38:0/3027425690' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:44:15.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:14 smithi192 bash[42088]: audit 2024-03-21T13:44:14.703939+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.38:0/3027425690' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:44:15.618 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-21T13:44:16.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:16 smithi038 bash[53920]: cluster 2024-03-21T13:44:14.469726+0000 mgr.y (mgr.25471) 614 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:16.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:16 smithi038 bash[55321]: cluster 2024-03-21T13:44:14.469726+0000 mgr.y (mgr.25471) 614 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:16 smithi192 bash[42088]: cluster 2024-03-21T13:44:14.469726+0000 mgr.y (mgr.25471) 614 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:17.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:17 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:44:17] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-21T13:44:18.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:18 smithi038 bash[55321]: cluster 2024-03-21T13:44:16.470908+0000 mgr.y (mgr.25471) 615 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:18.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:18 smithi038 bash[53920]: cluster 2024-03-21T13:44:16.470908+0000 mgr.y (mgr.25471) 615 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:18.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:18 smithi192 bash[42088]: cluster 2024-03-21T13:44:16.470908+0000 mgr.y (mgr.25471) 615 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:19.485 INFO:teuthology.orchestra.run.smithi038.stdout:true 2024-03-21T13:44:20.256 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-21T13:44:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:20 smithi038 bash[53920]: cluster 2024-03-21T13:44:18.471854+0000 mgr.y (mgr.25471) 616 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:20.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:20 smithi038 bash[53920]: audit 2024-03-21T13:44:19.469936+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.38:0/3831323222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:20.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:20 smithi038 bash[55321]: cluster 2024-03-21T13:44:18.471854+0000 mgr.y (mgr.25471) 616 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:20.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:20 smithi038 bash[55321]: audit 2024-03-21T13:44:19.469936+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.38:0/3831323222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:20 smithi192 bash[42088]: cluster 2024-03-21T13:44:18.471854+0000 mgr.y (mgr.25471) 616 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:20 smithi192 bash[42088]: audit 2024-03-21T13:44:19.469936+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.38:0/3831323222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:22.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:22 smithi038 bash[53920]: cluster 2024-03-21T13:44:20.473152+0000 mgr.y (mgr.25471) 617 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:22.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:22 smithi038 bash[55321]: cluster 2024-03-21T13:44:20.473152+0000 mgr.y (mgr.25471) 617 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:22 smithi192 bash[42088]: cluster 2024-03-21T13:44:20.473152+0000 mgr.y (mgr.25471) 617 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:24.068 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)" 2024-03-21T13:44:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:24 smithi038 bash[53920]: cluster 2024-03-21T13:44:22.474368+0000 mgr.y (mgr.25471) 618 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:24.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:24 smithi038 bash[53920]: audit 2024-03-21T13:44:22.665133+0000 mgr.y (mgr.25471) 619 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:24 smithi038 bash[55321]: cluster 2024-03-21T13:44:22.474368+0000 mgr.y (mgr.25471) 618 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:24.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:24 smithi038 bash[55321]: audit 2024-03-21T13:44:22.665133+0000 mgr.y (mgr.25471) 619 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:24.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:24 smithi192 bash[42088]: cluster 2024-03-21T13:44:22.474368+0000 mgr.y (mgr.25471) 618 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:24.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:24 smithi192 bash[42088]: audit 2024-03-21T13:44:22.665133+0000 mgr.y (mgr.25471) 619 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:24.913 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-03-21T13:44:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:25 smithi038 bash[53920]: audit 2024-03-21T13:44:24.053488+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.38:0/2007255143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:25.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:25 smithi038 bash[53920]: audit 2024-03-21T13:44:24.934533+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:25 smithi038 bash[55321]: audit 2024-03-21T13:44:24.053488+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.38:0/2007255143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:25.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:25 smithi038 bash[55321]: audit 2024-03-21T13:44:24.934533+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:25.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:25 smithi192 bash[42088]: audit 2024-03-21T13:44:24.053488+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.38:0/2007255143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:44:25.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:25 smithi192 bash[42088]: audit 2024-03-21T13:44:24.934533+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:26.336 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:26 smithi038 bash[53920]: cluster 2024-03-21T13:44:24.475712+0000 mgr.y (mgr.25471) 620 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:26.336 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:26 smithi038 bash[55321]: cluster 2024-03-21T13:44:24.475712+0000 mgr.y (mgr.25471) 620 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:26.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:26 smithi192 bash[42088]: cluster 2024-03-21T13:44:24.475712+0000 mgr.y (mgr.25471) 620 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:27.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:27 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:44:27] "GET /metrics HTTP/1.1" 200 38689 "" "Prometheus/2.43.0" 2024-03-21T13:44:28.154 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:28 smithi038 bash[53920]: cluster 2024-03-21T13:44:26.476878+0000 mgr.y (mgr.25471) 621 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:28.154 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:28 smithi038 bash[55321]: cluster 2024-03-21T13:44:26.476878+0000 mgr.y (mgr.25471) 621 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:28.388 INFO:teuthology.orchestra.run.smithi038.stdout:osd 8 2m ago - 2024-03-21T13:44:28.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:28 smithi192 bash[42088]: cluster 2024-03-21T13:44:26.476878+0000 mgr.y (mgr.25471) 621 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:29.229 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:44:29.240 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi038.front.sepia.ceph.com 2024-03-21T13:44:29.240 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- bash -c 'ceph orch upgrade ls' 2024-03-21T13:44:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:30 smithi038 bash[53920]: audit 2024-03-21T13:44:28.351793+0000 mgr.y (mgr.25471) 622 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:30.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:30 smithi038 bash[53920]: cluster 2024-03-21T13:44:28.477789+0000 mgr.y (mgr.25471) 623 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:30.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:30 smithi038 bash[55321]: audit 2024-03-21T13:44:28.351793+0000 mgr.y (mgr.25471) 622 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:30.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:30 smithi038 bash[55321]: cluster 2024-03-21T13:44:28.477789+0000 mgr.y (mgr.25471) 623 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:30.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:30 smithi192 bash[42088]: audit 2024-03-21T13:44:28.351793+0000 mgr.y (mgr.25471) 622 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:30 smithi192 bash[42088]: cluster 2024-03-21T13:44:28.477789+0000 mgr.y (mgr.25471) 623 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:32.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:32 smithi038 bash[53920]: cluster 2024-03-21T13:44:30.478900+0000 mgr.y (mgr.25471) 624 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:32.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:32 smithi038 bash[55321]: cluster 2024-03-21T13:44:30.478900+0000 mgr.y (mgr.25471) 624 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:32 smithi192 bash[42088]: cluster 2024-03-21T13:44:30.478900+0000 mgr.y (mgr.25471) 624 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:33.408 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-03-21T13:44:33.409 INFO:teuthology.orchestra.run.smithi038.stdout: "image": "quay.io/ceph/ceph", 2024-03-21T13:44:33.409 INFO:teuthology.orchestra.run.smithi038.stdout: "registry": "quay.io", 2024-03-21T13:44:33.409 INFO:teuthology.orchestra.run.smithi038.stdout: "bare_image": "ceph/ceph", 2024-03-21T13:44:33.409 INFO:teuthology.orchestra.run.smithi038.stdout: "versions": [] 2024-03-21T13:44:33.409 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-03-21T13:44:34.194 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-03-21T13:44:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:34 smithi038 bash[53920]: cluster 2024-03-21T13:44:32.480109+0000 mgr.y (mgr.25471) 625 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:34 smithi038 bash[53920]: audit 2024-03-21T13:44:32.567323+0000 mgr.y (mgr.25471) 626 : audit [DBG] from='client.44953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:34.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:34 smithi038 bash[53920]: audit 2024-03-21T13:44:32.676455+0000 mgr.y (mgr.25471) 627 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:34 smithi038 bash[55321]: cluster 2024-03-21T13:44:32.480109+0000 mgr.y (mgr.25471) 625 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:34 smithi038 bash[55321]: audit 2024-03-21T13:44:32.567323+0000 mgr.y (mgr.25471) 626 : audit [DBG] from='client.44953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:34.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:34 smithi038 bash[55321]: audit 2024-03-21T13:44:32.676455+0000 mgr.y (mgr.25471) 627 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:34 smithi192 bash[42088]: cluster 2024-03-21T13:44:32.480109+0000 mgr.y (mgr.25471) 625 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:34 smithi192 bash[42088]: audit 2024-03-21T13:44:32.567323+0000 mgr.y (mgr.25471) 626 : audit [DBG] from='client.44953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:34.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:34 smithi192 bash[42088]: audit 2024-03-21T13:44:32.676455+0000 mgr.y (mgr.25471) 627 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:36.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:36 smithi038 bash[53920]: cluster 2024-03-21T13:44:34.481471+0000 mgr.y (mgr.25471) 628 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:36.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:36 smithi038 bash[55321]: cluster 2024-03-21T13:44:34.481471+0000 mgr.y (mgr.25471) 628 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:36 smithi192 bash[42088]: cluster 2024-03-21T13:44:34.481471+0000 mgr.y (mgr.25471) 628 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:37.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:37 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:44:37] "GET /metrics HTTP/1.1" 200 38689 "" "Prometheus/2.43.0" 2024-03-21T13:44:38.232 INFO:teuthology.orchestra.run.smithi038.stdout: "16.2.0", 2024-03-21T13:44:38.407 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:38 smithi038 bash[53920]: cluster 2024-03-21T13:44:36.482791+0000 mgr.y (mgr.25471) 629 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:38.408 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:38 smithi038 bash[55321]: cluster 2024-03-21T13:44:36.482791+0000 mgr.y (mgr.25471) 629 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:38.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:38 smithi192 bash[42088]: cluster 2024-03-21T13:44:36.482791+0000 mgr.y (mgr.25471) 629 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:38.971 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-03-21T13:44:39.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:39 smithi038 bash[53920]: audit 2024-03-21T13:44:37.460608+0000 mgr.y (mgr.25471) 630 : audit [DBG] from='client.44959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:39.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:39 smithi038 bash[55321]: audit 2024-03-21T13:44:37.460608+0000 mgr.y (mgr.25471) 630 : audit [DBG] from='client.44959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:39.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:39 smithi192 bash[42088]: audit 2024-03-21T13:44:37.460608+0000 mgr.y (mgr.25471) 630 : audit [DBG] from='client.44959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:40 smithi192 bash[42088]: cluster 2024-03-21T13:44:38.483933+0000 mgr.y (mgr.25471) 631 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:40 smithi192 bash[42088]: audit 2024-03-21T13:44:39.935241+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:40.483 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:40 smithi038 bash[53920]: cluster 2024-03-21T13:44:38.483933+0000 mgr.y (mgr.25471) 631 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:40.483 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:40 smithi038 bash[53920]: audit 2024-03-21T13:44:39.935241+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:40.484 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:40 smithi038 bash[55321]: cluster 2024-03-21T13:44:38.483933+0000 mgr.y (mgr.25471) 631 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:40.484 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:40 smithi038 bash[55321]: audit 2024-03-21T13:44:39.935241+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:44:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:41 smithi038 bash[53920]: audit 2024-03-21T13:44:40.352401+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:44:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:41 smithi038 bash[53920]: audit 2024-03-21T13:44:40.353851+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:44:41.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:41 smithi038 bash[53920]: audit 2024-03-21T13:44:40.363248+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:44:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:41 smithi038 bash[55321]: audit 2024-03-21T13:44:40.352401+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:44:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:41 smithi038 bash[55321]: audit 2024-03-21T13:44:40.353851+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:44:41.405 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:41 smithi038 bash[55321]: audit 2024-03-21T13:44:40.363248+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:44:41.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:41 smithi192 bash[42088]: audit 2024-03-21T13:44:40.352401+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:44:41.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:41 smithi192 bash[42088]: audit 2024-03-21T13:44:40.353851+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:44:41.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:41 smithi192 bash[42088]: audit 2024-03-21T13:44:40.363248+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25471 172.21.15.38:0/365527219' entity='mgr.y' 2024-03-21T13:44:42.404 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:42 smithi038 bash[53920]: cluster 2024-03-21T13:44:40.485326+0000 mgr.y (mgr.25471) 632 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:42.404 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:42 smithi038 bash[55321]: cluster 2024-03-21T13:44:40.485326+0000 mgr.y (mgr.25471) 632 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:42.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:42 smithi192 bash[42088]: cluster 2024-03-21T13:44:40.485326+0000 mgr.y (mgr.25471) 632 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:44:43.230 INFO:teuthology.orchestra.run.smithi038.stdout: "v16.2.2", 2024-03-21T13:44:43.230 INFO:teuthology.orchestra.run.smithi038.stdout: "v16.2.2-20210505", 2024-03-21T13:44:43.951 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:44:43.961 INFO:tasks.cephadm:Teardown begin 2024-03-21T13:44:43.961 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:44:43.978 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:44:43.994 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T13:44:43.994 DEBUG:teuthology.orchestra.run.smithi038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:44:44.022 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:44:44.042 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T13:44:44.043 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T13:44:44.043 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:44:44.210 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 systemd[1]: Stopping Ceph mon.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:44.210 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[53920]: audit 2024-03-21T13:44:42.484736+0000 mgr.y (mgr.25471) 633 : audit [DBG] from='client.44965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:44.210 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[53920]: cluster 2024-03-21T13:44:42.486521+0000 mgr.y (mgr.25471) 634 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:44.210 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[53920]: audit 2024-03-21T13:44:42.683955+0000 mgr.y (mgr.25471) 635 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:44.211 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[55321]: audit 2024-03-21T13:44:42.484736+0000 mgr.y (mgr.25471) 633 : audit [DBG] from='client.44965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:44.211 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[55321]: cluster 2024-03-21T13:44:42.486521+0000 mgr.y (mgr.25471) 634 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:44.211 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[55321]: audit 2024-03-21T13:44:42.683955+0000 mgr.y (mgr.25471) 635 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:44.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:44 smithi192 bash[42088]: audit 2024-03-21T13:44:42.484736+0000 mgr.y (mgr.25471) 633 : audit [DBG] from='client.44965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:44:44.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:44 smithi192 bash[42088]: cluster 2024-03-21T13:44:42.486521+0000 mgr.y (mgr.25471) 634 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:44:44.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:44 smithi192 bash[42088]: audit 2024-03-21T13:44:42.683955+0000 mgr.y (mgr.25471) 635 : audit [DBG] from='client.44701 -' entity='client.iscsi.foo.smithi038.qrctmt' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:44:44.484 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[53920]: debug 2024-03-21T13:44:44.205+0000 7fd4eee2a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:44:44.484 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[53920]: debug 2024-03-21T13:44:44.205+0000 7fd4eee2a700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-21T13:44:44.484 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: [21/Mar/2024:13:44:44] ENGINE Bus STOPPING 2024-03-21T13:44:44.484 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: [21/Mar/2024:13:44:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:44:44.484 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: [21/Mar/2024:13:44:44] ENGINE Bus STOPPED 2024-03-21T13:44:44.484 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: [21/Mar/2024:13:44:44] ENGINE Bus STARTING 2024-03-21T13:44:44.485 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: CherryPy Checker: 2024-03-21T13:44:44.485 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: The Application mounted at '' has an empty config. 2024-03-21T13:44:44.485 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: [21/Mar/2024:13:44:44] ENGINE Serving on http://:::9283 2024-03-21T13:44:44.485 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[50714]: [21/Mar/2024:13:44:44] ENGINE Bus STARTED 2024-03-21T13:44:45.207 INFO:journalctl@ceph.mon.a.smithi038.stdout:Mar 21 13:44:44 smithi038 bash[93709]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:44:45.227 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T13:44:45.279 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:44:45.279 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T13:44:45.279 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-03-21T13:44:45.279 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.c 2024-03-21T13:44:45.483 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:45 smithi038 systemd[1]: Stopping Ceph mon.c for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:45.483 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[55321]: debug 2024-03-21T13:44:45.441+0000 7f359a3cc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:44:45.483 INFO:journalctl@ceph.mon.c.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[55321]: debug 2024-03-21T13:44:45.441+0000 7f359a3cc700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-03-21T13:44:45.735 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[50714]: [21/Mar/2024:13:44:45] ENGINE Bus STOPPING 2024-03-21T13:44:45.735 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[50714]: [21/Mar/2024:13:44:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:44:45.735 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[50714]: [21/Mar/2024:13:44:45] ENGINE Bus STOPPED 2024-03-21T13:44:45.735 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[50714]: [21/Mar/2024:13:44:45] ENGINE Bus STARTING 2024-03-21T13:44:45.735 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[50714]: [21/Mar/2024:13:44:45] ENGINE Serving on http://:::9283 2024-03-21T13:44:45.735 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:45 smithi038 bash[50714]: [21/Mar/2024:13:44:45] ENGINE Bus STARTED 2024-03-21T13:44:46.386 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T13:44:46.420 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:44:46.420 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-03-21T13:44:46.420 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-03-21T13:44:46.420 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.b 2024-03-21T13:44:46.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:46 smithi192 systemd[1]: Stopping Ceph mon.b for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:46.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:46 smithi192 bash[42088]: debug 2024-03-21T13:44:46.651+0000 7f460350b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:44:46.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Mar 21 13:44:46 smithi192 bash[42088]: debug 2024-03-21T13:44:46.651+0000 7f460350b700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-03-21T13:44:47.654 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:47 smithi038 bash[50714]: ::ffff:172.21.15.192 - - [21/Mar/2024:13:44:47] "GET /metrics HTTP/1.1" 200 38687 "" "Prometheus/2.43.0" 2024-03-21T13:44:47.779 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T13:44:47.816 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:44:47.816 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-03-21T13:44:47.816 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-03-21T13:44:47.816 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y 2024-03-21T13:44:48.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:47 smithi038 systemd[1]: Stopping Ceph mgr.y for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:48.154 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:47 smithi038 bash[50714]: debug 2024-03-21T13:44:47.976+0000 7fef37dc7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:44:48.155 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:47 smithi038 bash[50714]: debug 2024-03-21T13:44:47.976+0000 7fef37dc7700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-21T13:44:48.639 INFO:journalctl@ceph.mgr.y.smithi038.stdout:Mar 21 13:44:48 smithi038 bash[93937]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:44:48.866 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.y.service' 2024-03-21T13:44:48.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:44:48.899 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-03-21T13:44:48.899 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-03-21T13:44:48.900 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x 2024-03-21T13:44:49.210 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Mar 21 13:44:48 smithi192 systemd[1]: Stopping Ceph mgr.x for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:49.908 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@mgr.x.service' 2024-03-21T13:44:49.940 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:44:49.941 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-03-21T13:44:49.941 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T13:44:49.941 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.0 2024-03-21T13:44:50.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:44:49 smithi038 systemd[1]: Stopping Ceph osd.0 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:50.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:44:50 smithi038 bash[58316]: debug 2024-03-21T13:44:50.120+0000 7fb0342d8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:44:50.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:44:50 smithi038 bash[58316]: debug 2024-03-21T13:44:50.120+0000 7fb0342d8700 -1 osd.0 151 *** Got signal Terminated *** 2024-03-21T13:44:50.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:44:50 smithi038 bash[58316]: debug 2024-03-21T13:44:50.120+0000 7fb0342d8700 -1 osd.0 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:44:56.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:44:56 smithi038 bash[94041]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:44:56.404 INFO:journalctl@ceph.osd.0.smithi038.stdout:Mar 21 13:44:56 smithi038 bash[94117]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:44:58.079 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T13:44:58.114 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:44:58.115 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T13:44:58.115 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T13:44:58.115 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.1 2024-03-21T13:44:58.404 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:44:58 smithi038 systemd[1]: Stopping Ceph osd.1 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:44:58.404 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:44:58 smithi038 bash[60418]: debug 2024-03-21T13:44:58.308+0000 7f1313c21700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:44:58.404 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:44:58 smithi038 bash[60418]: debug 2024-03-21T13:44:58.308+0000 7f1313c21700 -1 osd.1 151 *** Got signal Terminated *** 2024-03-21T13:44:58.404 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:44:58 smithi038 bash[60418]: debug 2024-03-21T13:44:58.308+0000 7f1313c21700 -1 osd.1 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:04.904 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:45:04 smithi038 bash[94263]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:45:04.904 INFO:journalctl@ceph.osd.1.smithi038.stdout:Mar 21 13:45:04 smithi038 bash[94342]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:45:06.453 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T13:45:06.487 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:06.487 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T13:45:06.487 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T13:45:06.487 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.2 2024-03-21T13:45:06.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:45:06 smithi038 systemd[1]: Stopping Ceph osd.2 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:06.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:45:06 smithi038 bash[62545]: debug 2024-03-21T13:45:06.644+0000 7f2a706f2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:45:06.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:45:06 smithi038 bash[62545]: debug 2024-03-21T13:45:06.644+0000 7f2a706f2700 -1 osd.2 151 *** Got signal Terminated *** 2024-03-21T13:45:06.904 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:45:06 smithi038 bash[62545]: debug 2024-03-21T13:45:06.644+0000 7f2a706f2700 -1 osd.2 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:12.915 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:45:12 smithi038 bash[94486]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:45:12.915 INFO:journalctl@ceph.osd.2.smithi038.stdout:Mar 21 13:45:12 smithi038 bash[94561]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:45:14.728 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T13:45:14.764 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:14.765 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T13:45:14.765 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-21T13:45:14.765 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.3 2024-03-21T13:45:15.154 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:14 smithi038 systemd[1]: Stopping Ceph osd.3 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:15.154 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:14 smithi038 bash[64717]: debug 2024-03-21T13:45:14.956+0000 7fa6c3bc8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:45:15.154 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:14 smithi038 bash[64717]: debug 2024-03-21T13:45:14.956+0000 7fa6c3bc8700 -1 osd.3 151 *** Got signal Terminated *** 2024-03-21T13:45:15.155 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:14 smithi038 bash[64717]: debug 2024-03-21T13:45:14.956+0000 7fa6c3bc8700 -1 osd.3 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:16.460 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:15 smithi192 bash[46482]: debug 2024-03-21T13:45:15.955+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:17.183 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:16 smithi192 bash[46482]: debug 2024-03-21T13:45:16.907+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:17.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:17 smithi192 bash[50504]: debug 2024-03-21T13:45:17.179+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:18.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:17 smithi192 bash[46482]: debug 2024-03-21T13:45:17.907+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:18.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:18 smithi192 bash[44497]: debug 2024-03-21T13:45:18.075+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:18.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:18 smithi192 bash[50504]: debug 2024-03-21T13:45:18.219+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:19.187 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:19 smithi192 bash[44497]: debug 2024-03-21T13:45:19.027+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:19.187 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:18 smithi192 bash[46482]: debug 2024-03-21T13:45:18.863+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:19.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:19 smithi192 bash[50504]: debug 2024-03-21T13:45:19.183+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:19.654 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:19 smithi038 bash[64717]: debug 2024-03-21T13:45:19.288+0000 7fa6bc1b4700 -1 osd.3 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.469208+0000 front 2024-03-21T13:44:54.469164+0000 (oldest deadline 2024-03-21T13:45:19.169415+0000) 2024-03-21T13:45:20.206 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:19 smithi192 bash[46482]: debug 2024-03-21T13:45:19.879+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:20.206 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:20 smithi192 bash[44497]: debug 2024-03-21T13:45:20.075+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:20.460 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:20 smithi192 bash[48489]: debug 2024-03-21T13:45:20.447+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:20.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:20 smithi192 bash[50504]: debug 2024-03-21T13:45:20.199+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:21.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:21 smithi192 bash[44497]: debug 2024-03-21T13:45:21.031+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:21.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:20 smithi192 bash[46482]: debug 2024-03-21T13:45:20.867+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:21.404 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:21 smithi038 bash[94704]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:45:21.404 INFO:journalctl@ceph.osd.3.smithi038.stdout:Mar 21 13:45:21 smithi038 bash[94780]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:45:21.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:21 smithi192 bash[48489]: debug 2024-03-21T13:45:21.415+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:21.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:21 smithi192 bash[50504]: debug 2024-03-21T13:45:21.251+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:22.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:22 smithi192 bash[44497]: debug 2024-03-21T13:45:22.043+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:22.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:21 smithi192 bash[46482]: debug 2024-03-21T13:45:21.859+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:22.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:22 smithi192 bash[48489]: debug 2024-03-21T13:45:22.375+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:22.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:22 smithi192 bash[50504]: debug 2024-03-21T13:45:22.271+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:23.152 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.3.service' 2024-03-21T13:45:23.188 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:23.189 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-21T13:45:23.189 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-21T13:45:23.189 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.4 2024-03-21T13:45:23.200 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[44497]: debug 2024-03-21T13:45:23.023+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:23.201 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:22 smithi192 bash[46482]: debug 2024-03-21T13:45:22.887+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:23.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[50504]: debug 2024-03-21T13:45:23.231+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:23.460 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[48489]: debug 2024-03-21T13:45:23.351+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:23.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:23 smithi192 systemd[1]: Stopping Ceph osd.4 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:23.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[44497]: debug 2024-03-21T13:45:23.367+0000 7fc84d89a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:45:23.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[44497]: debug 2024-03-21T13:45:23.367+0000 7fc84d89a700 -1 osd.4 151 *** Got signal Terminated *** 2024-03-21T13:45:23.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[44497]: debug 2024-03-21T13:45:23.367+0000 7fc84d89a700 -1 osd.4 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:24.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:23 smithi192 bash[46482]: debug 2024-03-21T13:45:23.907+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:24.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:24 smithi192 bash[44497]: debug 2024-03-21T13:45:24.071+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:24.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:24 smithi192 bash[48489]: debug 2024-03-21T13:45:24.331+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:24.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:24 smithi192 bash[50504]: debug 2024-03-21T13:45:24.235+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:24.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:24 smithi192 bash[50504]: debug 2024-03-21T13:45:24.235+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:25.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[44497]: debug 2024-03-21T13:45:25.043+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:25.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:24 smithi192 bash[46482]: debug 2024-03-21T13:45:24.935+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:25.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[50504]: debug 2024-03-21T13:45:25.235+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:25.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[50504]: debug 2024-03-21T13:45:25.235+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:25.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[48489]: debug 2024-03-21T13:45:25.307+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:25.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[48489]: debug 2024-03-21T13:45:25.307+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:26.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:26 smithi192 bash[44497]: debug 2024-03-21T13:45:26.051+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:26.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[46482]: debug 2024-03-21T13:45:25.911+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[63949]: ts=2024-03-21T13:45:25.963Z 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.38:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.38:8765: connect: connection refused" 2024-03-21T13:45:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[63949]: ts=2024-03-21T13:45:25.967Z 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.38:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.38:8765: connect: connection refused" 2024-03-21T13:45:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[63949]: ts=2024-03-21T13:45:25.970Z 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.38:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.38:8765: connect: connection refused" 2024-03-21T13:45:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[63949]: ts=2024-03-21T13:45:25.972Z 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.38:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.38:8765: connect: connection refused" 2024-03-21T13:45:26.211 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:25 smithi192 bash[63949]: ts=2024-03-21T13:45:25.976Z 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.38:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.38:8765: connect: connection refused" 2024-03-21T13:45:26.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:26 smithi192 bash[48489]: debug 2024-03-21T13:45:26.327+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:26.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:26 smithi192 bash[48489]: debug 2024-03-21T13:45:26.327+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:26.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:26 smithi192 bash[50504]: debug 2024-03-21T13:45:26.283+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:26.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:26 smithi192 bash[50504]: debug 2024-03-21T13:45:26.283+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:27.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[44497]: debug 2024-03-21T13:45:27.039+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:27.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:26 smithi192 bash[46482]: debug 2024-03-21T13:45:26.879+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:27.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[48489]: debug 2024-03-21T13:45:27.335+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:27.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[48489]: debug 2024-03-21T13:45:27.335+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:27.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[50504]: debug 2024-03-21T13:45:27.255+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:27.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[50504]: debug 2024-03-21T13:45:27.255+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:28.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[44497]: debug 2024-03-21T13:45:28.023+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.213624+0000 front 2024-03-21T13:44:54.213821+0000 (oldest deadline 2024-03-21T13:45:17.713332+0000) 2024-03-21T13:45:28.210 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[44497]: debug 2024-03-21T13:45:28.023+0000 7fc849e8e700 -1 osd.4 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:03.015184+0000 front 2024-03-21T13:45:03.015447+0000 (oldest deadline 2024-03-21T13:45:27.114843+0000) 2024-03-21T13:45:28.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[46482]: debug 2024-03-21T13:45:27.863+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:28.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:27 smithi192 bash[46482]: debug 2024-03-21T13:45:27.863+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:28.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[48489]: debug 2024-03-21T13:45:28.335+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:28.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[48489]: debug 2024-03-21T13:45:28.335+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:28.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[50504]: debug 2024-03-21T13:45:28.231+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:28.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[50504]: debug 2024-03-21T13:45:28.231+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:29.232 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[46482]: debug 2024-03-21T13:45:28.847+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:29.232 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:28 smithi192 bash[46482]: debug 2024-03-21T13:45:28.847+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:29.346 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[50504]: debug 2024-03-21T13:45:29.215+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:29.346 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[50504]: debug 2024-03-21T13:45:29.215+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:29.611 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[73654]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:45:29.611 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[48489]: debug 2024-03-21T13:45:29.343+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:29.611 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[48489]: debug 2024-03-21T13:45:29.343+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:29.889 INFO:journalctl@ceph.osd.4.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[73728]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:45:29.960 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[46482]: debug 2024-03-21T13:45:29.883+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:29.960 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:29 smithi192 bash[46482]: debug 2024-03-21T13:45:29.883+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:30.565 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:30 smithi192 bash[48489]: debug 2024-03-21T13:45:30.319+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:30.565 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:30 smithi192 bash[48489]: debug 2024-03-21T13:45:30.319+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:30.566 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:30 smithi192 bash[50504]: debug 2024-03-21T13:45:30.259+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:30.566 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:30 smithi192 bash[50504]: debug 2024-03-21T13:45:30.259+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:31.199 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:30 smithi192 bash[46482]: debug 2024-03-21T13:45:30.879+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:31.199 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:30 smithi192 bash[46482]: debug 2024-03-21T13:45:30.879+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:31.460 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:31 smithi192 bash[48489]: debug 2024-03-21T13:45:31.327+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:31.460 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:31 smithi192 bash[48489]: debug 2024-03-21T13:45:31.327+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:31.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:31 smithi192 bash[50504]: debug 2024-03-21T13:45:31.243+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:31.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:31 smithi192 bash[50504]: debug 2024-03-21T13:45:31.243+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:31.749 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.4.service' 2024-03-21T13:45:31.829 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:31.829 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-21T13:45:31.830 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-21T13:45:31.830 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.5 2024-03-21T13:45:32.000 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:31 smithi192 systemd[1]: Stopping Ceph osd.5 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:32.000 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:31 smithi192 bash[46482]: debug 2024-03-21T13:45:31.867+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:32.000 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:31 smithi192 bash[46482]: debug 2024-03-21T13:45:31.867+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:32.290 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[46482]: debug 2024-03-21T13:45:31.995+0000 7fdbf1ae2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:45:32.290 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[46482]: debug 2024-03-21T13:45:31.995+0000 7fdbf1ae2700 -1 osd.5 151 *** Got signal Terminated *** 2024-03-21T13:45:32.290 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[46482]: debug 2024-03-21T13:45:31.995+0000 7fdbf1ae2700 -1 osd.5 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:32.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[48489]: debug 2024-03-21T13:45:32.315+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:32.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[48489]: debug 2024-03-21T13:45:32.315+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:32.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[50504]: debug 2024-03-21T13:45:32.287+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:32.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[50504]: debug 2024-03-21T13:45:32.287+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:33.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[46482]: debug 2024-03-21T13:45:32.855+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:33.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[46482]: debug 2024-03-21T13:45:32.855+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:33.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:32 smithi192 bash[46482]: debug 2024-03-21T13:45:32.855+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.821495+0000 front 2024-03-21T13:45:07.821803+0000 (oldest deadline 2024-03-21T13:45:32.521535+0000) 2024-03-21T13:45:33.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[48489]: debug 2024-03-21T13:45:33.315+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:33.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[48489]: debug 2024-03-21T13:45:33.315+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:33.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[48489]: debug 2024-03-21T13:45:33.315+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:33.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[50504]: debug 2024-03-21T13:45:33.315+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:33.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[50504]: debug 2024-03-21T13:45:33.315+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:34.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[46482]: debug 2024-03-21T13:45:33.895+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:34.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[46482]: debug 2024-03-21T13:45:33.895+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:34.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:33 smithi192 bash[46482]: debug 2024-03-21T13:45:33.895+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.821495+0000 front 2024-03-21T13:45:07.821803+0000 (oldest deadline 2024-03-21T13:45:32.521535+0000) 2024-03-21T13:45:34.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[48489]: debug 2024-03-21T13:45:34.323+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:34.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[48489]: debug 2024-03-21T13:45:34.323+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:34.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[48489]: debug 2024-03-21T13:45:34.323+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:34.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[50504]: debug 2024-03-21T13:45:34.335+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:34.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[50504]: debug 2024-03-21T13:45:34.335+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:35.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[46482]: debug 2024-03-21T13:45:34.891+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:35.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[46482]: debug 2024-03-21T13:45:34.891+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:35.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:34 smithi192 bash[46482]: debug 2024-03-21T13:45:34.891+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.821495+0000 front 2024-03-21T13:45:07.821803+0000 (oldest deadline 2024-03-21T13:45:32.521535+0000) 2024-03-21T13:45:35.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[48489]: debug 2024-03-21T13:45:35.283+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:35.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[48489]: debug 2024-03-21T13:45:35.283+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:35.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[48489]: debug 2024-03-21T13:45:35.283+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:35.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[50504]: debug 2024-03-21T13:45:35.323+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:35.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[50504]: debug 2024-03-21T13:45:35.323+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:35.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[50504]: debug 2024-03-21T13:45:35.323+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:36.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[46482]: debug 2024-03-21T13:45:35.870+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:36.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[46482]: debug 2024-03-21T13:45:35.870+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:36.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:35 smithi192 bash[46482]: debug 2024-03-21T13:45:35.870+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.821495+0000 front 2024-03-21T13:45:07.821803+0000 (oldest deadline 2024-03-21T13:45:32.521535+0000) 2024-03-21T13:45:36.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[48489]: debug 2024-03-21T13:45:36.314+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:36.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[48489]: debug 2024-03-21T13:45:36.314+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:36.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[48489]: debug 2024-03-21T13:45:36.314+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:36.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[50504]: debug 2024-03-21T13:45:36.294+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:36.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[50504]: debug 2024-03-21T13:45:36.294+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:36.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[50504]: debug 2024-03-21T13:45:36.294+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:37.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[46482]: debug 2024-03-21T13:45:36.874+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:54.418231+0000 front 2024-03-21T13:44:54.418094+0000 (oldest deadline 2024-03-21T13:45:15.518234+0000) 2024-03-21T13:45:37.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[46482]: debug 2024-03-21T13:45:36.874+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:02.520851+0000 front 2024-03-21T13:45:02.521047+0000 (oldest deadline 2024-03-21T13:45:27.820784+0000) 2024-03-21T13:45:37.210 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:36 smithi192 bash[46482]: debug 2024-03-21T13:45:36.874+0000 7fdbea0ce700 -1 osd.5 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.821495+0000 front 2024-03-21T13:45:07.821803+0000 (oldest deadline 2024-03-21T13:45:32.521535+0000) 2024-03-21T13:45:37.698 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:37 smithi192 bash[48489]: debug 2024-03-21T13:45:37.314+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:37.698 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:37 smithi192 bash[48489]: debug 2024-03-21T13:45:37.314+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:37.699 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:37 smithi192 bash[48489]: debug 2024-03-21T13:45:37.314+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:37.699 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:37 smithi192 bash[50504]: debug 2024-03-21T13:45:37.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:37.699 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:37 smithi192 bash[50504]: debug 2024-03-21T13:45:37.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:37.699 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:37 smithi192 bash[50504]: debug 2024-03-21T13:45:37.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:38.345 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[73873]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:45:38.345 INFO:journalctl@ceph.osd.5.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[73948]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:45:38.345 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[48489]: debug 2024-03-21T13:45:38.266+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:38.345 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[48489]: debug 2024-03-21T13:45:38.266+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:38.345 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[48489]: debug 2024-03-21T13:45:38.266+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:38.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[50504]: debug 2024-03-21T13:45:38.338+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:38.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[50504]: debug 2024-03-21T13:45:38.338+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:38.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:38 smithi192 bash[50504]: debug 2024-03-21T13:45:38.338+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:39.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:39 smithi192 bash[50504]: debug 2024-03-21T13:45:39.378+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:39.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:39 smithi192 bash[50504]: debug 2024-03-21T13:45:39.378+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:39.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:39 smithi192 bash[50504]: debug 2024-03-21T13:45:39.378+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:39.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:39 smithi192 bash[48489]: debug 2024-03-21T13:45:39.298+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:39.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:39 smithi192 bash[48489]: debug 2024-03-21T13:45:39.298+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:39.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:39 smithi192 bash[48489]: debug 2024-03-21T13:45:39.298+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:40.405 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.5.service' 2024-03-21T13:45:40.436 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:40.436 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-21T13:45:40.436 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-21T13:45:40.436 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.6 2024-03-21T13:45:40.588 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[48489]: debug 2024-03-21T13:45:40.250+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:40.588 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[48489]: debug 2024-03-21T13:45:40.250+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:40.588 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[48489]: debug 2024-03-21T13:45:40.250+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:40.588 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 systemd[1]: Stopping Ceph osd.6 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:40.588 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[50504]: debug 2024-03-21T13:45:40.402+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:40.589 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[50504]: debug 2024-03-21T13:45:40.402+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:40.589 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[50504]: debug 2024-03-21T13:45:40.402+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:40.960 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[48489]: debug 2024-03-21T13:45:40.582+0000 7f279a98a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:45:40.960 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[48489]: debug 2024-03-21T13:45:40.582+0000 7f279a98a700 -1 osd.6 151 *** Got signal Terminated *** 2024-03-21T13:45:40.960 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:40 smithi192 bash[48489]: debug 2024-03-21T13:45:40.582+0000 7f279a98a700 -1 osd.6 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:41.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:41 smithi192 bash[50504]: debug 2024-03-21T13:45:41.390+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:41.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:41 smithi192 bash[50504]: debug 2024-03-21T13:45:41.390+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:41.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:41 smithi192 bash[50504]: debug 2024-03-21T13:45:41.390+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:41.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:41 smithi192 bash[48489]: debug 2024-03-21T13:45:41.282+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:41.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:41 smithi192 bash[48489]: debug 2024-03-21T13:45:41.282+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:41.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:41 smithi192 bash[48489]: debug 2024-03-21T13:45:41.282+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:42.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[50504]: debug 2024-03-21T13:45:42.402+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:42.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[50504]: debug 2024-03-21T13:45:42.402+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:42.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[50504]: debug 2024-03-21T13:45:42.402+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:42.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[48489]: debug 2024-03-21T13:45:42.318+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:42.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[48489]: debug 2024-03-21T13:45:42.318+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:42.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[48489]: debug 2024-03-21T13:45:42.318+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:42.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:42 smithi192 bash[48489]: debug 2024-03-21T13:45:42.318+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.991140+0000 front 2024-03-21T13:45:18.990942+0000 (oldest deadline 2024-03-21T13:45:41.290814+0000) 2024-03-21T13:45:43.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[50504]: debug 2024-03-21T13:45:43.378+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:43.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[50504]: debug 2024-03-21T13:45:43.378+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:43.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[50504]: debug 2024-03-21T13:45:43.378+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:43.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[48489]: debug 2024-03-21T13:45:43.342+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:43.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[48489]: debug 2024-03-21T13:45:43.342+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:43.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[48489]: debug 2024-03-21T13:45:43.342+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:43.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:43 smithi192 bash[48489]: debug 2024-03-21T13:45:43.342+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.991140+0000 front 2024-03-21T13:45:18.990942+0000 (oldest deadline 2024-03-21T13:45:41.290814+0000) 2024-03-21T13:45:44.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[50504]: debug 2024-03-21T13:45:44.362+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:44.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[50504]: debug 2024-03-21T13:45:44.362+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[50504]: debug 2024-03-21T13:45:44.362+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[50504]: debug 2024-03-21T13:45:44.362+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[48489]: debug 2024-03-21T13:45:44.362+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[48489]: debug 2024-03-21T13:45:44.362+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[48489]: debug 2024-03-21T13:45:44.362+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[48489]: debug 2024-03-21T13:45:44.362+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.991140+0000 front 2024-03-21T13:45:18.990942+0000 (oldest deadline 2024-03-21T13:45:41.290814+0000) 2024-03-21T13:45:44.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:44 smithi192 bash[48489]: debug 2024-03-21T13:45:44.362+0000 7f2792f76700 -1 osd.6 151 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.54503.0:1456 4.1f 4:f95f44c2:::notify.0:head [watch ping cookie 94010471496448] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-03-21T13:45:45.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[48489]: debug 2024-03-21T13:45:45.322+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:55.085693+0000 front 2024-03-21T13:44:55.085925+0000 (oldest deadline 2024-03-21T13:45:19.785498+0000) 2024-03-21T13:45:45.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[48489]: debug 2024-03-21T13:45:45.322+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:45:00.287410+0000 front 2024-03-21T13:45:00.287304+0000 (oldest deadline 2024-03-21T13:45:24.387379+0000) 2024-03-21T13:45:45.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[48489]: debug 2024-03-21T13:45:45.322+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:07.888744+0000 front 2024-03-21T13:45:07.888682+0000 (oldest deadline 2024-03-21T13:45:33.188776+0000) 2024-03-21T13:45:45.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[48489]: debug 2024-03-21T13:45:45.322+0000 7f2792f76700 -1 osd.6 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.991140+0000 front 2024-03-21T13:45:18.990942+0000 (oldest deadline 2024-03-21T13:45:41.290814+0000) 2024-03-21T13:45:45.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[48489]: debug 2024-03-21T13:45:45.322+0000 7f2792f76700 -1 osd.6 151 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.54503.0:1456 4.1f 4:f95f44c2:::notify.0:head [watch ping cookie 94010471496448] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e151) 2024-03-21T13:45:45.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[50504]: debug 2024-03-21T13:45:45.350+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:45.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[50504]: debug 2024-03-21T13:45:45.350+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:45.712 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[50504]: debug 2024-03-21T13:45:45.350+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:45.712 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:45 smithi192 bash[50504]: debug 2024-03-21T13:45:45.350+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:46.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:46 smithi192 bash[50504]: debug 2024-03-21T13:45:46.330+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:46.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:46 smithi192 bash[50504]: debug 2024-03-21T13:45:46.330+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:46.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:46 smithi192 bash[50504]: debug 2024-03-21T13:45:46.330+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:46.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:46 smithi192 bash[50504]: debug 2024-03-21T13:45:46.330+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:46.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:46 smithi192 bash[74093]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:45:47.210 INFO:journalctl@ceph.osd.6.smithi192.stdout:Mar 21 13:45:46 smithi192 bash[74164]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:45:47.663 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:47 smithi192 bash[50504]: debug 2024-03-21T13:45:47.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:47.663 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:47 smithi192 bash[50504]: debug 2024-03-21T13:45:47.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:47.663 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:47 smithi192 bash[50504]: debug 2024-03-21T13:45:47.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:47.663 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:47 smithi192 bash[50504]: debug 2024-03-21T13:45:47.302+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:48.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:48 smithi192 bash[50504]: debug 2024-03-21T13:45:48.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:48.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:48 smithi192 bash[50504]: debug 2024-03-21T13:45:48.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:48.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:48 smithi192 bash[50504]: debug 2024-03-21T13:45:48.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:48.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:48 smithi192 bash[50504]: debug 2024-03-21T13:45:48.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:48.782 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.6.service' 2024-03-21T13:45:48.814 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:48.815 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-21T13:45:48.815 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-21T13:45:48.815 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.7 2024-03-21T13:45:49.210 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:48 smithi192 systemd[1]: Stopping Ceph osd.7 for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:49.210 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.002+0000 7f1d5e19b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:45:49.210 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.002+0000 7f1d5e19b700 -1 osd.7 151 *** Got signal Terminated *** 2024-03-21T13:45:49.210 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.002+0000 7f1d5e19b700 -1 osd.7 151 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:45:49.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:49.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:49.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:49.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:49 smithi192 bash[50504]: debug 2024-03-21T13:45:49.286+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:50.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:50 smithi192 bash[50504]: debug 2024-03-21T13:45:50.242+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:50.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:50 smithi192 bash[50504]: debug 2024-03-21T13:45:50.242+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:50.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:50 smithi192 bash[50504]: debug 2024-03-21T13:45:50.242+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:50.710 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:50 smithi192 bash[50504]: debug 2024-03-21T13:45:50.242+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:51.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:51 smithi192 bash[50504]: debug 2024-03-21T13:45:51.206+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:51.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:51 smithi192 bash[50504]: debug 2024-03-21T13:45:51.206+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:51.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:51 smithi192 bash[50504]: debug 2024-03-21T13:45:51.206+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:51.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:51 smithi192 bash[50504]: debug 2024-03-21T13:45:51.206+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:51.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:51 smithi192 bash[50504]: debug 2024-03-21T13:45:51.206+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.192:6804 osd.4 since back 2024-03-21T13:45:27.315634+0000 front 2024-03-21T13:45:27.315698+0000 (oldest deadline 2024-03-21T13:45:50.815451+0000) 2024-03-21T13:45:52.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:52 smithi192 bash[50504]: debug 2024-03-21T13:45:52.170+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:52.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:52 smithi192 bash[50504]: debug 2024-03-21T13:45:52.170+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:52.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:52 smithi192 bash[50504]: debug 2024-03-21T13:45:52.170+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:52.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:52 smithi192 bash[50504]: debug 2024-03-21T13:45:52.170+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:52.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:52 smithi192 bash[50504]: debug 2024-03-21T13:45:52.170+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.192:6804 osd.4 since back 2024-03-21T13:45:27.315634+0000 front 2024-03-21T13:45:27.315698+0000 (oldest deadline 2024-03-21T13:45:50.815451+0000) 2024-03-21T13:45:53.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:53 smithi192 bash[50504]: debug 2024-03-21T13:45:53.138+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6806 osd.0 since back 2024-03-21T13:44:51.306507+0000 front 2024-03-21T13:44:51.306959+0000 (oldest deadline 2024-03-21T13:45:16.606612+0000) 2024-03-21T13:45:53.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:53 smithi192 bash[50504]: debug 2024-03-21T13:45:53.138+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6814 osd.1 since back 2024-03-21T13:44:59.408985+0000 front 2024-03-21T13:44:59.408763+0000 (oldest deadline 2024-03-21T13:45:24.108991+0000) 2024-03-21T13:45:53.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:53 smithi192 bash[50504]: debug 2024-03-21T13:45:53.138+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6822 osd.2 since back 2024-03-21T13:45:10.412537+0000 front 2024-03-21T13:45:10.412428+0000 (oldest deadline 2024-03-21T13:45:34.512173+0000) 2024-03-21T13:45:53.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:53 smithi192 bash[50504]: debug 2024-03-21T13:45:53.138+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.38:6830 osd.3 since back 2024-03-21T13:45:18.613857+0000 front 2024-03-21T13:45:18.613842+0000 (oldest deadline 2024-03-21T13:45:43.913571+0000) 2024-03-21T13:45:53.460 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:53 smithi192 bash[50504]: debug 2024-03-21T13:45:53.138+0000 7f1d5a78f700 -1 osd.7 151 heartbeat_check: no reply from 172.21.15.192:6804 osd.4 since back 2024-03-21T13:45:27.315634+0000 front 2024-03-21T13:45:27.315698+0000 (oldest deadline 2024-03-21T13:45:50.815451+0000) 2024-03-21T13:45:54.951 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:54 smithi192 bash[74311]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:45:55.208 INFO:journalctl@ceph.osd.7.smithi192.stdout:Mar 21 13:45:55 smithi192 bash[74398]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:45:57.088 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@osd.7.service' 2024-03-21T13:45:57.117 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:57.117 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-21T13:45:57.118 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-03-21T13:45:57.118 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 systemd[1]: Stopping Ceph prometheus.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.276Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.277Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.277Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-03-21T13:45:57.446 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.278Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:45:57.447 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.278Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-03-21T13:45:57.447 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Mar 21 13:45:57 smithi192 bash[63949]: ts=2024-03-21T13:45:57.278Z caller=main.go:1147 level=info msg="See you next time!" 2024-03-21T13:45:57.996 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@prometheus.a.service' 2024-03-21T13:45:58.024 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:45:58.024 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-03-21T13:45:58.024 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:46:02.643 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:46:02 smithi038 systemd[1]: Stopping Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:46:03.584 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:46:03 smithi038 bash[95128]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:46:03.584 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:46:03 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:46:03.585 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:46:03 smithi038 bash[95202]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:46:03.585 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:46:03 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T13:46:03.585 INFO:journalctl@ceph.node-exporter.a.smithi038.stdout:Mar 21 13:46:03 smithi038 systemd[1]: Stopped Ceph node-exporter.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:46:03.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:46:03 smithi038 systemd[1]: Stopping Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:46:03.904 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:46:03 smithi038 bash[85993]: ts=2024-03-21T13:46:03.752Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:46:04.555 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:46:04 smithi038 bash[95263]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:46:04.555 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:46:04 smithi038 bash[95332]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:46:04.555 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:46:04 smithi038 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:46:04.555 INFO:journalctl@ceph.alertmanager.a.smithi038.stdout:Mar 21 13:46:04 smithi038 systemd[1]: Stopped Ceph alertmanager.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:46:38.519 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:46:42.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:46:42 smithi192 systemd[1]: Stopping Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:46:43.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:46:43 smithi192 bash[74859]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:46:43.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:46:43 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:46:43.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:46:43 smithi192 bash[74933]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:46:43.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:46:43 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:46:43.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Mar 21 13:46:43 smithi192 systemd[1]: Stopped Ceph node-exporter.b for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:46:44.363 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:43 smithi192 systemd[1]: Stopping Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715... 2024-03-21T13:46:44.363 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 bash[68510]: logger=server t=2024-03-21T13:46:44.127316499Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-21T13:46:44.363 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 bash[68510]: logger=tracing t=2024-03-21T13:46:44.127408071Z level=info msg="Closing tracing" 2024-03-21T13:46:44.363 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 bash[68510]: logger=ticker t=2024-03-21T13:46:44.127525209Z level=info msg=stopped last_tick=2024-03-21T13:46:40Z 2024-03-21T13:46:44.960 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 bash[74992]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:46:44.960 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 bash[75068]: Error response from daemon: No such container: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:46:44.960 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 systemd[1]: ceph-f13f7fc0-e784-11ee-95cd-87774f69a715@grafana.a.service: Succeeded. 2024-03-21T13:46:44.960 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Mar 21 13:46:44 smithi192 systemd[1]: Stopped Ceph grafana.a for f13f7fc0-e784-11ee-95cd-87774f69a715. 2024-03-21T13:47:07.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:47:07.646 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:47:07.662 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T13:47:07.664 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/remote/smithi038/crash 2024-03-21T13:47:07.665 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:47:07.679 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:47:07.679 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:47:07.681 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/remote/smithi192/crash 2024-03-21T13:47:07.682 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:47:07.719 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:47:07.719 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:47:07.720 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T13:47:07.721 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:47:07.740 INFO:teuthology.orchestra.run.smithi038.stdout:2024-03-21T13:21:32.642044+0000 mon.a (mon.0) 483 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:47:07.743 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T13:47:07.743 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[SEC\]' /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:47:07.757 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]' /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:47:07.774 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[WRN\]' /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:47:07.832 INFO:teuthology.orchestra.run.smithi038.stdout:2024-03-21T13:21:32.642044+0000 mon.a (mon.0) 483 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:47:07.834 INFO:tasks.cephadm:Compressing logs... 2024-03-21T13:47:07.834 DEBUG:teuthology.orchestra.run.smithi038:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:47:07.836 DEBUG:teuthology.orchestra.run.smithi192:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:47:07.850 INFO:teuthology.orchestra.run.smithi038.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:47:07.853 INFO:teuthology.orchestra.run.smithi192.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:47:07.860 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T13:47:07.861 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi192.zcffga.log 2024-03-21T13:47:07.861 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T13:47:07.861 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.5.log 2024-03-21T13:47:07.862 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi192.dqjhfd.log 2024-03-21T13:47:07.864 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mgr.y.log 2024-03-21T13:47:07.864 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T13:47:07.864 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:47:07.864 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mgr.y.log: /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi038.nentip.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi192.zcffga.log: /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mgr.x.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi192.dqjhfd.log: 76.9% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi192.zcffga.log.gz 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr: 77.0% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi192.dqjhfd.log.gz 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.6.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.4.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.4.log: 83.7% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:47:07.869 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.7.log 2024-03-21T13:47:07.873 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.audit.log: -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T13:47:07.873 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/tcmu-runner.log 2024-03-21T13:47:07.873 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi038.nentip.log: /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.1.log: 76.8% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi038.nentip.log.gz 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi038.ldpoff.log 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr:gzip /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/tcmu-runner.log: -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr: 83.6% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/tcmu-runner.log.gz/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi038.ldpoff.log: 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr: 76.9% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi038.ldpoff.log.gz 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.3.log 2024-03-21T13:47:07.874 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.0.log: 90.8% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:47:07.875 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:47:07.875 INFO:teuthology.orchestra.run.smithi192.stderr: 90.6% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:47:07.875 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:47:07.875 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:47:07.877 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.3.log: 93.5% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:47:07.877 INFO:teuthology.orchestra.run.smithi038.stderr: 94.3% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:47:07.878 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T13:47:07.879 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:47:07.891 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.5% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:47:07.906 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:47:07.907 INFO:teuthology.orchestra.run.smithi038.stderr: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:47:07.909 INFO:teuthology.orchestra.run.smithi192.stderr: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:47:07.941 INFO:teuthology.orchestra.run.smithi192.stderr: 90.0% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mgr.x.log.gz 2024-03-21T13:47:08.184 INFO:teuthology.orchestra.run.smithi038.stderr: 88.9% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mgr.y.log.gz 2024-03-21T13:47:08.231 INFO:teuthology.orchestra.run.smithi192.stderr: 92.6% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T13:47:08.370 INFO:teuthology.orchestra.run.smithi038.stderr: 92.4% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T13:47:08.935 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T13:47:08.959 INFO:teuthology.orchestra.run.smithi192.stderr: 93.4% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.6.log.gz 2024-03-21T13:47:09.233 INFO:teuthology.orchestra.run.smithi038.stderr: 91.0% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T13:47:09.241 INFO:teuthology.orchestra.run.smithi192.stderr: 94.0% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.7.log.gz 2024-03-21T13:47:09.346 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T13:47:09.530 INFO:teuthology.orchestra.run.smithi192.stderr: 93.5% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.5.log.gz 2024-03-21T13:47:09.620 INFO:teuthology.orchestra.run.smithi192.stderr: 93.7% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.4.log.gz 2024-03-21T13:47:09.622 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-03-21T13:47:09.622 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m1.780s 2024-03-21T13:47:09.622 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m6.201s 2024-03-21T13:47:09.622 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.238s 2024-03-21T13:47:09.690 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T13:47:09.779 INFO:teuthology.orchestra.run.smithi038.stderr: 93.6% -- replaced with /var/log/ceph/f13f7fc0-e784-11ee-95cd-87774f69a715/ceph-osd.3.log.gz 2024-03-21T13:47:09.780 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-03-21T13:47:09.780 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m1.940s 2024-03-21T13:47:09.781 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m8.235s 2024-03-21T13:47:09.781 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.304s 2024-03-21T13:47:09.781 INFO:tasks.cephadm:Archiving logs... 2024-03-21T13:47:09.781 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/remote/smithi038/log 2024-03-21T13:47:09.782 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:47:10.812 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/remote/smithi192/log 2024-03-21T13:47:10.813 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:47:11.676 INFO:tasks.cephadm:Removing cluster... 2024-03-21T13:47:11.676 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 --force 2024-03-21T13:47:12.465 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f13f7fc0-e784-11ee-95cd-87774f69a715 --force 2024-03-21T13:47:13.258 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T13:47:13.258 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:47:13.266 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:47:13.271 INFO:tasks.cephadm:Teardown complete 2024-03-21T13:47:13.271 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:47:13.281 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:47:13.281 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:47:13.283 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:47:13.302 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:47:13.302 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2024-03-21T13:47:13.302 INFO:teuthology.orchestra.run.smithi038.stdout:*hv01.front.sepi 44.4.53.2 2 u 9 64 377 0.073 -1.349 0.305 2024-03-21T13:47:13.302 INFO:teuthology.orchestra.run.smithi038.stdout:+hv02.front.sepi 63.231.80.2 3 u 5 64 377 0.065 2.345 0.230 2024-03-21T13:47:13.302 INFO:teuthology.orchestra.run.smithi038.stdout:+hv03.front.sepi 74.6.168.72 3 u 1 64 377 0.095 0.986 0.151 2024-03-21T13:47:13.302 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-03-21T13:47:13.305 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:47:13.306 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-03-21T13:47:13.306 INFO:teuthology.orchestra.run.smithi192.stdout:*hv01.front.sepi 44.4.53.2 2 u 122 128 377 0.070 -2.406 0.507 2024-03-21T13:47:13.306 INFO:teuthology.orchestra.run.smithi192.stdout:+hv02.front.sepi 63.231.80.2 3 u 63 128 377 0.053 2.020 0.339 2024-03-21T13:47:13.306 INFO:teuthology.orchestra.run.smithi192.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 128 377 0.092 0.139 0.318 2024-03-21T13:47:13.306 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-03-21T13:47:13.307 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:47:13.316 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:47:13.317 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:47:13.326 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:47:13.335 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:47:13.344 INFO:teuthology.task.internal:Duration was 2313.064143 seconds 2024-03-21T13:47:13.345 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:47:13.354 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:47:13.354 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:47:13.356 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:47:13.408 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:47:13.409 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2024-03-21T13:47:13.409 DEBUG:teuthology.orchestra.run.smithi038:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:47:13.421 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-03-21T13:47:13.422 DEBUG:teuthology.orchestra.run.smithi192:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:47:13.436 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:47:13.437 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:47:13.439 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:47:13.512 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:47:13.513 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:47:13.515 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:47:13.683 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:47:13.693 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:47:13.693 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:47:13.704 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:47:13.719 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:47:13.730 DEBUG:teuthology.orchestra.run.smithi038:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:47:13.748 DEBUG:teuthology.orchestra.run.smithi192:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:47:13.761 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2024-03-21T13:47:13.763 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-03-21T13:47:13.790 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:47:13.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:47:13.795 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:47:13.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:47:13.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:47:13.848 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:47:13.849 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/remote/smithi038 2024-03-21T13:47:13.849 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:47:13.884 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986/remote/smithi192 2024-03-21T13:47:13.884 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:47:13.915 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:47:13.916 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:47:13.918 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:47:13.959 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:47:13.970 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:47:13.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:47:13.982 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:47:13.982 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:47:13.984 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:47:13.990 INFO:teuthology.orchestra.run.smithi038.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:47 /home/ubuntu/cephtest 2024-03-21T13:47:13.992 INFO:teuthology.orchestra.run.smithi192.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:47 /home/ubuntu/cephtest 2024-03-21T13:47:13.994 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:47:14.004 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:47:14.026 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:47:14.055 DEBUG:teuthology.nuke:shortname: smithi038 2024-03-21T13:47:14.056 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:47:14.081 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:10.318220', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-03-21T13:47:14.088 DEBUG:teuthology.nuke:shortname: smithi192 2024-03-21T13:47:14.088 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:47:14.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614986', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:10.317021', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-03-21T13:47:14.129 INFO:teuthology.orchestra.console.smithi038:Power off 2024-03-21T13:47:14.130 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:47:14.154 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2024-03-21T13:47:14.155 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:14.167 INFO:teuthology.orchestra.console.smithi192:Power off 2024-03-21T13:47:14.167 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:47:14.176 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-03-21T13:47:14.189 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-03-21T13:47:14.189 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:14.214 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-03-21T13:47:18.177 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:18.215 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:18.286 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-03-21T13:47:18.324 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-03-21T13:47:22.291 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:22.325 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:22.400 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2024-03-21T13:47:22.434 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-03-21T13:47:22.501 INFO:teuthology.orchestra.console.smithi038:Power off completed 2024-03-21T13:47:26.438 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:47:26.547 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-03-21T13:47:26.648 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-03-21T13:47:26.751 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 2313.0641429424286 failure_reason: '"2024-03-21T13:21:32.642044+0000 mon.a (mon.0) 483 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY)" in cluster log' owner: scheduled_gabrioux@teuthology success: false 2024-03-21T13:47:26.751 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:47:26.830 INFO:teuthology.run:FAIL